Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 966 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 966 Bytes

Rubypress

This is a demo Content Management project designed to show off various Rails Engine features. It is the compliment to go with my presenation at RailsConf 2013 on Mountable Engines. It's main purpose is to provide code samples for the presentation.

Since the presentation was iteratively developed, many of the code snippets will remain commented out.

References

Long Form Installation

As presented in the talk, these might not actually work if you try to install this a gem on a project.

gem "rubypress"

Run this

$ bundle install $ rake rubypress:install:migrations $ rake db:migrate

mount Rubypress::Engine => "/rubypress"

Better Installation

gem "rubypress"

$ rail g rubypress:install