aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix styleschneems2016-08-302-31/+31
* Better keyword argument nameschneems2016-08-301-3/+3
* Address comment via @dhh, better option namingschneems2016-08-303-23/+23
* Explicitly mention defaults.schneems2016-08-292-2/+2
* Document public_poster_folder optionschneems2016-08-291-0/+4
* Address doc style comments from @robin850schneems2016-08-292-10/+10
* Fix asset_pipeline.md miss-mergeschneems2016-08-291-7/+7
* Specify version of Sprockets-rails this will be inschneems2016-08-291-1/+1
* Set unknown_asset_fallback false only new appsschneems2016-08-291-1/+1
* Move default to different initializerschneems2016-08-293-16/+4
* Thanks rubocopschneems2016-08-291-1/+1
* [ci skip] configuring.md assets.unknown_asset_fallbackschneems2016-08-291-0/+2
* [ci skip] asset_pipeline.md assets.unknown_asset_fallbackschneems2016-08-291-7/+20
* [ci skip] Upgrading assets.unknown_asset_fallbackschneems2016-08-291-0/+12
* Fix initializerschneems2016-08-291-1/+1
* Fully document asset_path.schneems2016-08-291-7/+58
* Do not deprecate using assets with leading slashschneems2016-08-291-10/+5
* Default assets.unknown_asset_fallback to falseschneems2016-08-291-0/+4
* Missed 2 public_* methods in cleanupschneems2016-08-291-16/+0
* Favor `public_folder: true` over `public_*`schneems2016-08-293-169/+47
* Fix formattingschneems2016-08-293-26/+25
* Add `public_*` helpers to all the `_tag` methods.schneems2016-08-292-19/+73
* Test `public_` methods.schneems2016-08-291-0/+72
* 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
* Merge pull request #26318 from alexcameron89/contributing-doc-updateAndrew White2016-08-291-1/+1
|\
| * [ci skip] Update branch version in Contributing GuideAlex Kitchens2016-08-291-1/+1
|/
* Fix nested multiple rootsRyo Hashimoto2016-08-293-2/+61
* Remove unneeded FIXME noteRafael Mendonça França2016-08-291-2/+0
* Merge pull request #26311 from y-yagi/use_inspect_for_show_valueKasper Timm Hansen2016-08-292-1/+10
|\
| * use `inspect` for show `from` valueyuuji.yaginuma2016-08-292-1/+10
* | Merge pull request #26310 from kjellberg/guidesJon Moss2016-08-281-0/+1
|\ \ | |/ |/|
| * Added gitignore to "files & purpose" list [ci skip]Rasmus Kjellberg2016-08-291-0/+1
|/
* Merge pull request #26305 from kamipo/follow-up-to-26301Kasper Timm Hansen2016-08-281-3/+1
|\
| * Switch back to `Hash.dup`Ryuta Kamizono2016-08-281-3/+1
* | Merge pull request #26306 from kamipo/remove_under_ruby-1.9Kasper Timm Hansen2016-08-281-9/+9
|\ \ | |/ |/|
| * Remove "Under Ruby 1.9" [ci skip]Ryuta Kamizono2016-08-281-9/+9
|/
* validate_each in NumericalityValidator is never called in this case.Guillermo Iguaran2016-08-281-2/+0
* Add test for allow_blank in numericality validationNicolai Reuschling2016-08-281-0/+7
* Merge pull request #26301 from maclover7/jm-fix-commentGuillermo Iguaran2016-08-271-4/+2
|\
| * Switch back to `Hash.dup`Jon Moss2016-08-271-4/+2
|/
* Merge pull request #26299 from davydovanton/fix-typoVipul A M2016-08-271-1/+1
|\
| * Fix typo in Delegation#delegate_missing_to doc [skip ci]Anton Davydov2016-08-271-1/+1
|/
* Merge pull request #26297 from ledermann/patch-1Vijay Dev2016-08-271-1/+1
|\
| * Fix typo in deprecation messageGeorg Ledermann2016-08-271-1/+1
|/
* Merge pull request #26293 from mechanicles/move-custom-assertionGuillermo Iguaran2016-08-272-11/+11
|\