Sha256: 159e6cc35f3b70f66b742a52eead6f3e88c24c2a6a82542d7762fb178b470464

Contents?: true

Size: 1.42 KB

Versions: 2

Compression:

Stored size: 1.42 KB

Contents

# Railsthemes

This is a gem that helps you install a theme for your Rails app from RailsThemes.com. First, purchase a theme from the website. Then, install this gem and run it. You will get a download code, and you can pass this to the installer to install the theme (see below usage.) The themes at RailsThemes.com work for Rails 3.1+ (any that use the asset pipeline.)

## Installation

Install using rubygems:

    $ gem install railsthemes

## Usage

Desired usage:

    $ railsthemes install download_code

## Other notes

This has been tested with Ruby 1.8.7, and should work with higher versions. 1.8.7 is the lowest version that Rails 3.1+ uses.

Not sure if this will work for Windows users due to invoking tar on the command-line instead of using native Ruby. This is something that we can change going forward, just a matter of time.

## Developer notes

To cut a release, the process I've been using is:

    installer> gem build railsthemes.gemspec
      Successfully built RubyGem
      Name: railsthemes
      Version: 1.0.0
      File: railsthemes-1.0.0.gem

    installer> gem push railsthemes-1.0.0.gem
    Pushing gem to https://rubygems.org...
    Successfully registered gem: railsthemes (1.0.0)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
railsthemes-1.0.2 README.md
railsthemes-1.0.1 README.md