Where in Rails 3 (3.1, 3.2) source code we can see and confirm that
routes
are loaded (config/routes.rb) AFTER all the
initializers(config/initializers)?
Thanks.
Where in Rails 3 (3.1, 3.2) source code we can see and confirm that
routes
are loaded (config/routes.rb) AFTER all the
initializers(config/initializers)?
Thanks.
Can someone confirm if this is a correct statement otherwise?
This commit in Rails git source explains it pretty much:
commit 48bf667a8b1c489bd6edff0b8322324a7a1b06bc
Author: Jos Valim
Date: Thu Sep 2 12:54:16 2010 +0200
Ensure routes are loaded only after the initialization process
finishes, ensuring all configuration options were applied.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs