PAR is a framework for an easy starting point with PostgreSQL, Angular.Js, and Rails based applications. It is designed to give you a quick and organized way to start developing PAR based web apps with useful modules pre-bundled and configured.
Add this line to your application's Gemfile:
Install it yourself as:
$ gem install parstack
$ parstack new <PROJECT NAME>
$ cd <PROJECT NAME>
$ bundle install
- Fork it ( https://github.com/[my-github-username]/parstack/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