1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
Commit graph

26 commits

Author SHA1 Message Date
Carlos A. da Silva
1e2ffc4104 Routes using i18n and tests, moving test helpers to support directory. 2009-10-09 07:36:13 -03:00
Carlos A. da Silva
42d00a8dea Updating views and helpers to use i18n by default. 2009-10-09 07:36:13 -03:00
Carlos A. da Silva
1bd14eadfa Creating notification tests and views. 2009-10-09 07:36:13 -03:00
Carlos A. da Silva
3b5f1437b5 Creating helpers module and link helpers. 2009-10-09 07:36:13 -03:00
Carlos A. da Silva
b36856a3a1 Creating confirmation controller and integration tests. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
095f7026cb Refactoring recoverable tests to access database only when needed. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
98fa7bf336 Refactoring confirmable to use hash options instead of parameters as recoverable does. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
97ae1795bd Recoverable class method reset_password should use a bang! 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
ba7e74e1a1 Refactoring confirmable and recoverable to use the same default find method by perishable token. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
cf1ea9ab86 Cleaning up recoverable methods, changing to use a hash of options instead of default parameters. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
f8f8ba06a1 Changing SECURE_AUTH_SITE_KEY to mattr_accessor, adding gitignore and removing log files from test app. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
7ce49cbbe8 Configuring session and password controllers as engine, and getting integration tests from devise example app. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
3655fe9096 Restructuring directories for models and mailers. 2009-09-20 10:35:26 -03:00
Carlos A. da Silva
8e0c38b47a Fix password_confirmation test. Thanks to Cairo Noleto. 2009-09-20 10:13:42 -03:00
Carlos A. da Silva
ffc383953e Fix validating length of password. 2009-09-18 12:11:42 -03:00
Carlos A. da Silva
b82717a96c Adding validatable module containing some default email and password validations. 2009-09-18 12:03:41 -03:00
Carlos A. da Silva
91b19bd44f Adding find and reset password method to recoverable 2009-09-18 10:47:12 -03:00
Carlos A. da Silva
7f77b4ae40 Creating recoverable module, reseting passwords and sending reset instructions. Some minor refactorings. 2009-09-18 10:20:45 -03:00
Carlos A. da Silva
37f6a04c16 Moving perishable token into separated module. 2009-09-18 09:01:29 -03:00
Carlos A. da Silva
0b452cbd29 Setup confirmation instructions notification and tests green. 2009-09-17 21:29:13 -03:00
Carlos A. da Silva
673fe04eca Adding hook to authenticate method for testing if a user is already confirmed. 2009-09-17 20:03:38 -03:00
Carlos A. da Silva
3e6d1ffe43 Creating notifier and first attempt to send instructions to confirm by email. Some minor refactoring. 2009-09-17 19:54:19 -03:00
Carlos A. da Silva
bb336150fe Refactoring. 2009-09-17 11:27:45 -03:00
Carlos A. da Silva
debb0956a8 Adding confirmable module, generating confirmation code and confirming a user account. 2009-09-17 11:06:46 -03:00
Carlos A. da Silva
06ebf038e4 Creating authenticate method for user. 2009-09-17 09:46:40 -03:00
Carlos A. da Silva
955c3383c2 Authenticable module: generating salt and encrypting password 2009-09-17 09:24:33 -03:00