4 This is a base Application for a Portal Type System
9 * Devise (1.1.2) for Authentication
10 * CanCan for Authorization
16 We use the [BluePrint Framework](http://blueprintcss.org) to give a nice layout, but feel free to use your own
22 Please ensure that you provide appropriate spec/test coverage and ensure the documentation is up-to-date.
24 Bonus points if you perform your changes in a clean topic branch rather than master, and if you create an
25 issue on GH to discuss your changes. __Pull requests tend to get lost.__
27 Please also keep your commits __atomic__ so that they are more likely to apply cleanly.
29 That means that each commit should contain the smallest possible logical change.
31 Don’t commit two features at once, don’t update the gemspec at the same time you add a feature,
32 don’t fix a whole bunch of whitespace in a file at the same time you change a few lines, etc, etc.