aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16790 from cirosantilli/explain-erb-space-removalRafael Mendonça França2014-09-161-1/+3
|\
| * Explain ERB space removal. [ci skip]Ciro Santilli2014-09-111-1/+3
* | handle <%== nil %> casesAaron Patterson2014-09-142-2/+7
* | Stop nil checking on safe_append=Aaron Patterson2014-09-141-4/+0
* | Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path"Matthew Draper2014-09-141-1/+1
* | Do not memoize document_root_element in view testsRafael Mendonça França2014-09-081-2/+1
* | fix the undefined method content_tag #15245Rajarshi Das2014-09-061-0/+1
* | Extract data/aria attribute prefixes to a constantRafael Mendonça França2014-09-031-1/+3
* | Add support for ARIA attributes in tagsPaoMar2014-09-031-4/+4
* | Ship with rails-html-sanitizer instead.Kasper Timm Hansen2014-09-031-8/+3
|/
* Shorten ActionView::Base doc summary line. [ci skip]Ciro Santilli2014-09-021-3/+4
* Clarify Rails uses erubis not stdlin ERB. [ci skip]Ciro Santilli2014-09-021-1/+2
* Move implementation to the gemsRafael Mendonça França2014-09-011-22/+10
* Refer to the library name instead of the constantRobin Dupret2014-08-301-1/+1
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-294-38/+54
|\
| * remove useless parameterAaron Patterson2014-08-271-2/+2
| * remove dead codeAaron Patterson2014-08-271-12/+2
| * Merge pull request #16488 from agrobbin/form-label-builderJeremy Kemper2014-08-251-22/+46
| |\
| | * provide a builder for form labels to customize wrapping around I18n contentAlex Robbin2014-08-201-22/+46
| * | Merge pull request #16639 from agrobbin/input-placeholder-i18nJeremy Kemper2014-08-243-0/+42
| |\ \
| | * | just use the placeholder tag value if it is passed as a StringAlex Robbin2014-08-221-1/+3
| | * | add I18n support for `:placeholder` HTML option is passed to form fieldsAlex Robbin2014-08-223-0/+40
| * | | Remove erroneous form_tag option docsT.J. Schuck2014-08-221-1/+0
| * | | Clarify that unknown keys will become HTML attrsT.J. Schuck2014-08-221-0/+1
| |/ /
| * / Revert "Add I18n support for `:placeholder` HTML option is passed to form fie...Jeremy Kemper2014-08-213-40/+0
| |/
* / Preparing for 4.2.0.beta1 releaseDavid Heinemeier Hansson2014-08-191-1/+1
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-197-18/+18
|\
| * Uppercase HTML in docs.Hendy Tanata2014-08-088-19/+19
* | Merge pull request #15889 from carnesmedia/model-nameRafael Mendonça França2014-08-173-4/+4
|\ \
| * | Use #model_name on instances instead of classesAmiel Martin2014-06-243-4/+4
* | | Merge branch 'master' into loofahRafael Mendonça França2014-08-175-1/+44
|\ \ \
| * | | Perf optimization for `url_for` called w/ Hashschneems2014-08-141-1/+3
| * | | Merge pull request #16438 from agrobbin/input-placeholder-i18nJeremy Kemper2014-08-143-0/+40
| |\ \ \
| | * | | add I18n support for `:placeholder` HTML option is passed to form fieldsAlex Robbin2014-08-123-0/+40
| * | | | Missing ActiveSupport require for calling String#firstAkira Matsuda2014-08-141-0/+1
| |/ / /
* | | | Prepare for partial release.Kasper Timm Hansen2014-08-171-3/+8
* | | | Merge branch 'master' into loofahRafael Mendonça França2014-08-1215-154/+194
|\| | |
| * | | defined? should actually work in current implementationAkira Matsuda2014-08-071-9/+0
| * | | Fixed #select form builder helper to support block with html outputBogdan Gusiev2014-08-051-1/+1
| | |/ | |/|
| * | don't access named routes internalsAaron Patterson2014-07-301-1/+1
| * | Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-2/+3
| * | docs, cleanup mixed indents within `form_options_helper.rb` RDoc.Yves Senn2014-07-291-81/+81
| * | Fix that render layout should also be picked up by the template dependency tr...David Heinemeier Hansson2014-07-251-4/+10
| * | marking private methods which dont work if called on their own anywaysEugene Gilburg2014-07-182-1/+5
| * | small refactors to actionview renderersEugene Gilburg2014-07-183-16/+15
| * | Prefer to pass block when logging.Guo Xiang Tan2014-07-181-5/+5
| * | docs, `select` and friends with `multiple=true` include a blank string.Yves Senn2014-07-171-5/+3
| * | Fix broken list formatting [ci skip]noinkling2014-07-171-5/+5
| * | Use &= instead of select with include?Rafael Mendonça França2014-07-161-4/+1
| * | Merge pull request #15917 from luke-gru/actionview_perfRafael Mendonça França2014-07-161-1/+1
| |\ \