Skip to content

Everything you need to start your new Rails project. Read the instructions!

Notifications You must be signed in to change notification settings

CSC322-Grinnell/rails_starter_kit

Repository files navigation

Rails Starter Kit

This is a template to generate a Rails application with helpful defaults set up. It is made specially for Grinnell's web development course, and offers features that will be useful to most new projects.

This is compatible with Rails 6.0. It may need updates for future versions of Rails. You may need to update Ruby to 2.5.x if you have been following the Hartl tutorial up to this point.

How to use it

Make sure you have the following prerequisites:

Run this to generate a new Rails project, substituting your own project name:

gem install sqlite3
gem install puma --version 3.11
rails new my_project_name -m https://raw.githubusercontent.com/CSC322-Grinnell/rails_starter_kit/master/template.rb

Then, you can open your new project dir and follow the README there for more information.

About

Everything you need to start your new Rails project. Read the instructions!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published