Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename header of the gzip paragraph to more accurate and add short info ↵ | Mariusz Błaszczak | 2018-12-21 | 1 | -1/+3 |
| | | | | aboaut what to do about serving gziped files [ci skip] | ||||
* | Fully remove duplicated upgrade information [ci skip] | Alberto Almagro | 2018-10-23 | 1 | -5/+0 |
| | | | | | | On #34261 we removed the whole upgrade section. This warning is also included in the Upgrade guides [here](https://github.com/rails/rails/blame/master/guides/source/upgrading_ruby_on_rails.md#L1390) and should also be removed. | ||||
* | Remove "Upgrading Old Versions" from Asset Pipeline Guide [skip ci] | Matilda Smeds | 2018-10-19 | 1 | -57/+0 |
| | | | | | * How to upgrade Rails 2.x/3.2 not relevant for this Guide * All configuration changes are already included in Upgrading Ruby on Rails Guide | ||||
* | Update the docs now that webpacker is default [ci skip] | Prathamesh Sonpatki | 2018-10-03 | 1 | -3/+2 |
| | |||||
* | Merge pull request #33229 from ↵ | Matthew Draper | 2018-07-25 | 1 | -6/+6 |
|\ | | | | | | | | | albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails Prefer rails command over bin/rails | ||||
| * | Substitute references to task for command | Alberto Almagro | 2018-07-06 | 1 | -5/+5 |
| | | | | | | | | This commit substitutes references to rails/rake task for rails command | ||||
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | As discussed in #33203 rails command already looks for, and runs, bin/rails if it is present. We were mixing recommendations within guides and USAGE guidelines, in some files we recommended using rails, in others bin/rails and in some cases we even had both options mixed together. | ||||
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
|/ | | | | | http links will be redirected to the https version, but still better to just directly link to the https version. | ||||
* | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -4/+4 |
| | | | | | | | [ci skip] A regular expression was used to find a lot of missing Oxford commas and add them. The regular expression was as follows. ", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) " | ||||
* | Correct docs on naming of sprockets manifest file | Paul | 2018-04-17 | 1 | -2/+2 |
| | | | | Calling this an MD5 implies that it is generated consistently based on some input. However, this value is [completely random](https://github.com/rails/sprockets/blob/fbe6e450b6f25cf3ea494fcab0e34001d0b5a0b9/lib/sprockets/manifest_utils.rb#L11-L24). | ||||
* | Fix note marks [ci skip] | Yauheni Dakuka | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Remove out-of-date references to jQuery | Daniel Colson | 2018-01-28 | 1 | -11/+6 |
| | | | | Fixes #31703 | ||||
* | Cosmetic changes [ci skip] | Yauheni Dakuka | 2017-11-30 | 1 | -4/+4 |
| | |||||
* | Cosmetic fixes [ci skip] | Yauheni Dakuka | 2017-10-06 | 1 | -6/+6 |
| | |||||
* | Update link in The Asset Pipeline guide [ci skip] | Yoshiyuki Hirano | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Use https instead of http in guide [ci skip] | Yoshiyuki Hirano | 2017-08-23 | 1 | -3/+3 |
| | |||||
* | Use ssl in guide and comment [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -1/+1 |
| | |||||
* | Fix asset pipeline guide [skip ci] | Leandro Lourenci | 2017-08-14 | 1 | -2/+2 |
| | |||||
* | Remove references to deprecared raise_runtime_errors from documentation, ↵ | Vipul A M | 2017-06-17 | 1 | -14/+0 |
| | | | | which is always enabled now. Ref: https://github.com/rails/sprockets-rails/commit/655b93bffc6f51b96a7cc097f9010942693bfaae and https://github.com/rails/rails/pull/24070 . Fixes #29483 [ci skip] (#29484) | ||||
* | Change default application.js included in new Rails app [ci skip] | Koichi ITO | 2017-06-03 | 1 | -3/+3 |
| | |||||
* | Replace therubyracer with mini_racer | Sam | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Fix asset_pipeline docs incorrect image dir info | marvin | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | [ci skip] Update Guides to use macOS instead of Mac OS X | Vitali Tatarintev | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | Fix typo in asset_pipeline.md [ci skip] | kenta-s | 2017-01-05 | 1 | -2/+2 |
| | |||||
* | Update asset fingerprinting information | Zach Ahn | 2016-12-23 | 1 | -22/+24 |
| | | | | | | | - Replaced MD5 => SHA256 where necessary - Updated sprockets manifest example See: https://github.com/rails/sprockets/blob/dd9b3b53c06c602c49057bc4a426c1a446ed7a4a/lib/sprockets.rb#L26 | ||||
* | Updated Sprockets Documentation | Tom Prats | 2016-11-17 | 1 | -21/+11 |
| | |||||
* | Explicitly mention defaults. | schneems | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | [ci skip] asset_pipeline.md assets.unknown_asset_fallback | schneems | 2016-08-29 | 1 | -7/+20 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-08-21 | 1 | -2/+2 |
|\ | |||||
| * | When referring to Rails, be consistent in usage of capitalized form, unless ↵ | Vipul A M | 2016-08-19 | 1 | -2/+2 |
| | | | | | | | | it is used in context of a command like bin/rails or the rails directory [ci skip] | ||||
* | | Consistent examples and template for assets#precompile | Jon Atack | 2016-08-19 | 1 | -5/+5 |
|/ | | | | | | | | Listening to a few developers today discussing their troubles in understanding how to use the asset pipeline, it turns out that the precompile examples in the guides and assets.rb template have over time become a bit inconsistent. This PR makes the examples consistent in code style, spacing, and asset names, removes the old 'swfObject.js' example, and in a couple of places wraps lines at 80 characters including in the assets.rb template. Re-add spaces inside array parentheses. | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-05-14 | 1 | -11/+6 |
|\ | | | | | | | | | Conflicts: guides/source/configuring.md | ||||
| * | This config still applies for Rails 4 Apps and we need to mention it, what ↵ | Vipul A M | 2016-05-11 | 1 | -2/+2 |
| | | | | | | | | was needed before. [ci skip] | ||||
| * | Asset Pipeline: Remove outdated comment about `config.assets.digest` [ci skip] | Prathamesh Sonpatki | 2016-05-08 | 1 | -1/+1 |
| | | |||||
| * | Asset pipeline: Remove documentation about outdated `config.assets.compress` ↵ | Prathamesh Sonpatki | 2016-05-08 | 1 | -12/+7 |
| | | | | | | | | | | | | option [ci skip] | ||||
* | | Fix typos in asset_pipeline.md [ci skip] | Connor Shea | 2016-04-29 | 1 | -2/+2 |
| | | | | | | Per discussion in #24786. | ||||
* | | Document config.assets.gzip flag. Follow up of ↵ | Vipul A M | 2016-04-29 | 1 | -0/+11 |
|/ | | | | | | https://github.com/rails/sprockets-rails/pull/342. [ci skip] | ||||
* | remove Rails 4 text from asset pipeline guide | Scott Bronson | 2016-03-18 | 1 | -7/+3 |
| | |||||
* | Remove needless `break;` [ci skip] | Ryuta Kamizono | 2016-03-10 | 1 | -1/+0 |
| | |||||
* | remove config that are no longer needed in sprockets-rails 3 | yuuji.yaginuma | 2016-03-05 | 1 | -1/+1 |
| | | | | | `config.assets.raise_runtime_errors` and `config.assets.digest` are enabled by default in sprockets-rails 3. | ||||
* | Switch to `data-turbolinks-track="reload"` | Sam Stephenson | 2016-02-23 | 1 | -2/+2 |
| | |||||
* | Use correct path in documentation. | Tom von Schwerdtner | 2016-02-12 | 1 | -1/+1 |
| | | | | | | s/config\/production/config\/environments\/production/ [ci skip] | ||||
* | Remove references to Rails 4 from assets guide [ci skip] | Prathamesh Sonpatki | 2016-02-08 | 1 | -9/+9 |
| | |||||
* | doc changes | Larry Kyrala | 2016-02-07 | 1 | -1/+4 |
| | | | | | | | | | | | | | | for rails/rails#23431 modified: guides/source/asset_pipeline.md * description of asset combination from apps and gems, e.g. jquery-rails * after @vipulnsward's related change rails/rails#23479 correction: --skip-sprockets will prevent all of these gems, not just sass-rails and uglifier modified: guides/source/working_with_javascript_in_rails.md * noted that rails.js requires the asset pipeline [ci skip] | ||||
* | Fix documentation related to `config.assets.cache_store` [ci skip] | Prathamesh Sonpatki | 2016-02-01 | 1 | -11/+6 |
| | | | | | | | - sprockets-rails no longer supports customizing cache store after rails/sprockets-rails@ecaeb27 using `config.assets.cache_store`. - Instead we need to configure it using block syntax. - Fixes #19835. | ||||
* | Fix typos in asset_pipeline.md | Djoume Salvetti | 2016-01-27 | 1 | -3/+3 |
| | |||||
* | insert newlines into code samples | Alexander | 2016-01-20 | 1 | -3/+5 |
| | | | | [ci skip] | ||||
* | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 1 | -4/+4 |
| | | | | Still more to do. Please assist! |