Bing Xie
Bing Xie
Same issue.
Could we have a new version to fix this?
@dkhgh your suggestions are very good. At least if the billable is inactive, we need telll user to create client first.
I plan to add this in version 1.2.0
@tiredenzo @aleufms Seems like we can still use version 7 api? https://query1.finance.yahoo.com/v7/finance/quote?symbols=APPL
I have tried with rails 4.1.4, there is not the same issue.
The reason is related to @output_buffer variable form ::ActionView::Context doesn't get set. But I don't knew how to fix it.
Finally, I got a fix. don't use paginator.render, directly use paginator.***_tag methods.
This a very wired issue, you can try to add gem "sinatra", github: 'sinatra/sinatra' in your Gemfile. It's a fix for me. But I don't understand why it still need...