This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 4999d52e08a02ebba344f6c318f0af4b5b18f0e5
tree f0d2af329fb961b6619ee5f2c21666168f8bb321
parent 40b40c487040d9c721d486e8ec8cfbc53a8cd79a
tree f0d2af329fb961b6619ee5f2c21666168f8bb321
parent 40b40c487040d9c721d486e8ec8cfbc53a8cd79a
- railties/CHANGELOG
- railties/lib/initializer.rb
- railties/lib/rails/plugin.rb
- railties/lib/rails/plugin/loader.rb
- railties/test/fixtures/plugins/engines/engine/app/controllers/engine_controller.rb
- railties/test/fixtures/plugins/engines/engine/app/models/engine_model.rb
- railties/test/fixtures/plugins/engines/engine/config/routes.rb
- railties/test/fixtures/plugins/engines/engine/init.rb
- railties/test/initializer_test.rb
- railties/test/plugin_locator_test.rb
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|












So, engines routes are currently placed before main app routes… is thought being given to a way of inserting engine routes at other points in the route set order?