Skip to content

Releases: ledermann/unread

v0.3.1

04 Dec 08:29
Compare
Choose a tag to compare
  • Use Time.current instead of Time.now to avoid time zone trouble. Issue #18 (thanks to @henrythe9th)
  • Improve caching for read_mark_global. Issue #22 (thanks to @simpl1g)
  • Handle primary keys other than "id". Issue #29 (thanks to @bcavileer)

v0.3.0

18 Jul 06:57
Compare
Choose a tag to compare
  • Support for Rails 4

v0.2.0

18 Jul 06:57
Compare
Choose a tag to compare
  • Support for Rails 2 dropped
  • Refactoring
  • Added migration generator

v0.1.2

18 Jul 06:57
Compare
Choose a tag to compare
  • Scopes: Improved parameter check

v0.1.1

18 Jul 06:58
Compare
Choose a tag to compare
  • Fixed handling namespaced classes. Closes #10 (thanks to @stanislaw)

v0.1.0

18 Jul 06:58
Compare
Choose a tag to compare
  • Added scope "with_read_marks_for"
  • Fixed #7: Added attr_accessible to all ReadMark attributes (thanks to @Negative)

v0.0.7

18 Jul 06:59
Compare
Choose a tag to compare
  • Cleanup files
  • acts_as_reader: Using inverse_of (available since Rails 2.3.6)

v0.0.6

18 Jul 06:59
Compare
Choose a tag to compare
  • Fixed #5: Gemspec dependency fix (thanks to @Bricker88)
  • Fixed #6: Removed hard coded dependency on a class named "User" (thanks to @mixandgo)
  • Some cleanup

v0.0.5

18 Jul 06:59
Compare
Choose a tag to compare
  • Fixed class loading issue in development environment

v0.0.4

18 Jul 06:59
Compare
Choose a tag to compare
  • Ignore multiple calls of acts_as_*
  • Improved error messages
  • Tested with Rails 3.1