Yet another rails boilerplate, but now using cutting edge libraries.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Ruby 2.6
- Rails 6
To work with postgres, you must have PGUSER and PGPASSWORD as environment variables.
To be able to see the admin and the app in staging environment, you must have ADMIN_NAME and ADMIN_PASSWORD as environment variables.
-
Install Rails at the command prompt if you haven't yet:
$ gem install rails -
Go to
http://localhost:3000and you'll see the app.
$ rspec$ spinachYou can deploy this directly to Heroku, if you want to.
The application uses BASIC AUTH when in staging. We use the same password and username for the admin.
This project is licensed under the MIT License - see the LICENSE file for details