index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
session_management.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Session configuration in config/environment.rb instead of app/controllers/app...
Jeremy Kemper
2007-02-22
1
-0
/
+3
*
Introduce a cookie-based session store as the Rails default. Sessions typical...
Jeremy Kemper
2007-02-21
1
-0
/
+1
*
Add Mime::Type convenience methods to check the current mime type. [Rick]
Rick Olson
2007-02-15
1
-0
/
+4
*
rollback [5833] and [5835]
Rick Olson
2007-01-04
1
-3
/
+3
*
Allow ActionController::Base.session_store to lazily load the session class t...
Rick Olson
2007-01-04
1
-3
/
+3
*
Always clear model associations from session. Closes #4795.
Jeremy Kemper
2006-11-13
1
-3
/
+3
*
Deprecation! @session and @flash will be removed after 1.2. Use the session a...
Jeremy Kemper
2006-08-07
1
-2
/
+2
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-6
/
+3
*
Stopped the massive bleeding of concerns into ActionController::Base. Base no...
David Heinemeier Hansson
2006-02-12
1
-14
/
+21
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-3
/
+5
*
Correct spelling of persistent [Stefan Kaes]. Document and eliminate warning...
Jeremy Kemper
2005-11-23
1
-5
/
+15
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
1
-1
/
+1
*
Speed improvement for session_options. #2287. [skaes@web.de]
Jamis Buck
2005-10-11
1
-18
/
+29
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
1
-5
/
+16
*
Moved session options to SessionManagement
David Heinemeier Hansson
2005-09-13
1
-0
/
+20
*
Add an :if option to session management, to allow programmatically enabling o...
Jamis Buck
2005-08-17
1
-2
/
+9
*
Added support for per-action session management #1763
Jamis Buck
2005-07-22
1
-0
/
+77