Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | fix document for radio_button | shingo-nakanishi | 2016-09-01 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #26351 from y-yagi/fix_ruby_warning | Sean Griffin | 2016-08-31 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | remove warning from `video_tag` | yuuji.yaginuma | 2016-09-01 | 1 | -3/+3 | |
* | | | | | | Merge pull request #25758 from vipulnsward/fix-key-len-issue | Matthew Draper | 2016-09-01 | 4 | -9/+39 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Start passing cipher from EncryptedCookieJar since we use it to determine key... | Vipul A M | 2016-09-01 | 4 | -22/+26 | |
| * | | | | | Follow up of #25602 | Vipul A M | 2016-09-01 | 3 | -15/+41 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #26346 from Devinsuit/master | Jon Moss | 2016-08-31 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update Jason Zimdars twitter | Devinsuit | 2016-08-31 | 1 | -1/+1 | |
* | | | | | | Add changelog entry for #26328. | Kasper Timm Hansen | 2016-08-31 | 1 | -0/+7 | |
* | | | | | | Move to_param undef closer to the deprecations. | Kasper Timm Hansen | 2016-08-31 | 1 | -2/+4 | |
* | | | | | | Merge pull request #26328 from kirs/strong-params-to-param | Kasper Timm Hansen | 2016-08-31 | 2 | -0/+9 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Do not allow to_param on AC::Parameters | Kir Shatrov | 2016-08-31 | 2 | -0/+9 | |
* | | | | | | Include user defined attributes in inspect | Sean Griffin | 2016-08-31 | 2 | -1/+7 | |
* | | | | | | Remove deprecated handling of PG Points | Sean Griffin | 2016-08-31 | 6 | -56/+32 | |
* | | | | | | Merge pull request #26332 from y-yagi/use_specified_message_in_assert_changes | Sean Griffin | 2016-08-31 | 2 | -1/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | use `message` that specified in argument to error message | yuuji.yaginuma | 2016-08-31 | 2 | -1/+10 | |
* | | | | | | | Revert "Extract `PredicateBuilder::CaseSensitiveHandler`" | Sean Griffin | 2016-08-31 | 6 | -51/+51 | |
* | | | | | | | Attempt to maintain encoding for arrays of strings with PG | Sean Griffin | 2016-08-31 | 3 | -1/+25 | |
* | | | | | | | Override `respond_to_missing?` instead of `respond_to?` when possible | Sean Griffin | 2016-08-31 | 5 | -5/+5 | |
* | | | | | | | Merge pull request #26226 from schneems/schneems/explicit-public-urls | Richard Schneeman | 2016-08-31 | 6 | -20/+199 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix style | schneems | 2016-08-30 | 2 | -31/+31 | |
| * | | | | | | | Better keyword argument name | schneems | 2016-08-30 | 1 | -3/+3 | |
| * | | | | | | | Address comment via @dhh, better option naming | schneems | 2016-08-30 | 3 | -23/+23 | |
| * | | | | | | | Explicitly mention defaults. | schneems | 2016-08-29 | 2 | -2/+2 | |
| * | | | | | | | Document public_poster_folder option | schneems | 2016-08-29 | 1 | -0/+4 | |
| * | | | | | | | Address doc style comments from @robin850 | schneems | 2016-08-29 | 2 | -10/+10 | |
| * | | | | | | | Fix asset_pipeline.md miss-merge | schneems | 2016-08-29 | 1 | -7/+7 | |
| * | | | | | | | Specify version of Sprockets-rails this will be in | schneems | 2016-08-29 | 1 | -1/+1 | |
| * | | | | | | | Set unknown_asset_fallback false only new apps | schneems | 2016-08-29 | 1 | -1/+1 | |
| * | | | | | | | Move default to different initializer | schneems | 2016-08-29 | 3 | -16/+4 | |
| * | | | | | | | Thanks rubocop | schneems | 2016-08-29 | 1 | -1/+1 | |
| * | | | | | | | [ci skip] configuring.md assets.unknown_asset_fallback | schneems | 2016-08-29 | 1 | -0/+2 | |
| * | | | | | | | [ci skip] asset_pipeline.md assets.unknown_asset_fallback | schneems | 2016-08-29 | 1 | -7/+20 | |
| * | | | | | | | [ci skip] Upgrading assets.unknown_asset_fallback | schneems | 2016-08-29 | 1 | -0/+12 | |
| * | | | | | | | Fix initializer | schneems | 2016-08-29 | 1 | -1/+1 | |
| * | | | | | | | Fully document asset_path. | schneems | 2016-08-29 | 1 | -7/+58 | |
| * | | | | | | | Do not deprecate using assets with leading slash | schneems | 2016-08-29 | 1 | -10/+5 | |
| * | | | | | | | Default assets.unknown_asset_fallback to false | schneems | 2016-08-29 | 1 | -0/+4 | |
| * | | | | | | | Missed 2 public_* methods in cleanup | schneems | 2016-08-29 | 1 | -16/+0 | |
| * | | | | | | | Favor `public_folder: true` over `public_*` | schneems | 2016-08-29 | 3 | -169/+47 | |
| * | | | | | | | Fix formatting | schneems | 2016-08-29 | 3 | -26/+25 | |
| * | | | | | | | Add `public_*` helpers to all the `_tag` methods. | schneems | 2016-08-29 | 2 | -19/+73 | |
| * | | | | | | | Test `public_` methods. | schneems | 2016-08-29 | 1 | -0/+72 | |
| * | | | | | | | Match method signature | schneems | 2016-08-29 | 1 | -3/+3 | |
| * | | | | | | | Add docs to `public_*_path` methods & fix comments | schneems | 2016-08-29 | 1 | -15/+36 | |
| * | | | | | | | Add public URL helpers | schneems | 2016-08-29 | 1 | -0/+56 | |
| * | | | | | | | Add descriptive comment | schneems | 2016-08-29 | 1 | -7/+7 | |
| * | | | | | | | Make sure routes don't interfere with paths | schneems | 2016-08-29 | 1 | -0/+11 | |
| * | | | | | | | Allow a more explicit public behavior | schneems | 2016-08-29 | 1 | -2/+37 | |
* | | | | | | | | Merge pull request #26283 from kamipo/use_splat_hash_for_options | Sean Griffin | 2016-08-31 | 1 | -6/+1 | |
|\ \ \ \ \ \ \ \ |