breic / sample_app

sample_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby on Rails Tutorial: sample application

This is the sample application for Ruby on Rails Tutorial: Learn Rails by Example by Michael Hartl.

Push to github: git push Push to heroku: git push heroku (heroku run rake db:migrate)

git checkout -b branch-name git commit -m "Finished branch-name" git checkout master git merge branch-name

rails console --sandbox

$ bundle exec rake db:test:prepare # copies test.sqlite3 from development.sqlite3

About

sample_app


Languages

Language:Ruby 95.8%Language:CoffeeScript 2.2%Language:JavaScript 2.1%