<%= class_name %>¶ ↑
Introduction goes here.
Installation¶ ↑
Add to your application's Gemfile
gem "<%= extension_name %>", github: "USERNAME/<%= extension_name %>"
Run the bundle command
$ bundle install
If your server was running, restart it to find the assets properly.
Testing¶ ↑
First, generate a dummy application. You will be required to generate a dummy application before running tests.
$ bundle exec rake dummy_app
Run tests with any of the following
$ bundle exec rake $ bundle exec rake spec $ bundle exec rake test $ bundle exec rspec spec
Contributing¶ ↑
-
Fork it ( github.com/USERNAME/<%= extension_name %>/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 a new Pull Request