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-30 08:48:06 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v2.3.1
rails
/
actionpack
/
lib
History
David Heinemeier Hansson
b1c989f28d
Fixed that redirection would just log the options, not the final url (which lead to "Redirected to #<Post:0x23150b8>") [DHH]
2009-03-05 12:22:49 +01:00
..
action_controller
Fixed that redirection would just log the options, not the final url (which lead to "Redirected to #<Post:0x23150b8>") [DHH]
2009-03-05 12:22:49 +01:00
action_pack
Prep for RC2 later today
2009-02-27 14:46:23 +01:00
action_view
Use Array.wrap() instead of Array() and handle action_view.cache_template_loading being false
2009-02-28 19:03:41 +00:00
action_controller.rb
Move development mode reloading up the stack to avoid issues with class reloading in middleware
2009-02-20 12:04:57 -06:00
action_pack.rb
Bump up the year in MIT license files
2009-01-18 05:28:21 +00:00
action_view.rb
Port fast reloadable templates from rails-dev-boost.
2009-02-12 13:04:12 -06:00
actionpack.rb
Allow frameworks to be required by their gem name (
closes
#8845
) [drnic]
2007-09-22 18:15:05 +00:00