Skip to content

Following along to the getting started guide for ember. Yay learning!

Notifications You must be signed in to change notification settings

PAM-AS/ember-todomvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

To set up this on your local machine, open terminal and run these commands in the root folder:

gem install bundler
bundle
rake db:setup

This will install all dependencies and set up the database.

After these, run rails server to run the server. Rails will now be running on http://localhost:3000/.

After changes

If someone else makes changes to the database after your initial setup, you will have to run rake db:migrate before running the server again. This will apply all pending migrations. Run rake db:migrate:status to see where you're at. ("up" means it has run).

About

Following along to the getting started guide for ember. Yay learning!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.4%
  • CoffeeScript 24.1%
  • CSS 1.5%