Commit Graph

24 Commits

Author SHA1 Message Date
Ryan Booker c582e9cb0f Fix grammar in notice, closes #229
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-25 09:44:04 +02:00
José Valim d2ebaa43ec Be more helpful in the sign up message for new comers. 2010-04-09 23:13:34 +02:00
José Valim b974b7bc78 Move failure messages from devise.sessions to devise.failure. 2010-04-03 13:11:45 +02:00
José Valim 597a930c74 We do not use t() helpers in views, so there is no reason why this particular one should use them. 2010-03-30 20:06:56 +02:00
José Valim e6e66481b8 Got all tests in test/models and failure app ones passing. 369 tests, 805 assertions, 13 failures, 2 errors. 2010-02-16 17:00:36 +01:00
José Valim 766316b5e7 Got tests running on Rails 3: 369 tests, 486 assertions, 45 failures, 124 errors. 2010-02-16 14:31:49 +01:00
José Valim 9d56aa9603 Allow yml messages to be configured by not using engine locales, which, due to a Rails bug, always have higher priority than application locales 2009-10-30 07:33:55 -02:00
José Valim 5172d50b95 Ensure fail! works inside strategies, create unauthenticated and invalid messages and do not redirect on invalid authentication. 2009-10-29 08:29:31 -02:00
Carlos A. da Silva bbca9e830e Verify confirmation time frame to let the user sign in or block it if the user is not confirmed. 2009-10-22 20:18:16 -02:00
Carlos A. da Silva f1bb64fb1e Update flash messages to show signed in automatically info. 2009-10-18 10:39:22 -02:00
José Valim f1cecacc99 Move mappings to routes. 2009-10-12 21:49:51 -03:00
José Valim 5848f12cc1 Added magic predicates to mapping. 2009-10-12 21:06:39 -03:00
José Valim e50dfcc73f More specs. 2009-10-12 09:56:12 -03:00
José Valim 3c5bfc9520 Kick tests back to life. 2009-10-12 08:37:28 -03:00
José Valim bd8f7dc631 Some major changes. 2009-10-11 22:11:58 -03:00
Carlos A. da Silva 643a2ef271 Updating sessions create to handle authentication, still based on warden strategy 2009-10-10 14:14:09 -03:00
Carlos A. da Silva aefa857ab2 Updating controllers to scope resource_class and changing mapping implementation to reload mapped class based on cache_classes configuration. 2009-10-10 11:05:56 -03:00
Carlos A. da Silva f4de0f6c5a Creating Devise.map to generate and recognize urls based on scope. 2009-10-09 21:11:58 -03:00
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 72d1fe4572 Refactoring notifier and adding locale translation. 2009-10-09 07:36:13 -03:00
Carlos A. da Silva fa4f9043b8 Adding default locale file for I18n. 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 7ce49cbbe8 Configuring session and password controllers as engine, and getting integration tests from devise example app. 2009-10-09 07:36:12 -03:00