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_dispatch
/
middleware
/
cookies.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
expand cookie examples with signed and permanent methods
Joost Baaij
2010-08-27
1
-2
/
+11
*
Allow for any possible TLD when using the :all option with the cookie session...
Bryce Thornton
2010-08-15
1
-8
/
+18
*
Small fix in cookie docs and trailing whitespaces
Carlos Antonio da Silva
2010-07-15
1
-7
/
+7
*
Refactored duplication into a separate method. Dropped class variable.
Rizwan Reza
2010-06-11
1
-15
/
+17
*
Adding missing docs to delete cookies with :all which were added that way.
Rizwan Reza
2010-06-11
1
-1
/
+2
*
Took out the domain option logic to cookies.rb.
Rizwan Reza
2010-06-11
1
-2
/
+32
*
Avoid creating a Rack::Response object in the cookie middleware since it may ...
José Valim
2010-05-18
1
-9
/
+13
*
Simplify cookie_store by simply relying on cookies.signed.
José Valim
2010-05-18
1
-1
/
+31
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-18
/
+18
*
Fix signed cookies by explicitly passing config to the cookie jar
Jeremy Kemper
2010-04-04
1
-23
/
+19
*
Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...
José Valim
2010-03-31
1
-3
/
+3
*
Deleting and setting a cookie in the same request was broken
Mathias Biilmann Christensen
2010-03-17
1
-0
/
+1
*
Accessing nonexistant cookies through the signed jar should not raise an
Joshua Peek
2010-01-17
1
-1
/
+3
*
Cookies middleware
Joshua Peek
2010-01-16
1
-0
/
+214