Sha256: 2cc1be66392675d99015518fb0c6bda1cd8230e53be92601566b5cbe7c344fdb

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# Rails::Prg

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem 'rails-prg'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rails-prg

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( http://github.com/<my-github-username>/rails-prg/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


## Note how to generate dummy rails app

  * Command for dummy rails app
  * Scaffolding request objects:
    * `rails generate scaffold ExamplePrg subject:text:uniq body:text published:boolean`
    * `rails generate scaffold ErrorDuplicator subject:text:uniq body:text published:boolean`

## TODO
  * Write up README
  * Add steps to install chromedriver to readme
  * When Open sourced:
    * Add Travis-CI
    * use sauce labs 'Open Sauce' to check in multiple browsers for result and remove 'selenium_display' (or only enable for manual local run, run script/ci for travis, script/spec for local)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-prg-0.1.0 README.md