Rails engine, providing a suite of calculators to determine affordability.
Add this line to your application's Gemfile:
git clone git@github.com:moneyadviceservice/mortgage_calculator.gitEnsure you have bundler, node, npm and bower installed and execute:
$ bundle
$ npm install
$ bowndler installRequires a HTML lang attribute set. Javascript code uses this attribute to determine which locale to display.
<html lang="<%= I18n.locale %>">To start the dummy application:
$ cd spec/dummy
$ rails sbundle exec rakeThis will run cucumber tests through poltergeist with and without javascript. It will then run rspec and karma.
- Fork it
- 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 new Pull Request