kpitn / spraycan

Toolbox for creating Deface::Overrides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spraycan

In browser theme editing for Rails 3.1 (or later) applications.

Installation

  1. Add the following to your Gemfile:

    gem "spraycan"

  2. Run: bundle install

  3. Run: rails g spraycan:install

Important

Spraycan does not include any security checks by default, your application needs to ensure it's protected by your authorization / authenication scheme of choice.

Copyright (c) 2011 Brian D. Quinn, released under the New BSD License

About

Toolbox for creating Deface::Overrides

License:BSD 3-Clause "New" or "Revised" License