In browser theme editing for Rails 3.1 (or later) applications.
-
Add the following to your Gemfile:
gem "spraycan"
-
Run:
bundle install
-
Run:
rails g spraycan:install
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