This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
frankfurter
Watch
1
Star
0
Fork
0
You've already forked frankfurter
mirror of
https://github.com/hakanensari/frankfurter.git
synced
2024-11-22 11:02:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2b53906e41
frankfurter
/
lib
/
quote.rb
5 lines
83 B
Ruby
Raw
Normal View
History
Unescape
Escape
Repack app I'm moving my company's server to a private location now that I have sold the domain. While prepping for this, I've done some cleanup and also threw in changes I had lingering on my hard drive. - Run a single database query instead of two - Fold the gem into the app and use Ox instead of REXML - Simplify error handling logic - Relax throttling
2018-03-08 02:05:19 +01:00
# frozen_string_literal: true
Implement time series ... along with some minor miscellaneous refactoring This finally completes fixerAPI/fixer#22
2018-07-05 21:19:37 +02:00
require
'quote/end_of_day'
require
'quote/interval'
Reference in New Issue
Copy Permalink