rails--rails/actionpack/lib/action_view
Ryan Bates a8ece12fe2 Return nil instead of a space when passing an empty collection or nil to 'render :partial' [#791 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2008-08-19 19:09:04 -05:00
..
helpers Fix asset file paths with dangling queries in mtime check 2008-08-14 12:28:02 -07:00
locale Updated NumberHelper: Full i18n support (except number_to_phone), consolidated API (almost all methods now support :precision, :delimiter and :separator). Added deprecation notices for old API. Added tests for new options [#716 state:resolved] 2008-07-29 21:47:02 -05:00
template_handlers Ruby 1.9: Strip encoding from ERB source since you can not change character encoding during a method 2008-07-19 00:24:02 -05:00
base.rb Return nil instead of a space when passing an empty collection or nil to 'render :partial' [#791 state:resolved] 2008-08-19 19:09:04 -05:00
inline_template.rb
partials.rb Return nil instead of a space when passing an empty collection or nil to 'render :partial' [#791 state:resolved] 2008-08-19 19:09:04 -05:00
paths.rb Consistently use the framework's configured logger and avoid reverting to RAILS_DEFAULT_LOGGER unless necessary. 2008-08-18 23:36:13 -05:00
renderable.rb Consistently use the framework's configured logger and avoid reverting to RAILS_DEFAULT_LOGGER unless necessary. 2008-08-18 23:36:13 -05:00
renderable_partial.rb
template.rb Tidy up ActionMailer rendering logic to take advantage of view path cache instead of using file system lookups 2008-08-06 20:11:21 -05:00
template_error.rb
template_handler.rb Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler and Compilable stub so plugins will not have to change anything. 2008-07-18 16:00:20 -05:00
template_handlers.rb Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler and Compilable stub so plugins will not have to change anything. 2008-07-18 16:00:20 -05:00
test_case.rb