1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/template
Simon Fish fe5ef4281f
Add option to strip trailing newlines from ERB templates
Add failing test for views with trailing newlines

Add and test config option

Move config option to config/application.rb

Move implementation to ERB template handler

Move config option to ActionView::Template::Handlers::ERB
2021-06-04 10:27:55 +01:00
..
handlers Add option to strip trailing newlines from ERB templates 2021-06-04 10:27:55 +01:00
sources Add ActionView::Template::Sources::File 2019-04-04 15:07:14 -07:00
error.rb select! and reject! doesn't return self unless any elements are matched 2021-05-12 06:49:49 +09:00
handlers.rb Remove support to template handlers that don't accept two arguments 2020-10-30 00:25:13 +00:00
html.rb Remove deprecated formats from ActionView::Template::HTML 2020-10-30 00:25:29 +00:00
inline.rb Add a finalizer to inline templates 2019-02-22 17:59:55 -08:00
raw_file.rb Remove deprecated formats from ActionView::Template::RawFile 2020-10-30 00:25:28 +00:00
renderable.rb Include layout when rendering objects from controllers 2020-10-14 11:49:45 -06:00
resolver.rb Encapsulate "details" into TemplateDetails 2021-05-11 18:48:24 -07:00
sources.rb Add ActionView::Template::Sources::File 2019-04-04 15:07:14 -07:00
text.rb Remove deprecated formats from ActionView::Template::Text 2020-10-30 00:25:27 +00:00
types.rb Convert Template::Types.type_klass to instance ivar 2021-04-15 18:05:07 -07:00