aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Unfreeze interpolated string because it's useless.Stan Lo2017-02-191-1/+1
* call `gem` `erubis` before requireyuuji.yaginuma2017-02-011-0/+1
* Merge pull request #27795 from meagar/fix-missing-partial-iterationRafael França2017-01-311-1/+1
|\
| * Merge branch 'master' into fix-missing-partial-iterationMatthew Eagar2017-01-255-74/+168
| |\
| * | Add partial iteration variable to template keysMatthew Eagar2017-01-251-1/+1
* | | Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`Fumiaki MATSUSHIMA2017-02-012-1/+10
* | | Merge pull request #27738 from kenta-s/remove-unused-argument-formatsRafael França2017-01-312-27/+27
|\ \ \ | |_|/ |/| |
| * | Remove unused argument `formats`kenta-s2017-01-202-27/+27
* | | Fix grammar 'an hyphen' -> 'a hyphen' [ci skip]kenta-s2017-01-251-1/+1
* | | Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-254-73/+167
| |/ |/|
* | Remove unnecessary comments in cache_helper.rb [ci skip]kenta-s2017-01-211-2/+0
* | `find_templates` should be able to handle 5 argumentskenta-s2017-01-191-2/+2
|/
* Remove TODOs related to Exceptron [ci skip]kenta-s2017-01-181-2/+0
* Fix grammar in partial_renderer.rb [ci skip]kenta-s2017-01-181-1/+1
* Merge pull request #27665 from kenta-s/improve-compute_asset_extnameRafael França2017-01-181-1/+5
|\
| * should explicitly returns nil in else clausekenta-s2017-01-131-1/+5
* | Merge pull request #27693 from kenta-s/improve-to_sentence-methodRafael França2017-01-181-1/+1
|\ \
| * | Fix unexpected behavior of with $,kenta-s2017-01-151-1/+1
* | | Remove unused variable 'regex'kenta-s2017-01-181-1/+1
* | | Merge pull request #27692 from y-yagi/make_render_work_with_ac_paramsEileen M. Uchitelle2017-01-161-1/+5
|\ \ \
| * | | make `render` work with AC::Paramsyuuji.yaginuma2017-01-151-1/+5
* | | | Update comment for Scrubber usage [ci skip]kenta-s2017-01-161-6/+4
* | | | Allow render locals to be assigned to instance variablesAndrew White2017-01-151-1/+1
| |/ / |/| |
* | | Fix broken sample code in action_view/helpers/output_safety_helper.rb [ci skip]kenta-s2017-01-151-1/+1
|/ /
* | Fix grammar in asset_url_helper.rb [ci skip]kenta-s2017-01-131-3/+3
* | Fix typo extention -> extension [ci skip]kenta-s2017-01-131-1/+1
|/
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-123-5/+5
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-055-6/+6
* Merge pull request #27549 from mpugach/consider_params_in_current_pageRafael França2017-01-041-2/+7
|\
| * Add `check_parameters` option to `current_page?`Maksym Pugach2017-01-041-2/+7
* | Generate indexed names in input even when objects are not persistedRafael Mendonça França2017-01-031-2/+13
* | Prevent duplicate data-disable-with attributesTyler Hunt2017-01-031-14/+18
|/
* Bump license years for 2017Jon Moss2016-12-311-1/+1
* Merge pull request #27463 from y-yagi/fix_26931Rafael França2016-12-281-1/+2
|\
| * do not mutate `object_name` of class in `fields_for`yuuji.yaginuma2016-12-271-1/+2
* | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-7/+7
* | Fix typo in action_view/template.rb [ci skip]kenta-s2016-12-281-1/+1
|/
* 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
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* 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-181-0/+2
* [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-182-4/+27
* [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-151-4/+0
|\