I have a small question regarding Rails 3 / engines en routes file.
At this point, I start my routes file with the following line:
Rails.application.routes.draw do |map|
But, since Rails 3 RC 1, I got deprecation warnings in my app saying
that Rails.application will become deprecated, using
ProjectName::Application instead, but also that you need to drop the
|map| parameter.
Now, that is in a project, but what about engines? Since engines are
small sub applications that can be used in multiple apps, you can’t just
use Projectname::Application.
Please consider the environment before printing out this email.
The contents of this email are confidential to the addressee
and are intended solely for the recipients use. If you are not
the addressee, you have received this email in error.
Any disclosure, copying, distribution or action taken in
reliance on it is prohibited and may be unlawful.
Any opinions expressed in this email are those of the author
personally.
All email communications are recorded for monitoring purposes.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.