aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Use frozen string literal in actionview/Kir Shatrov2017-07-24177-1/+350
* | | | | Merge pull request #29792 from lugray/delegate_respond_toRafael França2017-07-242-2/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Delegate respond_to? in ActionView::Helpers::ControllerHelperLisa Ugray2017-07-192-2/+21
* | | | | Make actionview ready for frozen stringsKir Shatrov2017-07-231-1/+2
* | | | | 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
| | |/ / / | |/| | |
* | | | | Remove log directory in test postprocessingyuuji.yaginuma2017-07-211-1/+1
* | | | | Add jQuery to test vendor filesMarc Rendl Ignacio2017-07-202-1/+9832
| |/ / / |/| | |
* | | | [ci skip]Replace jquery-ujs with rails-ujswillnet2017-07-191-1/+1
* | | | Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-172-24/+24
|/ / /
* | | [Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
* | | Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-062-1/+3
| |/ |/|
* | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-0224-236/+257
|\ \
| * | Expectation firstAkira Matsuda2017-07-022-8/+8
| * | Avoid shadowed variableMatthew Draper2017-07-021-2/+2
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02191-191/+1
| * | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02191-1/+191
| |\ \
| | * | Enforce frozen string in RubocopKir Shatrov2017-07-01191-1/+191
| * | | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-0221-225/+225
| |\ \ \
| | * | | Make ActionView frozen string literal friendly.Pat Allan2017-06-2019-220/+220
| | * | | 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-023-3/+24
| |\ \ \ \
| | * | | | Add `srcset` option to `image_tag` helperRoberto Miranda2017-06-293-2/+23
| | | |/ / | | |/| |
* | / | | [Action View] require => require_relativeAkira Matsuda2017-07-0125-35/+35
|/ / / /
* / / / Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-0/+6
|/ / /
* | | Merge pull request #29588 from greysteil/add-gemspec-linksRafael França2017-06-281-0/+5
|\ \ \
| * | | Add source code and changelog links to gemspecsGrey Baker2017-06-281-0/+5
* | | | :scissors:Ryuta Kamizono2017-06-281-4/+4
|/ / /
* | | Add changes to CHANGELOGsavroff2017-06-191-0/+6
* | | Fix current_page? helper issue with engine root pathsavroff2017-06-192-4/+17
|/ /
* | Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
* | Generate field ids in `collection_check_boxes` and `collection_radio_buttons`yuuji.yaginuma2017-06-114-18/+28
* | 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-086-33/+42
* | Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-087-3/+51
* | Don't support namespace in form_with.Kasper Timm Hansen2017-06-071-18/+0
* | Move slicing to initializer.Kasper Timm Hansen2017-06-072-2/+2
* | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-037-25/+13
|/
* Merge pull request #29187 from robin850/remove-mathnRafael França2017-05-301-3/+11
|\
| * Remove requirement on mathnRobin Dupret2017-05-301-3/+11
* | Grammar fixesJon Moss2017-05-291-2/+3
* | 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
| |/
* | Merge pull request #29151 from onemanstartup/jquery_slim_fixGuillermo Iguaran2017-05-291-1/+1
|\ \
| * | Check for jQuery ajaxDmitriy Plekhanov2017-05-191-1/+1
* | | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-295-24/+17
* | | Merge pull request #29108 from inopinatus/ujs-sgjs-ie9-supportKasper Timm Hansen2017-05-281-1/+1
|\ \ \
| * | | Fix server-generated JS response processing on IE9 when using rails-ujs and r...Josh Goodall2017-05-171-1/+1
* | | | Update to rails-ujs documentation for yarn installAdrian Stainforth2017-05-261-0/+10