Skip to content

francov/extjs4-account-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ExtJs4 MVC example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.0%
  • JavaScript 30.0%