Skip to content

benjaminach/sample-ruby-rails

 
 

Repository files navigation

Sample Application with Ruby on Rails

Ruby Version 3.2.2

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 --app my-app git-setup
git push scalingo master

And that's it!

Deploy via One-Click

Deploy to Scalingo

Running Locally

docker compose run web bundle install
docker compose up

The app listens by default on the port 8080 or the one defined in the PORT environment variable.

About

Sample application with Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 62.4%
  • HTML 25.8%
  • SCSS 6.0%
  • JavaScript 3.3%
  • CSS 1.9%
  • Dockerfile 0.4%
  • Procfile 0.2%