This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
5c245b91d2
rails--rails
/
actionpack
/
lib
/
action_dispatch
/
routing
History
Carl Lerche
6c280f3398
RouteSet does not raise ActionController::RoutingError when no routes match anymore. Instead, it follows the X-Cascade convention. ShowExceptions checks for X-Cascade so that the routing error page can still be displayed.
2010-04-30 16:40:42 -07:00
..
deprecated_mapper.rb
action_dispatch/routing/deprecated_mapper needs with_options
2010-04-14 21:43:35 -07:00
mapper.rb
Remove only formats in shortcuts and do it just once.
2010-04-20 21:19:48 +02:00
route.rb
Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount Sprockets => "/sprockets".
2010-03-08 12:26:18 -08:00
route_set.rb
RouteSet does not raise ActionController::RoutingError when no routes match anymore. Instead, it follows the X-Cascade convention. ShowExceptions checks for X-Cascade so that the routing error page can still be displayed.
2010-04-30 16:40:42 -07:00
url_for.rb
Make ActionDispatch url_for use HWIA symbolize_keys
2010-04-22 09:06:55 -07:00