- TODO
- Tested against rails 4 and mongoid master only
-
Changes published_at field type from Date to Time
-
Removes scope
published_and_orderly
- New method
list
- see README
-
Define scopes as lazy to prevent it from using class loading date instead of scope calling date (it will be default in rails 4)
-
Now supports mongoid master
- Callbacks (after_publish, before_publish) (lucas renan) - resolve issue #4
- Now supports only Mongoid 3
- Basic functionality