widefix / financial-plan

Simple financial plan web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Financial Plan on Rails

This is a Rails application demo that was described in this article.

It shows how to combine all these things together to make a financial planning web application in a moment:

The application is deployed on Heroku.

Implementation notes

It demonstrates how heavy calculations can be defined on DB level instead of application one. That makes application faster and robuster. Look at the "virtual model" CumulativeProfit here. This model uses cumulative_profits view as a source feed. The model has all reading facilities like a "traditional" model, expect it can't write data.

About

Simple financial plan web app


Languages

Language:Ruby 82.0%Language:HTML 12.3%Language:JavaScript 2.8%Language:CSS 1.6%Language:SCSS 1.3%