public
Description: Working demo app for the plugin Ajaxful Rating
Homepage: http://github.com/edgarjs/ajaxful-rating
Clone URL: git://github.com/edgarjs/ajaxful-rating_demo_app.git
name age message
file .gitignore Wed Sep 09 21:15:29 -0700 2009 Rewrote whole application, now with Authlogic a... [edgarjs]
file README.rdoc Wed Nov 11 10:38:25 -0800 2009 updated readme to clone from the public url. Cl... [edgarjs]
file Rakefile Wed Sep 09 21:15:29 -0700 2009 Rewrote whole application, now with Authlogic a... [edgarjs]
directory app/ Wed Sep 09 21:15:29 -0700 2009 Rewrote whole application, now with Authlogic a... [edgarjs]
directory config/ Wed Sep 09 21:15:29 -0700 2009 Rewrote whole application, now with Authlogic a... [edgarjs]
directory db/ Wed Sep 09 21:15:29 -0700 2009 Rewrote whole application, now with Authlogic a... [edgarjs]
directory doc/ Wed Sep 09 21:15:29 -0700 2009 Rewrote whole application, now with Authlogic a... [edgarjs]
directory public/ Wed Sep 09 21:15:29 -0700 2009 Rewrote whole application, now with Authlogic a... [edgarjs]
directory script/ Wed Sep 09 21:15:29 -0700 2009 Rewrote whole application, now with Authlogic a... [edgarjs]
directory test/ Wed Sep 09 21:15:29 -0700 2009 Rewrote whole application, now with Authlogic a... [edgarjs]
README.rdoc

This is a functional example for the plugin Ajaxful Rating:

  http://github.com/edgarjs/ajaxful-rating

To run the app (each line is a single command):

  git clone git://github.com/edgarjs/ajaxful-rating_demo_app.git
  sudo rake gems:install
  rake db:migrate
  script/server

And that’s all. Point your browser to localhost:3000 and see it works.

Feel free to contribute and add a nice style to this demo app ;)