Project

rtrain

0.0
No commit activity in last 3 years
No release in over 3 years
Rails UI Booster - More info @ https://github.com/lynnd335/rtrain
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.4.6, ~> 3.4
~> 2.2.0
 Project Readme

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'

Then bundle install

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

rails generate rtrain:install --copy_css

alt text Oooooooooooooo!

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

Add a sweet nav bar!

rails generate rtrain:install --add_nav

alt text

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

rails generate rtrain:install --add_homepage

alt text

Add User Authentication Sessions (email & password login)

rails generate rtrain:install --add_user_sessions

alt text

Special thanks to Justin Weiss for the template - http://www.justinweiss.com/articles/how-rails-sessions-work/

Add Ajax Crud (no page refreshes on create, update, or destroy!)

rails generate rtrain:install --ajaxify

alt text

Special thanks to Rich on Rails for the template - https://richonrails.com/articles/basic-ajax-in-ruby-on-rails