Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 257 Bytes

DEVELOPER.md

File metadata and controls

18 lines (15 loc) · 257 Bytes

Run tests

cd test/dummy_activerecord
rake db:migrate
cd ../..
rake

Release gem

Release the gem using jeweler

gem install jeweler
bundle exec rake version:bump:patch
bundle exec rake gemspec:release
bundle exec rake release