This example application is a simple Rails app with a few models intended for testing ActiveRecord methods in a controlled environment. Its meant to be used from the Rails console and includes no controllers or views.
To set up:
bundle install
bundle exec rails db:setup
bundle exec rails c