1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/helpers
Carl Lerche & Yehuda Katz 906aebceed Bring abstract_controller up to date with rails/master
Resolved all the conflicts since 2.3.0 -> HEAD. Following is a list
of commits that could not be applied cleanly or are obviated with the
abstract_controller refactor. They all need to be revisited to ensure
that fixes made in 2.3 do not reappear in 3.0:

2259ecf368
AR not available
  * This will be reimplemented with ActionORM or equivalent

06182ea02e
implicitly rendering a js response should not use the default layout
[#1844 state:resolved]
  * This will be handled generically

893e9eb995
Improve view rendering performance in development mode and reinstate
template recompiling in production [#1909 state:resolved]
  * We will need to reimplement rails-dev-boost on top of the refactor;
    the changes here are very implementation specific and cannot be
    cleanly applied. The following commits are implicated:

      199e750d46
      3942cb406e
      f8ea9f85d4
      e3b166aab3
      ae9f258e03
      44423126c6

0cb020b4d6
workaround for picking layouts based on wrong view_paths
[#1974 state:resolved]
  * The specifics of this commit no longer apply. Since it is a two-line
    commit, we will reimplement this change.

8c5cc66a83
make action_controller/layouts pick templates from the current instance's
view_paths instead of the class view_paths [#1974 state:resolved]
  * This does not apply at all. It should be trivial to apply the feature
    to the reimplemented ActionController::Base.

87e8b16246
fix HTML fallback for explicit templates [#2052 state:resolved]
  * There were a number of patches related to this that simply compounded
    each other. Basically none of them apply cleanly, and the underlying
    issue needs to be revisited. After discussing the underlying problem
    with Koz, we will defer these fixes for further discussion.
2009-04-13 15:18:45 -07:00
..
active_record_helper.rb Object names with underscore do the wrong lookup in I18n on error_messages_for. 2009-04-05 21:08:14 +12:00
asset_tag_helper.rb Eliminate unnecessary File.exist? when correct file extension given [#1879 state:resolved] 2009-02-05 15:38:29 -06:00
atom_feed_helper.rb Remove double parenthesis in docs 2009-02-05 20:27:34 +01:00
benchmark_helper.rb Added :silence option to BenchmarkHelper#benchmark and turned log_level into a hash parameter and deprecated the old use [DHH] 2009-01-01 18:53:16 +01:00
cache_helper.rb
capture_helper.rb Introduce flush_output_buffer to append the buffer to the response body then start a new buffer. Useful for pushing custom parts to the response body without disrupting template rendering. 2009-03-13 00:25:05 -07:00
date_helper.rb Merge docrails 2009-03-16 11:28:36 +00:00
debug_helper.rb
form_helper.rb Merge docrails 2009-03-24 12:15:43 +00:00
form_options_helper.rb Updated rdoc to reflect changes to form option helpers 2009-02-14 14:51:40 +13:00
form_tag_helper.rb submit_tag with confirmation and disable_with [#660 state:resolved] 2009-03-07 13:29:35 -06:00
javascript_helper.rb Remove mention of long-dead define_javascript_functions 2008-11-18 20:11:55 +01:00
number_helper.rb Merge docrails 2009-03-16 11:28:36 +00:00
prototype_helper.rb Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
record_identification_helper.rb
record_tag_helper.rb Ensure that calling content_tag_for in a helper doesn't cause duplicate output. 2008-08-29 20:52:01 +02:00
sanitize_helper.rb prefer autoloaded html scanner 2008-11-24 10:20:41 -06:00
scriptaculous_helper.rb prototype and scripty helpers require json 2008-11-24 12:17:07 -06:00
tag_helper.rb Explicitly require ERB Utils extensions from TagHelper 2008-12-09 14:13:33 -06:00
text_helper.rb Merge docrails 2009-03-24 12:15:43 +00:00
translation_helper.rb Added partial scoping to TranslationHelper#translate, so if you call translate('.foo') from the people/index.html.erb template, you'll actually be calling I18n.translate(people.index.foo) [DHH] 2009-02-10 12:57:12 +01:00
url_helper.rb Fix a syntax error in current_page?() that was prevent matches against URL's with multiple query parameters [#1868 state:committed] 2009-02-05 20:31:04 +01:00