1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
JamesFerguson 1b43cb5203 Added assertion testing that remember_user_token cookie is flagged as HttpOnly.
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-12-25 11:49:40 +01:00
..
controllers Add support for non-navigational format response to SessionsController 2010-12-25 17:57:15 +08:00
generators No need to use expand_path as we assume the test directory is in the . 2010-12-18 08:22:01 +01:00
integration Added assertion testing that remember_user_token cookie is flagged as HttpOnly. 2010-12-25 11:49:40 +01:00
mailers Add reply-to to e-mail headers by default. Closes #474 2010-09-21 10:07:02 +02:00
models add unit and integration tests for case insensitive keys 2010-11-20 15:54:01 +01:00
omniauth omniauth route should not add a ? if no param is given 2010-10-31 03:06:53 +08:00
orm Use UTC for Mongoid timestamps, so it conforms with AR. 2010-11-26 00:54:08 -02:00
rails_app responder formats should be inherited from ApplicationController 2010-12-25 11:04:39 +01:00
support add unit and integration tests for case insensitive keys 2010-11-20 15:54:01 +01:00
devise_test.rb Clean up the whole loading mess and closes #247. This commit depends on latest Rails. 2010-05-16 00:38:40 +02:00
encryptors_test.rb Also pass stretches to salt generation. 2010-07-12 06:59:49 +02:00
failure_app_test.rb Issue 675: recall option is now passed for not confirmed email and inactive account. 2010-12-23 02:24:26 +08:00
indifferent_hash.rb Ensure to convert keys on indifferent hash. 2010-11-27 19:45:25 +01:00
mapping_test.rb Ensure namespaces has proper scoped views, closes #654 2010-11-20 21:41:26 +01:00
models_test.rb Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
routes_test.rb get -> match for omniauth callbacks 2010-10-26 17:55:18 -02:00
test_helper.rb No need to use expand_path as we assume the test directory is in the . 2010-12-18 08:22:01 +01:00
test_helpers_test.rb Invoke callbacks using the correct API 2010-12-25 11:41:14 +01:00