Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Is this usage correct? cc/ @prathamesh-sonpatki | ||||
* | 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 |
| | | | | Adding all those `public_*` methods is a bit heavy handed, we can change the API to instead use `public_folder: true`. Change was pretty easy since it was already implemented that way. | ||||
* | 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 |
| | | | | | We want to make it more explicit when a user wants to avoid the asset pipeline to do this we will add `public_*` methods to all path helpers. So if someone wants to use an asset that isn't maintained by the asset pipeline they can use `public_asset_path` instead of `asset_path` and letting it fall through. The main reason for this change is the desire to raise helpful errors in the future. Right now if you typo an asset name, then we assume you intended an asset in the `public/` folder and not in the pipeline so nothing fails and the error sits silently until you realize the page didn't render correctly. We have to deprecate today so we can raise meaningful error messages in the future. | ||||
* | Merge pull request #26318 from alexcameron89/contributing-doc-update | Andrew White | 2016-08-29 | 1 | -1/+1 |
|\ | | | | | [ci skip] Update branch version in Contributing Guide | ||||
| * | [ci skip] Update branch version in Contributing Guide | Alex Kitchens | 2016-08-29 | 1 | -1/+1 |
|/ | | | | | Since only Rails 4 and above are currently supported, this updates a 3-2-stable example to be consistent with the support standard. | ||||
* | Fix nested multiple roots | Ryo Hashimoto | 2016-08-29 | 3 | -2/+61 |
| | | | | | | | | | | | | | | | The PR #20940 enabled the use of multiple roots with different constraints at the top level but unfortunately didn't work when those roots were inside a namespace and also broke the use of root inside a namespace after a top level root was defined because the check for the existence of the named route used the global :root name and not the namespaced name. This is fixed by using the name_for_action method to expand the :root name to the full namespaced name. We can pass nil for the second argument as we're not dealing with resource definitions so don't need to handle the cases for edit and new routes. Fixes #26148. | ||||
* | Remove unneeded FIXME note | Rafael Mendonça França | 2016-08-29 | 1 | -2/+0 |
| | | | | | This is the intended behavior. You should not do more than one request in a controller test. | ||||
* | Merge pull request #26311 from y-yagi/use_inspect_for_show_value | Kasper Timm Hansen | 2016-08-29 | 2 | -1/+10 |
|\ | | | | | use `inspect` for show `from` value | ||||
| * | use `inspect` for show `from` value | yuuji.yaginuma | 2016-08-29 | 2 | -1/+10 |
| | | | | | | | | If `from` is nil, in order to avoid the blank is showed. | ||||
* | | Merge pull request #26310 from kjellberg/guides | Jon Moss | 2016-08-28 | 1 | -0/+1 |
|\ \ | |/ |/| | Add .gitignore to "files & purpose" list - getting started docs | ||||
| * | Added gitignore to "files & purpose" list [ci skip] | Rasmus Kjellberg | 2016-08-29 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #26305 from kamipo/follow-up-to-26301 | Kasper Timm Hansen | 2016-08-28 | 1 | -3/+1 |
|\ | | | | | Switch back to `Hash.dup` | ||||
| * | Switch back to `Hash.dup` | Ryuta Kamizono | 2016-08-28 | 1 | -3/+1 |
| | | | | | | | | Follow up to #26301. | ||||
* | | Merge pull request #26306 from kamipo/remove_under_ruby-1.9 | Kasper Timm Hansen | 2016-08-28 | 1 | -9/+9 |
|\ \ | |/ |/| | Remove "Under Ruby 1.9" [ci skip] | ||||
| * | Remove "Under Ruby 1.9" [ci skip] | Ryuta Kamizono | 2016-08-28 | 1 | -9/+9 |
|/ | | | | Rails dropped Ruby 1.9 support, but this comment still true. | ||||
* | validate_each in NumericalityValidator is never called in this case. | Guillermo Iguaran | 2016-08-28 | 1 | -2/+0 |
| | | | | | NumericalityValidator#validate_each is never called when allow_nil is true and the value is nil because it is already skipped in EachValidator#validate. | ||||
* | Add test for allow_blank in numericality validation | Nicolai Reuschling | 2016-08-28 | 1 | -0/+7 |
| | | | | Signed-off-by: Guillermo Iguaran <guilleiguaran@gmail.com> | ||||
* | Merge pull request #26301 from maclover7/jm-fix-comment | Guillermo Iguaran | 2016-08-27 | 1 | -4/+2 |
|\ | | | | | Switch back to `Hash.dup` | ||||
| * | Switch back to `Hash.dup` | Jon Moss | 2016-08-27 | 1 | -4/+2 |
|/ | | | | | | | | | | | | | The performance difference between `Hash[]` and `Hash.dup` looks to have been narrowed by @tenderlove via this commit --> https://github.com/ruby/ruby/commit/b3803cc49ad382e23291d75ce57ffb2b74bb9577#diff-eff9999082c8ce7d8ba1fc1d79f439cf. Since this commit first appeared in Ruby 2.0.0, and since Rails now requires a minimum Ruby version of 2.2.2, this performance boost should be available for all users. Relevant links: - This behavior was originally added via https://github.com/rails/rails/commit/02174a3efc6fa8f2e5e6f114e4cf0d8a06305b6a - The conversation on the Ruby issue tracker lives here --> https://bugs.ruby-lang.org/issues/7166 | ||||
* | Merge pull request #26299 from davydovanton/fix-typo | Vipul A M | 2016-08-27 | 1 | -1/+1 |
|\ | | | | | Fix typo in Delegation#delegate_missing_to doc [ci skip] | ||||
| * | Fix typo in Delegation#delegate_missing_to doc [skip ci] | Anton Davydov | 2016-08-27 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #26297 from ledermann/patch-1 | Vijay Dev | 2016-08-27 | 1 | -1/+1 |
|\ | | | | | Errors#add_on_blank: Fix typo in deprecation message | ||||
| * | Fix typo in deprecation message | Georg Ledermann | 2016-08-27 | 1 | -1/+1 |
|/ | | | This fixes a copy-and-paste-issue slipped in by #18996 | ||||
* | Merge pull request #26293 from mechanicles/move-custom-assertion | Guillermo Iguaran | 2016-08-27 | 2 | -11/+11 |
|\ | | | | | Move Rails' custom assertion method `assert_nothing_raised` to its proper place. |