Bing Xie

Results 5 issues of Bing Xie

duplicate with the module Trackable

On master branch, I tried ``` data = yahoo_client.historical_quotes("AAPL") # entire historical data data = yahoo_client.historical_quotes("AAPL", { period: :monthly }) ``` There was no data returned. After you add `start_date`...

I was using master branch and did some tests. I found: ``` 2.4.1 :012 > data = yahoo_client.quotes(["BVSP", "NATU3.SA", "USDJPY=X"], [:ask, :bid, :last_trade_date], { na_as_nil: true, raw: false }) ArgumentError:...

User can specify another model name to use. Like: ``` class Function < ActiveRecord::Base extend Flip::Declarable strategy Flip::DatabaseStrategy, Function end ``` This is another solution for issue #6

I found in the default kaminari view(_paginator.html.slim), the method paginator.render return nothing. I am not sure what is the right way to generate the view. cells: 4.0.3 kaminari: 0.16.3