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
- Fork it ( http://github.com/
/rails-prg/fork ) - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - 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:booleanrails 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)