aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29884 from padi/update_rails_5_upgrade_guideRafael França2017-07-211-2/+2
|\
| * Suppress documentation for content_tag_for and div_for since they were remove...Marc Rendl Ignacio2017-07-211-2/+2
* | [ci skip]Replace jquery-ujs with rails-ujswillnet2017-07-191-1/+1
|/
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-024-7/+21
|\
| * Avoid shadowed variableMatthew Draper2017-07-021-2/+2
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0259-59/+1
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0259-1/+59
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0159-1/+59
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-023-5/+5
| |\ \
| | * | Make ActionView frozen string literal friendly.Pat Allan2017-06-202-3/+3
| | * | Make ActiveModel frozen string literal friendly.Pat Allan2017-06-201-2/+2
| * | | Merge pull request #29349 from robertomiranda/responsive-imagesMatthew Draper2017-07-021-2/+16
| |\ \ \ | | |_|/ | |/| |
| | * | Add `srcset` option to `image_tag` helperRoberto Miranda2017-06-291-1/+15
| |/ /
* / / [Action View] require => require_relativeAkira Matsuda2017-07-0114-20/+20
|/ /
* / Fix current_page? helper issue with engine root pathsavroff2017-06-191-1/+4
|/
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`yuuji.yaginuma2017-06-112-0/+2
* Don't rely on the @view_renderer being defined.Kasper Timm Hansen2017-06-081-2/+2
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-081-6/+2
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-081-2/+4
* Move slicing to initializer.Kasper Timm Hansen2017-06-072-2/+2
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-032-6/+3
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-8/+9
* Merge pull request #29119 from spohlenz/fix-select-with-enumerableMatthew Draper2017-05-241-1/+1
|\
| * Fix select tag helper used with Enumerable choicesSam Pohlenz2017-05-171-1/+1
* | Add :json type to auto_discovery_link_tagMike Gunderloy2017-05-201-5/+7
* | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-9/+17
|/
* Merge pull request #20701 from iamvery/date-helper-argument-errorAndrew White2017-04-271-18/+26
|\
| * Ensure input to distance_of_time_in_words is not nilJay Hayes2017-04-271-18/+26
* | Merge pull request #28844 from kyuden/remove_unnecessary_attributes_of_select...Kasper Timm Hansen2017-04-271-1/+1
|\ \
| * | Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...kyuden2017-04-241-1/+1
| |/
* / Fix `current_page?` regression:Edouard CHIN2017-04-261-1/+1
|/
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-5/+0
* Add `form_with_generates_remote_forms` config.Kasper Timm Hansen2017-04-161-1/+3
* Default embed_authenticity_token_in_remote_forms to nil.Kasper Timm Hansen2017-04-162-7/+9
* Fix module name [ci skip]yuuji.yaginuma2017-04-151-10/+10
* Close form_for tag in FormHelper API docsAlex Muller2017-04-131-2/+2
* Fix typo in actionview error messageadamgamble2017-03-171-1/+1
* Remove `encode_special_chars` option from `strip_tags`Andrew Hood2017-02-271-4/+10
* Fix grammar 'an hyphen' -> 'a hyphen' [ci skip]kenta-s2017-01-251-1/+1
* Remove unnecessary comments in cache_helper.rb [ci skip]kenta-s2017-01-211-2/+0
* 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
* | | Update comment for Scrubber usage [ci skip]kenta-s2017-01-161-6/+4
|/ /
* | 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-121-1/+1