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
Aaron Patterson 8a47e87267 handle <%== nil %> cases
This is much less common than string literal appends, so add a special
case method for it.  Maybe fixes bug reported by @jeremy on 97ef636191
2014-09-14 17:11:13 -07:00
..
helpers Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path" 2014-09-14 07:04:47 +09:30
locale
renderer marking private methods which dont work if called on their own anyways 2014-07-18 20:54:30 -07:00
tasks Fix cache_digest rake tasks 2014-06-10 13:52:36 +02:00
template handle <%== nil %> cases 2014-09-14 17:11:13 -07:00
testing Removed ActionView::Assertions. Getting ready to exchange with Rails::Dom::Testing::Assertions. 2014-06-16 21:04:17 +02:00
base.rb Shorten ActionView::Base doc summary line. [ci skip] 2014-09-02 19:09:42 +02:00
buffers.rb handle <%== nil %> cases 2014-09-14 17:11:13 -07:00
context.rb
dependency_tracker.rb Fix that render layout should also be picked up by the template dependency tracker, but only half-ways. You can add that layout option on the same render call, and both templates should be added to the dependency tree. But thats going to require a more serious rework of the tracker. Please do help fix this part of it too. For now, render layout needs to be on its own line. 2014-07-25 16:37:18 -07:00
digestor.rb Log digest as :debug instead of :info 2014-07-15 14:18:32 +10:00
flows.rb
gem_version.rb Refer to the library name instead of the constant 2014-08-30 11:58:23 +02:00
helpers.rb Make ActionView::Tags loading tread safe 2013-12-02 20:27:50 -02:00
layouts.rb Introduce render :html for render HTML string 2014-02-18 12:08:36 -05:00
log_subscriber.rb Prefer to pass block when logging. 2014-07-18 15:04:43 +08:00
lookup_context.rb Use &= instead of select with include? 2014-07-16 16:42:53 -03:00
model_naming.rb Use #model_name on instances instead of classes 2014-06-24 17:20:24 -07:00
path_set.rb
railtie.rb Remove the explicit order set for the initializer 2013-12-05 16:37:10 -02:00
record_identifier.rb
rendering.rb Deprecate *_path methods in mailers 2014-07-30 12:01:45 -05:00
routing_url_for.rb Perf optimization for url_for called w/ Hash 2014-08-14 12:46:06 -05:00
template.rb remove useless parameter 2014-08-27 17:59:34 -07:00
test_case.rb Do not memoize document_root_element in view tests 2014-09-08 18:04:45 -03:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
view_paths.rb We need an explicit return 2014-05-14 14:28:54 -03:00