aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Generate indexed names in input even when objects are not persistedRafael Mendonça França2017-01-032-6/+17
* Prevent duplicate data-disable-with attributesTyler Hunt2017-01-032-14/+25
* Bump license years for 2017Jon Moss2016-12-312-2/+2
* Merge pull request #27463 from y-yagi/fix_26931Rafael França2016-12-283-2/+11
|\
| * do not mutate `object_name` of class in `fields_for`yuuji.yaginuma2016-12-273-2/+11
* | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-287-33/+32
* | Fix typo in action_view/template.rb [ci skip]kenta-s2016-12-281-1/+1
|/
* assert_equal takes expectation firstAkira Matsuda2016-12-261-5/+5
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-254-16/+16
* self. is not needed when calling its own instance methodAkira Matsuda2016-12-241-2/+1
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-247-39/+32
* No need to nodoc private methodsAkira Matsuda2016-12-249-20/+20
* Wrong rake task name in the documentAkira Matsuda2016-12-241-1/+1
* Privatize unneededly protected methods in Action View testsAkira Matsuda2016-12-235-5/+5
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Unneeded attr_accessor with side effectsAkira Matsuda2016-12-232-8/+0
* Fix grammar in asset tag documentationeileencodes2016-12-201-1/+1
* Improve `javascript_include_tag` documentation (#27403)Pablo Ifrán2016-12-201-5/+24
* fields: support attributes not on model.Kasper Timm Hansen2016-12-182-0/+37
* [ci skip] fields don't output ids by default anymore.Kasper Timm Hansen2016-12-181-2/+2
* form_with: allow methods outside the model.Kasper Timm Hansen2016-12-183-16/+96
* [ci skip] Replace remote with local in form_with doc.Kasper Timm Hansen2016-12-181-1/+1
* Make attributes output in html opt-in.Kasper Timm Hansen2016-12-181-1/+1
* Add missing option on numbers helperPablo Ifran2016-12-171-0/+6
* Merge pull request #27367 from georgeclaghorn/local-form-withKasper Timm Hansen2016-12-152-4/+10
|\
| * Avoid invalid attribute on local forms generated by `form_with`George Claghorn2016-12-152-4/+10
* | Add missing spaces to button_tag api doc [ci skip] (#27369)Andreas Maierhofer2016-12-151-1/+1
|/
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-134-206/+243
* split DELEGATION_RESERVED_METHOD_NAMES in halfToshimaru2016-12-094-6/+12
* Enable `block` variable in viewToshimaru2016-12-093-1/+6
* Merge pull request #27271 from printercu/permantent_digest_in_testsMatthew Draper2016-12-082-1/+9
|\
| * Fixed usage of cache_template_loadingMax Melentiev2016-12-062-1/+9
* | Update url_helper.rb, adjust link_to api docAndreas Maierhofer2016-12-051-4/+3
|/
* Merge pull request #27258 from y-yagi/stop_using_removed_render_textKasper Timm Hansen2016-12-031-1/+1
|\
| * stop using removed `render :text`yuuji.yaginuma2016-12-031-1/+1
* | Remove unused argumentRafael Mendonça França2016-12-022-16/+5
|/
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Add asset compilation Rake task for UJSJon Moss2016-11-261-1/+9
* Add UJS testsGuillermo Iguaran2016-11-2622-0/+5280
* Add rails-ujs to Action ViewGuillermo Iguaran2016-11-2614-0/+649
* Convert ActionView::Railtie into EngineGuillermo Iguaran2016-11-261-1/+1
* Merge pull request #27174 from kamipo/fix_require_dependency_message_formatMatthew Draper2016-11-251-1/+1
|\
| * Fix `require_dependency` message formatRyuta Kamizono2016-11-251-1/+1
* | Fix warning: method redefined; discarding old fieldsRyuta Kamizono2016-11-251-1/+1
|/
* form_helper typo fix [ci skip]ota42y2016-11-221-1/+1
* [ci skip] Mention `form_with` and `fields` in changelog.Kasper Timm Hansen2016-11-211-0/+30
* Add form_with to unify form_tag/form_for. (#26976)Kasper Timm Hansen2016-11-212-2/+2475
* update bin/test scripts to prevent double runs.Yves Senn2016-11-211-2/+0
* Minor corrections to #26905Andrew White2016-11-132-2/+2
* Merge pull request #27024 from vipulnsward/changelog-editsAndrew White2016-11-131-3/+3
|\