If you convert your Rails 2.1 app to Rails 2.2RC2, you'll see this
fancy error message as soon as you start script server:

---
ArgumentError "Anonymous modules have no name to be referenced by"
---

Stack trace will lead you to dependencies.rb:572


Solution:
Rename your application.rb to application_controller.rb

All will be well after that. Though a friendlier error message would
be very nice. I imagine a majority of Rails developers will run into
this problem.

Hope this helps...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to