Skip to content

Ruby on Rails, Finance tracker app from a Udemy completed in 2016 - updated quick in 2020 for vulnerabilities. - You have to have an API now for this to work. ;(

Notifications You must be signed in to change notification settings

jeremygradisher/finance-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting this finance tracker app here!!!! JeremyG

-completed on 2016-01-21 - Had an ongoing issue with the user stocks not wanting to be deleted from my_portfolio page. Ended up figuring it out removing destroy from the before_action within UserStocksController and adding this: @user_stock = current_user.user_stocks.where(stock_id: params[:id]).first to the def destroy within user_stocks_controller.rb

Rolled through this on 01/08/2020 to update and test.

You need to have an api key. Not happening. Just leving this for the commits. #this no longer works because they monetized the stock_quote api

About

Ruby on Rails, Finance tracker app from a Udemy completed in 2016 - updated quick in 2020 for vulnerabilities. - You have to have an API now for this to work. ;(

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published