Skip to content

heroku-examples/ruby-rails-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-rails-sample

This is a simple Ruby app using the Rails framework.

Running Locally

Asumming you have Ruby, Bundler and Heroku Toolbelt installed on your machine:

git clone git@github.com:heroku/ruby-rails-sample.git # or clone your own fork
cd ruby-rails-sample
bundle
bundle exec rake bootstrap
foreman start

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku run rake db:migrate
heroku open

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 87.7%
  • CSS 7.7%
  • JavaScript 3.5%
  • CoffeeScript 1.1%