rails/actionpack/lib/action_view
Eric Hankins 71273430ce Fix name of nested attributes option include_id
The option to disable including a hidden ID field on a `fields_for` nested association was incorrectly documented as `hidden_field_id` instead of `include_id`
2013-06-19 13:41:41 -05:00
..
helpers Fix name of nested attributes option include_id 2013-06-19 13:41:41 -05:00
locale Moving NumberHelpers from ActionView to ActiveSupport 2012-05-27 18:14:21 -07:00
renderer Adding documentation to actionview so that the big picture of the 2013-04-18 17:34:53 -04:00
template Fix a typo 2013-04-12 17:35:02 +03:00
testing Remove trailing white-spaces 2011-06-05 10:34:40 -05:00
vendor remove unused match variables in selector 2013-03-31 19:08:40 +05:30
base.rb s/ERb/ERB/ 2013-01-02 06:52:15 +09:00
buffers.rb Use ActionView::OutputBuffer#safe_append= from templates 2013-03-04 20:37:54 -08:00
context.rb add second t to overwritten 2012-07-12 11:21:09 -05:00
dependency_tracker.rb Fix mismatching variable names when using an underscore 2013-06-04 14:39:50 -05:00
digestor.rb Revert "Merge pull request #10337 from eimermusic/fix_template_digestor_lookup" 2013-04-25 11:14:22 -03:00
flows.rb alias_method added 2012-01-23 21:16:24 +05:30
helpers.rb Revert benchmark helper regression. Use a #capture within a #benchmark 2013-01-14 10:24:43 -07:00
log_subscriber.rb Optimize log subscribers to check if the log level is sufficient before performing an operations. 2012-09-30 09:47:24 -07:00
lookup_context.rb Added missing require to ActionView::LookupContext 2013-05-05 14:24:06 +04:00
model_naming.rb Add ActionView::ModelNaming 2012-08-28 10:51:03 +02:00
path_set.rb Adding documentation to actionview so that the big picture of the 2013-04-18 17:34:53 -04:00
railtie.rb nodoc AD & AV railties classes 2012-12-01 13:12:41 -05:00
record_identifier.rb Change docs to use update instead of update_attributes 2013-01-03 12:03:34 -05:00
routing_url_for.rb Hash Syntax to 1.9 related changes 2012-10-29 13:10:53 +02:00
template.rb fixed typo in action_view template 2013-06-08 20:40:36 +05:30
test_case.rb Updates to make rails 4 happy with minitest 5: 2013-05-06 17:38:45 -07:00