aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* [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 #26516 from grosser/grosser/assertRafael França2016-09-164-11/+11
|\
| * improve error message when include assertions failMichael Grosser2016-09-164-11/+11
* | Merge pull request #26509 from claudiob/rename-asRafael França2016-09-161-1/+1
|\ \
| * | Rename test to match what it doesclaudiob2016-09-151-1/+1
| |/
* | Merge pull request #26507 from Neodelf/actionview_duplicateRafael França2016-09-162-6/+2
|\ \ | |/ |/|
| * DRYing duplicate methodsAndrey Molchanov2016-09-162-6/+2
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-1411-49/+49
|/
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-062-24/+26
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-16/+17
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-6/+7
* fix RuboCop errors re \xFCXavier Noria2016-09-021-2/+4
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-014-5/+5
* fix document for radio_buttonshingo-nakanishi2016-09-011-1/+2
* remove warning from `video_tag`yuuji.yaginuma2016-09-011-3/+3
* Fix styleschneems2016-08-301-5/+5
* Better keyword argument nameschneems2016-08-301-3/+3
* Address comment via @dhh, better option namingschneems2016-08-302-19/+19
* Document public_poster_folder optionschneems2016-08-291-0/+4
* Address doc style comments from @robin850schneems2016-08-291-9/+9
* Fully document asset_path.schneems2016-08-291-7/+58
* Do not deprecate using assets with leading slashschneems2016-08-291-10/+5
* Missed 2 public_* methods in cleanupschneems2016-08-291-16/+0
* Favor `public_folder: true` over `public_*`schneems2016-08-292-144/+3
* Fix formattingschneems2016-08-292-23/+22
* Add `public_*` helpers to all the `_tag` methods.schneems2016-08-291-10/+58
* Match method signatureschneems2016-08-291-3/+3
* Add docs to `public_*_path` methods & fix commentsschneems2016-08-291-15/+36
* Add public URL helpersschneems2016-08-291-0/+56
* Add descriptive commentschneems2016-08-291-7/+7
* Make sure routes don't interfere with pathsschneems2016-08-291-0/+11
* Allow a more explicit public behaviorschneems2016-08-291-2/+37
* Add load hooks to all tests classesRafael Mendonça França2016-08-251-0/+1
* kick different instrumentation methodAaron Patterson2016-08-241-8/+12
* remove useless freezeAaron Patterson2016-08-241-1/+1
* Simplify cache hit loggingAaron Patterson2016-08-242-5/+5
* Improve TagHelper#tag_option performanceAmadeus Folego2016-08-221-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-1640-145/+145
* Merge pull request #26100 from vipulnsward/changelogsRafael França2016-08-121-1/+1
|\
| * Pass over changelogs [ci skip]Vipul A M2016-08-101-1/+1
* | Ensure values are strings before calling gsubMike Virata-Stone2016-08-122-1/+9
* | ensure tag/content_tag escapes " in attribute valsAndrew Carpenter2016-08-112-1/+11
* | Fix actionview test failureRyuta Kamizono2016-08-112-3/+3
* | prefer __dir__ over __FILE__ in File.expand_pathXavier Noria2016-08-111-1/+3
* | Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-102-4/+7
|/
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-9/+9
* code gardening: removes redundant selfsXavier Noria2016-08-087-9/+8
* Extract common view cache dependency setup.Kasper Timm Hansen2016-08-071-8/+9
* Move CHANGELOG entry to the top.Kasper Timm Hansen2016-08-071-11/+11