This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e9a8e0053be3b293ab89fb584f1d660063f107aa
rails
/
actionpack
/
lib
/
action_controller
/
routing
History
Luke Melia
7ce03db778
Fixes optimised named routes generating question mark followed by nothing when provided an empty hash as the last argument.
...
Signed-off-by: Michael Koziarski <
michael@koziarski.com
> [
#481
state:committed]
2008-08-31 19:42:01 +02:00
..
builder.rb
Routes may be restricted to lists of HTTP methods instead of a single method or :any.
2008-08-28 12:29:49 -07:00
optimisations.rb
Fixes optimised named routes generating question mark followed by nothing when provided an empty hash as the last argument.
2008-08-31 19:42:01 +02:00
recognition_optimisation.rb
Prepare Route#generate and Route#recognize early. Also refactor segments a bit to try to make immutable.
2008-07-28 13:41:42 -05:00
route_set.rb
Prepare Route#generate and Route#recognize early. Also refactor segments a bit to try to make immutable.
2008-07-28 13:41:42 -05:00
route.rb
Routes may be restricted to lists of HTTP methods instead of a single method or :any.
2008-08-28 12:29:49 -07:00
routing_ext.rb
Routing whitespace cleanup
2008-07-28 13:38:20 -05:00
segments.rb
Expose Routing::Segment::SAFE_PCHAR list of path characters that don't need escaping
2008-08-04 18:37:53 -07:00