rails/actionview/lib/action_view
Rafael Mendonça França 725d5c85fc Merge pull request #17138 from jpcody/rename_default_form_builder
Rename default_form_builder to avoid collision
2015-02-20 14:23:30 -02:00
..
helpers Merge pull request #17138 from jpcody/rename_default_form_builder 2015-02-20 14:23:30 -02:00
locale Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
renderer Partial template name does no more have to be a valid Ruby identifier 2015-02-06 01:46:59 +09:00
tasks Fix cache_digest rake tasks 2014-06-10 13:52:36 +02:00
template Remove version conditional for find_template_paths 2015-01-04 15:54:21 -03:00
testing Removed ActionView::Assertions. Getting ready to exchange with Rails::Dom::Testing::Assertions. 2014-06-16 21:04:17 +02:00
base.rb Add documentation for local_assigns [ci skip] 2015-02-17 18:25:59 +05:30
buffers.rb handle <%== nil %> cases 2014-09-14 17:11:13 -07:00
context.rb Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
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 Comment typo 2013-06-25 14:34:51 -04:00
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
helpers.rb Make ActionView::Tags loading tread safe 2013-12-02 20:27:50 -02:00
layouts.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
log_subscriber.rb Prefer to pass block when logging. 2014-07-18 15:04:43 +08:00
lookup_context.rb Template lookup now respect default locale and I18n fallbacks. 2014-12-29 23:48:35 -03:00
model_naming.rb nodoc ActionView::ModelNaming module 2015-01-18 11:57:36 +05:30
path_set.rb Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
railtie.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
record_identifier.rb Use existing constant for joining instead of '_' 2015-01-18 13:06:42 +05:30
rendering.rb Support :assigns option when rendering with controllers/mailers. 2015-01-22 00:25:50 +03:00
routing_url_for.rb let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman] 2014-11-24 14:33:50 -08:00
template.rb Add nodoc to private constant [ci skip] 2015-02-18 17:44:57 -02:00
test_case.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
view_paths.rb Remove deprecated AbstractController::Base::parent_prefixes 2015-01-04 11:58:42 -03:00