0.0
No commit activity in last 3 years
No release in over 3 years
Slug based semi-static pages
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

< 5, >= 4.0
 Project Readme

build Status Gem Version Code Climate Test Coverage

Spark Plugs

A Rails engine for semi-static pages. This project is still a work in progress.

Installation

Add this line to your application's Gemfile:

  gem 'spark_plugs'

And then execute:

  bundle install

Then install

  rails generate spark_plugs:install

If you would like to customize the view:

  rails generate spark_plugs:views

Notes:

The master branch does not provide controller actions or views for creating or editing static pages. I have assumed that you've created an administration interface or are using a gem like rails_admin to manage these pages.

If you wish to use the default views please use the legacy-full-controller branch or fork that branch.

Contributing

  1. Fork it ( https://github.com/whatisinternet/spark_plugs/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Make sure your tests pass.
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request