Open nileshtrivedi opened 9 years ago
Hello @nileshtrivedi is more than just bumping versions. There are changes in rails 4.2 that will requiere changes on api_taster.
Looks like form_builder in Rails 4.2 did change and is causing an issue with api_taster form_builder.rb
undefined local variable or method `flush_output_buffer' for
I'll try to take a look on this by the weekend.
Any updates here?
Hi folks! 4.2. is quite widespread today. Any news on that issue? @fredwu @mariochavez
This issue is relate to this class
just download the source code and add method inside form_builder.rb file
For the time being if you just do like
def flush_output_buffer if output_buffer && !output_buffer.empty? response.body_parts << output_buffer self.output_buffer = output_buffer[0,0] nil end end
And therefore, Bundler ends up using version 0.6.0 instead. Looks like a fresh gem needs to be minted.