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//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)