Ari: your problem is in lib/tasks/localization.rake. You require config/environment, which loads the initializer and causes the error. The gems tasks never even get a chance to run.
Troels - I'd recommend that you look for the same kind of thing in your Rakefiles. --Matt Jones On Jun 28, 6:37 pm, Ari Maniatis <[email protected]> wrote: > On Jun 29, 4:03 am, Matt Jones <[email protected]> wrote: > > > You shouldn't be seeing this problem with 2.3.2 - I just tried it in a > > fresh Rails app using the 2.3.2 gem. Something weird's going on in > > your version, as the install task sets $gems_rake_task which *should* > > prevent the display of the error message you're seeing. > > I have exactly the same problem with Rails 2.3.2. Since it is an open > source project, you can easily grab it from here and verify for > yourself the problem: > > http://github.com/ari/clockingit/tree/master > > Ari Maniatis --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

