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-01-27 15:28:00 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e23156e87bd32206a5ea529fbecc04fdf37d7bc2
rails
/
actionpack
/
lib
History
Joshua Peek
cab168ac9b
Ruby 1.9: Fixed regexp warning by replacing nested repeat operator + and ? with '*'
2008-07-19 00:46:02 -05:00
..
action_controller
Raise ArgumentError if an invalid method is specified as part of a route's conditions. Also raise an error if HEAD is specified as the method, as rails routes all HEAD requests through the equivalent GET, though doesn't return the response body [
#182
state:resolved]
2008-07-18 20:19:03 -05:00
action_pack
Making ready for release of 2.1
2008-05-31 17:03:03 -07:00
action_view
Ruby 1.9: Fixed regexp warning by replacing nested repeat operator + and ? with '*'
2008-07-19 00:46:02 -05:00
action_controller.rb
Added Rack processor
2008-06-01 11:25:11 -07:00
action_pack.rb
Updated copyright years
2008-05-11 18:34:05 -05:00
action_view.rb
merge forward to current rails/master
2008-07-16 03:41:11 +02:00
actionpack.rb
Allow frameworks to be required by their gem name (
closes
#8845
) [drnic]
2007-09-22 18:15:05 +00:00