A Rails 5.1 example application to accompany the book Learn Ruby on Rails. The book introduces basic concepts of Rails development by showing the reader how to build an application that can be used ...
This gives us a standard Rails application with the following overrides: We are using PostgreSQL as the database instead of the default SQLite. We are skipping the installation of the default test ...