Reverting of 6acebb3: Allow loading external route files from the router

It was reverted in favor of https://github.com/rails/rails/compare/fa736e69a197…2d9dbf416b14

Rafael Mendonça França

http://twitter.com/rafaelfranca https://github.com/rafaelfranca

It’s excellent but something else… I say about an idea to have code of different component in different files… For instance we have an option to load locales from dir and subdirs. Why don’t we want to have a simillar option for routes?

You can still do it, it’s just that it’s not part of the framework yet. It’s pretty simple to implement it yourself:

https://gist.github.com/2587565

Rails is just Ruby after all.