Skip to content

pi3Block/dune-balanced-bankaccount

Repository files navigation

Dune::Balanced::Bankaccount

What

This is an integration between Balanced and dune-investissement, a crowdfunding platform.

How

Include this gem as dependency of your project, adding the following line in your Gemfile.

# Gemfile
gem 'dune-balanced-bankaccount'

Dune::Balanced::Bankaccount is a Rails Engine, integrating with your (Neighbor.ly Donate) Rails application with very little of effort. To turn the engine on, mount it in an appropriate route:

# config/routes.rb
mount Dune::Balanced::Bankaccount::Engine => '/', as: 'dune_balanced_bankaccount'

And load our JavaScript:

//= require dune-balanced-bankaccount

And install the engine:

$ bundle exec rake railties:install:migrations db:migrate

Load/Update Routing Numbers in database

We have a rake task to update the Routing Numbers from fededirectory.frb.org with the Bank Name.

From your main app, just run:

$ rake dune_balanced_bankaccount:update_routing_numbers

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Running specs

We prize for our test suite and coverage, so it would be great if you could run the specs to ensure that your patch is not breaking the existing codebase.

bundle exec rspec

License

Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages