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
* render_in:
Use `ruby2_keywords` for the moment (activeadmin#205)
Deprecate Element#to_s and #to_str
Add Document#render_in
Use ActiveSupport::SafeBuffer instead of StringIO.
require 'timeout'
Use render_in(self) to build context cached_html.
Add FieldsForProxy#render_in
Deprecate using :to_s for rendering.
Test using output_buffer from html tags matches #to_s.
Add input and output variables to html rendering specs.
Add Context#output_buffer, Element#render_in, ElementCollection#render_in, TextNode#render_in and Tag#render_in.
0 commit comments