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
fb89aba8b45bc5adbd3181ebb2e92ec99e63f821
rails
/
actionpack
/
lib
/
action_dispatch
History
José Valim
525382f638
Clean up Mime::Type and remove deprecated stuff (from 2.3).
2010-03-20 00:28:27 +01:00
..
http
Clean up Mime::Type and remove deprecated stuff (from 2.3).
2010-03-20 00:28:27 +01:00
middleware
Deleting and setting a cookie in the same request was broken
2010-03-17 18:04:32 -07:00
routing
We seem to have removed the URL helpers from ActionView subclasses...
2010-03-18 22:21:25 -07:00
testing
Each controller class has it's own view context subclass. This removes the need for ActionView::Base.for_controller
2010-03-18 18:14:54 -07:00
railtie.rb
Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings.
2010-03-04 16:05:52 -08:00
routing.rb
Another missing require
2010-03-16 21:37:54 -07:00