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

25 commits

Author SHA1 Message Date
José Valim
ed22295963 Fix a couple things based on community feedback (love ya!) 2010-06-13 10:51:46 +02:00
José Valim
6c18c92598 Update gemspec. 2010-06-12 15:30:43 +02:00
José Valim
0333caeb92 Make bcrypt the default encryptor and automatically add a pepper on generation. 2010-06-12 14:46:55 +02:00
José Valim
0150fddb4c Depends on warden 0.10.5. 2010-05-20 01:24:11 +02:00
José Valim
d8b6ba9022 Bump warden to 0.10.3 2010-04-01 19:24:22 +02:00
José Valim
ca4e09390e Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00
José Valim
12b64c691f Add support to multipart e-mails (just put them in your mailers folder) and headers customization by simply defining headers_for in your model. 2010-03-26 10:01:24 +01:00
José Valim
59b26d8427 All tests pass using Rails master. 2010-03-11 18:39:32 +01:00
José Valim
e03e137c35 Update warden which fixes a security issue. 2010-02-23 19:47:45 +01:00
José Valim
6d6633d1fb Release 1.1.pre which is Rails 3 compatible. 2010-02-17 13:53:05 +01:00
José Valim
a32e90a1d6 Update CHANGELOG and dependencies. 2010-01-14 15:53:17 +01:00
José Valim
c4764c931a Bump to 0.8.1 2010-01-08 23:27:15 +01:00
José Valim
543fe077d8 Update to work with Warden 0.8.0. 2010-01-05 13:44:13 +01:00
José Valim
35a8d13369 Tests passing for ActiveRecord and MongoMapper. 2009-12-21 21:10:23 +01:00
José Valim
153cc759ae Update Warden dependency. 2009-11-25 00:16:19 -02:00
José Valim
ab81bc344f Release Devise 0.5.4. 2009-11-19 13:14:02 -02:00
José Valim
209d598241 Release Devise 0.5.2. 2009-11-16 15:08:53 -02:00
José Valim
3805bf2f26 Update Warden version to 0.6.0 and release 0.5.1 2009-11-15 10:41:42 -02:00
José Valim
e6901686c4 Authentication fail with user cannot be serialized from session [#29] 2009-11-10 00:00:40 -02:00
Carlos A. da Silva
a2717bd3a6 Adding missing generators to devise gem 2009-10-24 20:53:34 -02:00
José Valim
0b825958b2 Make strategies scale as well (requires Warden 0.5.1) 2009-10-22 17:24:14 -02:00
José Valim
2250ea5912 Release Devise 0.1.1. 2009-10-21 15:08:47 -02:00
José Valim
2fe1a69b39 Added jeweler to rakefile and version. 2009-10-21 00:21:06 -02:00
Carlos A. da Silva
4fd5d0913e Adding README to rdoc and rdoc dir to gitignore 2009-10-17 12:14:38 -03:00
Carlos A. da Silva
955c3383c2 Authenticable module: generating salt and encrypting password 2009-09-17 09:24:33 -03:00