robinhood-on-rails icon indicating copy to clipboard operation
robinhood-on-rails copied to clipboard

A web dashboard for the free trading platform Robinhood using Ruby on Rails and a private API

Results 23 robinhood-on-rails issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.0.3 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.7.0.1 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Bumps [puma](https://github.com/puma/puma) from 3.7.1 to 4.3.12. Release notes Sourced from puma's releases. 4.3.12 Security Close several HTTP Request Smuggling exploits (CVE-2022-24790) 4.3.11 Bugfix/Security Response body will always be closed. (GHSA-rmj8-8hhh-gv5h,...

dependencies

This project looks neat but when I try to login via http://localhost:3000/?challenge_required=true and enter my 2FA I get the following error both through the docker installation and ruby installation ![image](https://user-images.githubusercontent.com/11985776/110874420-901e4c80-8288-11eb-8efd-f0425d6672c5.png)

Tried to use the docker approach on MAC OS but the login form is not working.

Tried recreating the container multiple time but my portfolio remains empty. It seems the whole section is failing to load. Is there a timeout happening or something?

Any chance we can get this implemented. def get_option_orders @option_orders = get_all_results robinhood_get("#{ROBINHOOD_API_URL}**/options/orders/**") end I have never coded in ruby so it's causing some headache but logically it seems very...

In Orders tab, instead of fetching all instrumentation from Robinhood API, which causes delays, fetch from database first.

Bumps [rack](https://github.com/rack/rack) from 2.0.1 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies