/joyofrails

joyofrails.com Rails application

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

joyofrails.com

Build Status Deploy Status

A place to learn and celebrate the joy of using Ruby on Rails

https://joyofrails.com

Made with joy by @rossta

Overview

Building a Rails application to help people learn more about building Rails applications.

Development

Requirements

  • Ruby, see .ruby-version
  • Node, see .node-version

Setup

Run setup script to install dependencies and initialize the database.

bin/setup

Server

Run the following to start the server and automatically build assets.

bin/dev

Test

Run RSpec tests

bin/rspec

Run Jest tests

npm run test

Linting

bin/lint

Run the following to run all tests

bin/verify

Docs

License

Copyright 2024 Ross Kaffenberger under the BSD 3 Clause License.