/sample-ruby-rails

Sample application with Ruby on Rails

Primary LanguageRuby

Sample Application with Ruby and Rails framework

This sample is running on: https://ruby-rails.is-easy-on-scalingo.com/

Deploy via Git

Create an application on https://scalingo.com, then:

scalingo -a my-app git-setup
git push scalingo master

And that's it!

Deploy via One-Click

Deploy to Scalingo

Running Locally

docker-compose build
docker-compose run --rm web bundle install
docker-compose up

The application is available at: http://localhost:3000/