Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in ↵ | Jeremy Kemper | 2008-11-24 | 1 | -1/+1 |
| | | | | ActiveSupport::TestCase for its tests. | ||||
* | Appropriate test case subclasses to get assert_tag and assert_deprecated | Jeremy Kemper | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | Prevent deprecation warning in the tests | Michael Koziarski | 2008-08-28 | 1 | -1/+3 |
| | |||||
* | Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. | Hongli Lai (Phusion | 2008-08-27 | 1 | -8/+0 |
| | | | | | | | SecureRandom has a few minor security enhancements and can be used as a drop-in replacement Signed-off-by: Michael Koziarski <michael@koziarski.com> [#913 state:committed] | ||||
* | Improving railties test coverage. Closes #11496 [miloops] | Jeremy Kemper | 2008-04-01 | 1 | -0/+9 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9197 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Introduce SecretKeyGenerator for more secure session secrets than ↵ | Jeremy Kemper | 2007-11-28 | 1 | -0/+35 |
CGI::Session's pseudo-random id generator. Consider extracting to Active Support later. Closes #10286. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8229 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |