Sha256: dfa057b8637f1b50680fefd9f4cc357479e9a4a2909c8a3d2be08bf4105970eb

Contents?: true

Size: 1.21 KB

Versions: 11

Compression:

Stored size: 1.21 KB

Contents

= pwnstyles_rails

Rails 3.0+ engine that ships default .scss style sheets and hooks them up into the application.

== Installation

Add the gem to your Gemfile

    gem 'pwnstyles_rails'
    
Run a generator that will copy all defaults into your Rails application.

    rails g pwnstyles_rails:install
    
When updating to new gem versions, run the following generator, which does replace the files intended to hold your changes.

    rails g pwnstyles_rails:update

== Contributing to pwnstyles_rails
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2011 Victor Costan. See LICENSE.txt for further details.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pwnstyles_rails-0.0.12 README.rdoc
pwnstyles_rails-0.0.11 README.rdoc
pwnstyles_rails-0.0.10 README.rdoc
pwnstyles_rails-0.0.9 README.rdoc
pwnstyles_rails-0.0.8 README.rdoc
pwnstyles_rails-0.0.7 README.rdoc
pwnstyles_rails-0.0.6 README.rdoc
pwnstyles_rails-0.0.5 README.rdoc
pwnstyles_rails-0.0.4 README.rdoc
pwnstyles_rails-0.0.3 README.rdoc
pwnstyles_rails-0.0.2 README.rdoc