aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Avoid invalid attribute on local forms generated by `form_with`George Claghorn2016-12-151-4/+0
* | 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-133-6/+43
* split DELEGATION_RESERVED_METHOD_NAMES in halfToshimaru2016-12-091-1/+1
* Enable `block` variable in viewToshimaru2016-12-091-1/+1
* Merge pull request #27271 from printercu/permantent_digest_in_testsMatthew Draper2016-12-081-1/+1
|\
| * Fixed usage of cache_template_loadingMax Melentiev2016-12-061-1/+1
* | Update url_helper.rb, adjust link_to api docAndreas Maierhofer2016-12-051-4/+3
|/
* Remove unused argumentRafael Mendonça França2016-12-021-4/+3
* Convert ActionView::Railtie into EngineGuillermo Iguaran2016-11-261-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
* Add form_with to unify form_tag/form_for. (#26976)Kasper Timm Hansen2016-11-211-2/+341
* Minor corrections to #26905Andrew White2016-11-132-2/+2
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-136-22/+22
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-276-22/+22
* | Merge pull request #27019 from djpowers/patch-1Jon Moss2016-11-121-1/+1
|\ \
| * | Fix spelling in API docsDave Powers2016-11-121-1/+1
* | | better docs for ActionView::ViewPaths#prepend_view_pathAlexander Kustov2016-11-121-0/+12
|/ /
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-2921-33/+33
* | [ci skip] Revise TagHelper only permitting symbols doc.Kasper Timm Hansen2016-10-281-4/+3
* | removes requires already present in active_support/railsXavier Noria2016-10-271-1/+0
* | let Regexp#match? be globally availableXavier Noria2016-10-279-9/+0
* | Fix small typo in ActionView API documentation [ci skip]Erol Fornoles2016-10-251-1/+1
|/
* Merge pull request #26810 from maclover7/jm-fix-26802Rafael Mendonça França2016-10-221-0/+11
|\
| * Convert ActionController::Parameters to a hash in button_toJon Moss2016-10-171-0/+6
|/
* Docs: `tag` only accept attribute names as symbolsclaudiob2016-10-111-2/+3
* Removed deprecated `#original_exception` in `ActionView::Template::Error`.Rafael Mendonça França2016-10-101-11/+1
* Merge pull request #26578 from jeremy/undeprecate-plural-positional-argRafael França2016-10-101-8/+1
|\
| * Undeprecate plural positional argumentJeremy Daer2016-09-211-8/+1
* | Remove deprecated support to :text in renderRafael Mendonça França2016-10-102-4/+2
* | Avoid bumping the class serial when invoking executorMatthew Draper2016-10-032-1/+7
* | Change render to support any hash keys in localsPeter Schilling2016-10-021-1/+7
|/
* [ci skip] Replace to closing tagAndrey Molchanov2016-09-201-1/+1
* [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
* Merge pull request #26507 from Neodelf/actionview_duplicateRafael França2016-09-162-6/+2
|\
| * DRYing duplicate methodsAndrey Molchanov2016-09-162-6/+2