forked from odorcicd/ajaxful-rating
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
30 lines (25 loc) · 1.01 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
== 2.2.2 March 9, 2010
* Fix bug for jRuby
* Fixed user self relational model to be rater and rateable.
== 2.2.1 March 8, 2010
* Changed :force_dynamic for its opposite :force_static.
* Fixed I18n texts.
* Fixed missed quotes for Rate belongs_to association with User class
* Detailed wrapper DOM id with passed hash.
== 2.2.0 March 7, 2010
* Improved model methods and options.
* Works now with inherited models.
* Removed HTML and CSS options for helper for sake of simpleness.
* Renamed helper option :small_stars to :small.
* Changed whole helper approach. It should work the same as before.
(Except for the renamed and removed options)
* Removed :force_dynamic, you should exclude the helper from cache since it uses
authorization.
* Fixed opened bugs so far.
== 2.1.5 January 28, 2010
* Renamed options method name to avoid collapse.
* Removed CSS duplication.
== 2.1.4 January 25, 2010
* Added option for showing current_user's rate instead of global average
== 2.1.0 July 25, 2009
* AjaxfulRating is now available as a gem