RTrain

Ugh Ugh.

Rails Downloadable Content (DLC) Expansion Pack

Adds better CSS to scaffold, HTML navigation, more features are in the pipe, so stay tuned ... DLC Season Pass Coming Soon Too!

How to use RTrain

It is HIGHLY recommended that developers using RTrain execute these generator commands in sequence, and to always scaffold generate all models!!!

Put this in your Gemfile

gem 'rtrain', '~> 0.2.0'

Then bundle install

After generating a scaffold, enter any of these into the command line:

rails generate rtrain:install --copy_css

Ugh Oooooooooooooo!

Turns your basic scaffold into something that's at least tolerable to look at!

Add a sweet nav bar!

rails generate rtrain:install --copy_css

Ugh

Add a home page controller and view, and set it as the root

rails generate rtrain:install --add_homepage

Ugh

More to come! Stay tuned!