Don't reinvent the wheel for every new Rails project. Use sane Defaults.
BigBinary is a software consultancy company that has developed a base project for quickly setting up a Rails application. This project follows the opinions and style of BigBinary. The project provides a local development setup as well as the option to use Docker for development. It also includes several features and uses various tools and gems for improved development and testing processes.
mail_interceptor
.To install this base project, follow the steps below:
node install
.node-version
file.yarn install
rails db:setup
rails server
http://localhost:3000
. You can log in using the email oliver@example.com
and password welcome
.Alternatively, if the above steps don’t work for some reason, you can choose to use Docker for development. Instructions for using Docker are mentioned [here](not provided).
BigBinary’s base project provides developers with a quick way to set up a Rails application using their preferred opinions and style. It includes features such as Tailwind CSS, Devise for authentication, ActiveAdmin for generating an admin dashboard, Sidekiq for background processing, and more. The project also provides options for local development setup or using Docker. Overall, it offers a solid foundation for building web applications with Ruby on Rails.