aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02102-102/+1
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02102-1/+102
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-01102-1/+102
* | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-028-13/+13
|\ \
| * | Make ActionView frozen string literal friendly.Pat Allan2017-06-206-8/+8
| * | Make ActionMailer 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
|/ /
* / 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-084-10/+11
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-083-3/+6
* Move slicing to initializer.Kasper Timm Hansen2017-06-072-2/+2
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-036-23/+12
* Merge pull request #29191 from bogdanvlviv/pass_params_filename_lineno_to_cla...Kasper Timm Hansen2017-05-291-1/+1
|\
| * Pass params __FILE__ and __LINE__ + 1 if class_eval with <<bogdanvlviv2017-05-291-1/+1
* | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-295-24/+17
* | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-261-1/+1
|\ \
| * | Define path with __dir__bogdanvlviv2017-05-231-1/+1
| |/
* | 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-182-10/+18
|/
* 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
|/
* Set to `form_with_generates_remote_forms` only when config is explicitly spec...yuuji.yaginuma2017-04-221-2/+4
* Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-211-0/+7
* 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-163-8/+10
* 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 rubocop violationsyuuji.yaginuma2017-04-121-1/+1
* Stop complaining about not being able to digest dynamic template partial name...David Heinemeier Hansson2017-03-221-2/+4
* Start Rails 5.2 developmentMatthew Draper2017-03-221-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
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-1/+1
* Add custom polymorphic mappingAndrew White2017-02-211-4/+4
* 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