Rails acts_as_rateable plugin... 2
I've gotten quite a bit done on rating. Models can now use the act_as_rateable plugin to track rating information. I've written ActionView Helpers to implement a star rating system and a very cool 1..10 style bar. I've done some preliminary studying of integration with the sciptaculous_slider rails plugin as well.
Remaining todo items include:could help helped. I may pursue a rake task for adding the route into the routes.rb file. I think this isn't nearly as cool as self-registering a route within the init.rb file, but I haven't had any luck with the methods I have tried so far.
Update: Everytime I post about progress I have made here I find something wrong in my code. I need to re-examine how the view gets updated, somewhere along the way I broke this...
Remaining todo items include:
Rake task to copy images the helpers use to public/images directory.Rake task to setup database tables for storing rating info.Convert the SQL file I've been using into a Migrations style script.- Increase Unit Testing coverage.
- Tying in a rate method on ActionControllers...