Sha256: 30864b3d9f6030d7b08ff78bae0c800dfe9f2bee6bfbf23a1e7844695e6ea288

Contents?: true

Size: 770 Bytes

Versions: 4

Compression:

Stored size: 770 Bytes

Contents

# RCompile

This gem is created to make it easy to download a whole rails site from localhost as pure html. This enables us to make full use of rails and stuff like slim etc for prototyping something quickly and send the html to a customer.

## Installation

Add this line to your application's Gemfile:

    gem 'rcompile'

And then execute:

    $ bundle exec rcompile

Or install it yourself as:

    $ gem install rcompile

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( http://github.com/<my-github-username>/rcompile/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rcompile-0.0.6 README.md
rcompile-0.0.5 README.md
rcompile-0.0.4 README.md
rcompile-0.0.3 README.md