lucassus / extjs4-account-manager

Ext JS 4 and Ruby on Rails simple CRUD example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ext JS 4 and Ruby on Rails simple CRUD example

License:MIT License


Languages

Language:Ruby 72.9%Language:JavaScript 26.9%Language:CSS 0.2%