/jqgrid_for_rails_example

Example application for the jqgrid_for_rails plugin

Primary LanguageRuby

Jqgrid For Rails sample application

This is a Rails 3.2 sample application that uses jqgrid_for_rails gem.

Installation

$ git clone git://github.com/Juanmcuello/jqgrid_for_rails_example.git

$ cd jqgrid_for_rails_example

$ bundle install

$ bundle exec rake db:create

$ bundle exec rake db:migrate

$ bundle exec rails s

Go to: http://localhost:3000