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
--
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.
Oops you did, my bad. Maybe it is not including rubygems, therefore not looking for the i18n gem?
2557 tests, 11752 assertions, 0 failures, 0 errors