Edge Actionpack Test failures: i18n & rack missing

4 views
Skip to first unread message

Student

unread,
Jan 1, 2010, 12:13:22 AM1/1/10
to Ruby on Rails: Core
7789663a7d8647f5a20c585dc177cbd18aace1c3

rails/activesupport/lib/active_support/i18n.rb:1:in `require': no such
file to load -- i18n

The vendor i18n code is missing. I assume this relates to lighthouse
ticket 3492 or 2871. The vendored i18n files are missing. Installing
the i18n gems did not help:
i18n (0.3.3)
i18n-tools (0.0.6)
i18n_label (0.1.0)

I commented out the i18n.rb file, and I get the following:


rails/actionpack/lib/action_dispatch.rb:29:in `require': no such file
to load -- rack (LoadError)

I expect this is a similar issue.

Nathan Zook

Ryan Bigg

unread,
Jan 1, 2010, 12:48:05 AM1/1/10
to rubyonra...@googlegroups.com
Try installing the i18n gem.

2010/1/1 Student <blo...@pierian-spring.net>

--

You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-co...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.





--
Ryan Bigg

Ryan Bigg

unread,
Jan 1, 2010, 12:48:30 AM1/1/10
to rubyonra...@googlegroups.com
Oops you did, my bad. Maybe it is not including rubygems, therefore not looking for the i18n gem?

2010/1/1 Ryan Bigg <radarl...@gmail.com>



--
Ryan Bigg

Mikel Lindsaar

unread,
Jan 1, 2010, 7:28:17 AM1/1/10
to rubyonra...@googlegroups.com
On Fri, Jan 1, 2010 at 4:48 PM, Ryan Bigg <radarl...@gmail.com> wrote:
Oops you did, my bad. Maybe it is not including rubygems, therefore not looking for the i18n gem?
 
I had something like this on a pg dependancy - bad install of the pg gem.

Found the handling was to delete the gem and cache versions of pg out of vendor/gems/ and then stand in the top directory and type "gem bundle".  It found pg missing and re-fetched it.

Message has been deleted

Student

unread,
Jan 3, 2010, 1:25:04 PM1/3/10
to Ruby on Rails: Core
Real fix: cd gem ; sudo gem install bundler ; sudo gem bundle

2557 tests, 11752 assertions, 0 failures, 0 errors

Reply all
Reply to author
Forward
0 new messages