This is the sample application for my blog post entitled "Adding Backbone to an Existing Rails App".
This application was generated with the rails_apps_composer gem provided by the RailsApps Project.
brew install postgres
- Install Postgres.app
- run
bundle install
- Create a
config/database.yml
file. In it, paste the contents of this file. You can leave the username and password blank. - run
rake db:create db:migrate
- run
rake db:seed
The seed data contains a user with the following credentials:
email: admin@test.com
password: passw0rd
Login as that user and check out the albums.
If you have any problems at all with the setup of the Rails app or the Backbone code, please file an issue.
This application requires:
- Ruby 2.1.0
- Rails 4.1.0