extjs4-account-manager icon indicating copy to clipboard operation
extjs4-account-manager copied to clipboard

Ext JS 4 and Ruby on Rails simple CRUD example

Rails 3 along with ExtJS 4 MVC

Build status

An example of ExtJS 4 MVC application written at the top of Ruby on Rails stack. It's just a simple CRUD for managing users accounts.

How to run it:

  • bundle install
  • rake db:migrate
  • rake db:seed # will populate the database with several user records
  • rails server
  • And finally navigate to http://localhost:3000