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
c7057a213dbbd506defea5ededfd949bcce25858
rails
/
actionpack
/
lib
/
action_controller
/
routing
History
Joshua Peek
6fdfe4cb5f
Deprecated "best fit" detection is to difficult. Just provide a switch to toggle the new behavor on.
...
# new_rails_defaults.rb ActionController::Routing.generate_best_match = false
2009-08-31 16:09:47 -05:00
..
builder.rb
Ensure blank path_prefix works as expected [
#2122
state:resolved]
2009-03-09 15:27:13 +00:00
optimisations.rb
Added optimal formatted routes to rails, deprecating the formatted_* methods, and reducing routes creation by 50% [
#1359
state:committed]
2008-11-26 10:52:05 +01:00
recognition_optimisation.rb
Remove unused variable [
#1451
state:resolved] [Raphaël Valyi]
2009-03-07 15:53:40 +00:00
route_set.rb
Deprecated "best fit" detection is to difficult. Just provide a switch to toggle the new behavor on.
2009-08-31 16:09:47 -05:00
route.rb
Merge branch 'master' of git@github.com:rails/rails
2008-11-26 02:05:53 -08:00
routing_ext.rb
Pare down object creation during route building
2008-11-10 22:21:09 -08:00
segments.rb
Generating routes with optional format segment does not inherit params format [
#2043
state:resolved]
2009-03-04 14:37:59 -06:00