This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
e3a2fae05d
rails--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