generate

Packages containing the application templates, scaffolds, and generators for the Revelry 2016 Name TBD stack.

Using

rails new app_name -m template.rb -T -d postgresql

or

bin/rake rails:template LOCATION=template.rb

This will generate an app using the default skeleton. The skeleton will give you further instructions from there.

slush (default) skeleton

This provides a skeleton for rails with rails_render_service and the revelry framework. After creating a new app with the template (see above), you can:

Start the servers

npm run dev

Scaffold a new resource

Just do:

rails g scaffold Article

like a normal rails app.