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
45e8cf59dfd6a66f996db1dc02c122bbc66b97aa
rails
/
actionpack
/
lib
/
action_dispatch
History
wycats
cc0e402aa8
Protect routes again so they don't end up as actions. We need a better solution than this.
2010-03-23 14:09:08 -07: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
Protect routes again so they don't end up as actions. We need a better solution than this.
2010-03-23 14:09:08 -07:00
testing
open_session can just return the a dup of the current context.
2010-03-22 17:14:28 -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