José Valim
|
6690d66292
|
Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration.
|
2010-04-05 12:00:24 +02:00 |
|
Jeremy Kemper
|
e3959970e1
|
Fix signed cookies by explicitly passing config to the cookie jar
|
2010-04-04 11:10:00 -07:00 |
|
José Valim
|
62151dd272
|
Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing signed cookies to work again.
|
2010-03-31 12:59:41 +02:00 |
|
Joshua Peek
|
d2d4acf027
|
Cookies middleware
|
2010-01-16 17:22:27 -06:00 |
|
Jeremy Kemper
|
9a650a6547
|
Silence some trivial warnings: shadowed local vars, indentation mismatches
|
2009-12-28 17:36:08 -08:00 |
|
David Heinemeier Hansson
|
fa8849a573
|
Merge branch 'master' of github.com:rails/rails
|
2009-12-21 11:28:16 -08:00 |
|
Joshua Peek
|
29c8a43056
|
Rename RackConvenience => RackDelegation
|
2009-12-20 20:05:26 -06:00 |
|
David Heinemeier Hansson
|
c06aff0a7e
|
Added cookies.permanent, cookies.signed, and cookies.permanent.signed accessor for common cookie actions [DHH]
|
2009-12-20 14:33:13 -08:00 |
|
Yehuda Katz
|
000d593621
|
Clean up and update cookies
|
2009-10-26 18:01:09 -07:00 |
|
Jeffrey Hardy
|
a8dc9fd27b
|
CookieJar#delete should return the key's value, consistent with a Hash
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-10-14 11:50:51 -07:00 |
|
Yehuda Katz
|
bd6b61be88
|
Rename /base to /metal and make base.rb and metal.rb top-level to reflect their module locations
|
2009-08-06 19:52:11 -03:00 |
|