1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
Piotr Sarnacki b53efd2105 Extended url_for to handle specifying which router should be used.
A few examples:
url_for Blog::Engine, :posts_path
url_for Blog::Engine, @post
url_for Blog::Engine, :action => "main", :controller => "index"
2010-09-03 22:59:06 +02:00
..
http Revert "Setup explicit requires for files with exceptions. Removed them from autoloading." 2010-09-02 21:11:03 +02:00
middleware require 'active_support/dependencies' in action_dispatch/middleware/stack 2010-09-03 22:59:03 +02:00
routing Extended url_for to handle specifying which router should be used. 2010-09-03 22:59:06 +02:00
testing Expanded routing documentation with current best practices 2010-08-29 00:04:14 +02:00
railtie.rb Ensure routes are loaded only after the initialization process finishes, ensuring all configuration options were applied. 2010-09-02 12:54:21 +02:00
routing.rb Rework the routing documentation. 2010-08-28 23:24:02 +02:00