Philip MacIver
|
bb9f594cc8
|
Changed the datamapper orm so that the default value is only deleted when it is nill, this is so that is a value is set to another value except nil by default through devise, that value will be maintained in datamapper
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-03-06 18:14:37 +01:00 |
|
Philip MacIver
|
d64e146ec9
|
Modified the datamapper orm so that it actually works with devise
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-03-06 16:18:53 +01:00 |
|
Philip MacIver
|
0a0d7ba577
|
Typo in the datamapper orm stopped it from being loaded properly
Signed-off-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
|
2010-03-04 20:44:09 -03:00 |
|
snusnu
|
a12ca2955f
|
Avoid datamapper deprecation warnings
|
2010-02-24 01:52:08 +08:00 |
|
José Valim
|
e6f3034b11
|
Do not remove options from MongoMapper and DataMapper in find.
|
2010-02-23 15:51:29 +01:00 |
|
José Valim
|
f0eb4348f3
|
Deprecate Devise.orm. This allows you to use several ORMs with Devise and reduces the required API.
|
2010-02-19 09:26:17 +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
|
2a9e8dca73
|
Allow authenticatable to used in change_table statements
|
2010-02-09 00:26:26 +01:00 |
|
Carlos Antonio da Silva
|
21359fb433
|
Refactoring a bit models and lockable. Also remove devise :all deprecation.
|
2010-02-04 20:09:53 -02:00 |
|
Matt Powell
|
02a99b9766
|
deprecate find(:first) and find(:all) in MongoMapper
|
2010-02-03 16:53:49 +08:00 |
|
José Valim
|
394b1ff444
|
Bring mongomapper up to date. Remember that you need mongo_ext in order to use MongoMapper with Devise.
|
2010-01-16 11:22:09 +01:00 |
|
Marcelo Silveira
|
32991e13c4
|
Merge and fix conflicts.
|
2010-01-09 11:22:27 -02:00 |
|
lancecarlson
|
ab57cdfb4a
|
More DataMapper compatibility
|
2010-01-07 22:48:23 +01:00 |
|
Marcelo Silveira
|
d2fa737aa0
|
introducing lockable implementation
|
2010-01-01 17:57:35 -02:00 |
|
lancecarlson
|
15bd4b1956
|
Copy over class Devise class methods onto EmbeddedDocument modules too
|
2009-12-28 21:51:24 +08:00 |
|
José Valim
|
4c7081c2e3
|
More Datamapper compatibility.
|
2009-11-24 18:02:36 -02:00 |
|
José Valim
|
52885725a9
|
Assert validations API inside validatable module.
|
2009-11-24 13:56:54 -02:00 |
|
José Valim
|
966b48c414
|
DataMapper accepts conditions as well.
|
2009-11-23 12:39:26 -02:00 |
|
José Valim
|
0b48772562
|
Small fixes for DataMapper.
|
2009-11-22 22:10:13 -02:00 |
|
José Valim
|
9757734c92
|
Give more control do included_modules_hook to ensure DataMapper works.
|
2009-11-22 18:17:38 -02:00 |
|
José Valim
|
fddf95fe0a
|
More improvements in DataMapper support front.
|
2009-11-22 09:14:58 -02:00 |
|
José Valim
|
4c81ecae53
|
Mongomapper ORM now converts DateTime to Time.
|
2009-11-18 09:41:42 -02:00 |
|
José Valim
|
8775f5d61a
|
Tidy up MongoMapper and Schema.
|
2009-11-13 22:33:00 -02:00 |
|
Cyril Mougel
|
512397b744
|
add capability to define other orm compatible with Devise. Add MongoMapper support.
|
2009-11-13 23:54:21 +01:00 |
|