aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Fixes simple missprint in docs for #cyle in text_helperBen Woodall2014-12-301-1/+1
* Tiny documentation fixes [ci skip]Robin Dupret2014-12-301-3/+4
* Merge pull request #18130 from claudiob/better-record-identifier-docRobin Dupret2014-12-301-18/+42
|\
| * Better docs for AV::RecordIdentifierclaudiob2014-12-231-18/+42
* | Merge pull request #18251 from tjgrathwell/fix-polymorphic-routes-to-modelRafael Mendonça França2014-12-301-5/+15
|\ \
| * | Fix form_for to work with objects that implement to_modelTravis Grathwell2014-12-291-5/+15
* | | Template lookup now respect default locale and I18n fallbacks.Rafael Mendonça França2014-12-291-8/+1
|/ /
* | fix error message of option as with invalid charters in partial renderingAngelo capilleri2014-12-293-5/+32
* | Require Ruby 2.2 for Rails 5.0claudiob2014-12-261-1/+1
* | Merge pull request #18107 from mkdynamic/add-reply-to-mail-toSean Griffin2014-12-242-4/+5
|\ \
| * | Add support for Reply-To field in mail_to helperMark Dodwell2014-12-202-4/+5
* | | Merge pull request #18166 from merongivian/search_field_refactorSean Griffin2014-12-232-10/+12
|\ \ \
| * | | Remove block from superJose Añasco2014-12-232-10/+12
| |/ /
* | / Better tests for AV::RecordIdentifierclaudiob2014-12-232-0/+55
| |/ |/|
* | Remove unused Sheep fixture from AVclaudiob2014-12-222-14/+0
|/
* [ci skip] Fix HTML format on commentyui-knk2014-12-181-1/+2
* Test to ensure content_tag works when fixing #17661Jon Atack2014-12-161-0/+5
* Regression test for #18024Santiago Pastorino2014-12-151-0/+5
* Revert "Re-enable capture'ing non-String values"Santiago Pastorino2014-12-154-15/+3
* Re-enable capture'ing non-String valuesCarsten Zimmermann2014-12-144-3/+15
* Fix options overwritten by superJose Añasco2014-12-093-11/+15
* Merge pull request #17878 from claudiob/remove-unused-modgreet-fixtureYves Senn2014-12-021-1/+0
|\
| * Remove unused AV/test/fixtures/scopeclaudiob2014-12-011-1/+0
* | Remove unused AV/test/fixtures/happy_pathclaudiob2014-12-011-1/+0
|/
* Merge pull request #17871 from claudiob/remove-unused-blog-public-fixturesSantiago Pastorino2014-12-024-4/+0
|\
| * Remove unused AV/test/fixtures/blog_publicclaudiob2014-12-014-4/+0
* | Merge pull request #17872 from claudiob/remove-duplicate-functional-caching-f...Santiago Pastorino2014-12-021-3/+0
|\ \
| * | Remove one AV fixture (duplicate of an AP fixture)claudiob2014-12-011-3/+0
| |/
* | Merge pull request #17866 from bogdan/default-form-builderSantiago Pastorino2014-12-011-1/+3
|\ \ | |/ |/|
| * Bugfix config.action_view.default_form_builder optionBogdan Gusiev2014-12-011-1/+3
* | Fix link in documentation. [ci skip]Igor Zubkov2014-11-301-2/+2
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-2912-13/+13
* | Bump required Ruby version to 2.1.0claudiob2014-11-281-1/+1
* | Start Rails 5 development :tada:Rafael Mendonça França2014-11-282-221/+4
|/
* Fix warning in AV testsSean Griffin2014-11-251-2/+4
* Merge pull request #17771 from agis-/issue-17373Sean Griffin2014-11-252-2/+9
|\
| * Local vars should exist in partials for falsy `:object:` values tooAgis-2014-11-252-2/+9
* | Use released rails-dom-testingRafael Mendonça França2014-11-251-1/+1
|/
* let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman]Xavier Noria2014-11-242-10/+27
* Move test that depends on ActiveRecordclaudiob2014-11-211-0/+0
* Merge pull request #17702 from tgxworld/fix_select_tag_include_blank_falseSantiago Pastorino2014-11-212-1/+9
|\
| * Fix select_tag generating tag when set to false.Guo Xiang Tan2014-11-212-1/+9
* | Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-1/+1
|/
* Merge pull request #17685 from claudiob/document-form-for-extra-optionsRafael Mendonça França2014-11-201-0/+15
|\
| * Document *all* the options accepted by form_forclaudiob2014-11-201-0/+15
* | Add `:enforce_utf8` option to form_forclaudiob2014-11-203-3/+43
|/
* Some valid block calls in templates caused syntax errorsAkira Matsuda2014-11-203-2/+7
* Add space in :start_year description for date_selectRyan Bigg2014-11-191-1/+1
* Duplicated Hash key :promptAkira Matsuda2014-11-191-1/+1
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-4/+5