You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: