This project compares released versions of Lucky apps. It's heavily inspired by RailsDiff. Enjoy!
All supported versions are placed in the generated folder, so adding a new version is as simple as following these steps:
- Scaffold a new app with the appropriate Lucky version and standard app name:
lucky init.custom my_app
- Move the generated app to the
/generated/
folder, named after the version
- Fork it ( https://github.com/stephendolan/lucky_diff/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Run
script/setup
- Make your changes
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request