aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix asset_pipeline docs incorrect image dir infomarvin2017-03-161-1/+1
|
* [ci skip] Update Guides to use macOS instead of Mac OS XVitali Tatarintev2017-02-201-2/+2
|
* Fix typo in asset_pipeline.md [ci skip]kenta-s2017-01-051-2/+2
|
* Update asset fingerprinting informationZach Ahn2016-12-231-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 DocumentationTom Prats2016-11-171-21/+11
|
* Explicitly mention defaults.schneems2016-08-291-1/+1
|
* Fix asset_pipeline.md miss-mergeschneems2016-08-291-7/+7
|
* Specify version of Sprockets-rails this will be inschneems2016-08-291-1/+1
|
* [ci skip] asset_pipeline.md assets.unknown_asset_fallbackschneems2016-08-291-7/+20
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-211-2/+2
|\
| * When referring to Rails, be consistent in usage of capitalized form, unless ↵Vipul A M2016-08-191-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#precompileJon Atack2016-08-191-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/docrailsVijay Dev2016-05-141-11/+6
|\ | | | | | | | | Conflicts: guides/source/configuring.md
| * This config still applies for Rails 4 Apps and we need to mention it, what ↵Vipul A M2016-05-111-2/+2
| | | | | | | | was needed before. [ci skip]
| * Asset Pipeline: Remove outdated comment about `config.assets.digest` [ci skip]Prathamesh Sonpatki2016-05-081-1/+1
| |
| * Asset pipeline: Remove documentation about outdated `config.assets.compress` ↵Prathamesh Sonpatki2016-05-081-12/+7
| | | | | | | | | | | | option [ci skip]
* | Fix typos in asset_pipeline.md [ci skip]Connor Shea2016-04-291-2/+2
| | | | | | Per discussion in #24786.
* | Document config.assets.gzip flag. Follow up of ↵Vipul A M2016-04-291-0/+11
|/ | | | | | https://github.com/rails/sprockets-rails/pull/342. [ci skip]
* remove Rails 4 text from asset pipeline guideScott Bronson2016-03-181-7/+3
|
* Remove needless `break;` [ci skip]Ryuta Kamizono2016-03-101-1/+0
|
* remove config that are no longer needed in sprockets-rails 3yuuji.yaginuma2016-03-051-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 Stephenson2016-02-231-2/+2
|
* Use correct path in documentation.Tom von Schwerdtner2016-02-121-1/+1
| | | | | | s/config\/production/config\/environments\/production/ [ci skip]
* Remove references to Rails 4 from assets guide [ci skip]Prathamesh Sonpatki2016-02-081-9/+9
|
* doc changesLarry Kyrala2016-02-071-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 Sonpatki2016-02-011-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.mdDjoume Salvetti2016-01-271-3/+3
|
* insert newlines into code samplesAlexander2016-01-201-3/+5
| | | | [ci skip]
* Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-4/+4
| | | | Still more to do. Please assist!
* [ci skip] ( ͡° ͜ʖ ͡°) ( ͡⊙ ͜ʖ ͡⊙) ( ͡◉ ͜ʖ ͡◉) ↵Kasper Timm Hansen2015-11-051-1/+1
| | | | | | javascript => JavaScript JavaScript is spelled with a capital J and S.
* [ci skip] Remove final mentions of `static_cache_control` in docs.Kasper Timm Hansen2015-11-051-1/+3
| | | | | | It was deprecated in https://github.com/rails/rails/pull/19135. We're now favoring `public_file_server.headers`.
* Replace `serve_static_files` mentions in docs.Kasper Timm Hansen2015-11-041-1/+1
| | | | | | | | Should use `public_file_server.enabled` instead. Clarified that static files will be served from the public directory, where it made sense. Also removed occurrence of the deprecated `static_cache_control`.
* Fix punctuation [ci skip]Markov Alexey2015-10-231-1/+1
|
* Revert "Update asset_pipeline.md"Rafael Mendonça França2015-10-071-1/+1
| | | | | | | | | | This reverts commit afe672185d5eba95f387c46f855ae7a21ea69fa5. Reason: This change was done by mistake. This option is at the `config` object not in the `config.assets`. See https://github.com/rails/rails/blob/cfb371e96a2789790359ec1db779df490fd253d6/railties/lib/rails/application/configuration.rb#L16
* Update asset_pipeline.mdkentendo2015-10-051-1/+1
|
* [ci skip] Clarified asset pipeline guideAndreas Lietz2015-08-131-4/+4
|
* Corrected instructions for using SassAndreas Lietz2015-08-061-4/+4
|
* Correct small typo.Hank Beaver2015-04-151-1/+1
| | | | * files are written to hard "disk" not "disc".
* Removing GZip section since Sprockets 3.0 no longer create .gz files [ci skip]Andrey Nering2015-04-141-35/+0
| | | | | - https://github.com/rails/sprockets/commit/14b3b2eddac4699c64c051888e3801732b9a4418 - https://github.com/rails/sprockets/issues/26
* update `config.assets.digest` default value in guides [ci skip]yuuji.yaginuma2015-03-251-2/+1
|
* [skip ci] Fixed typoJames2015-03-191-1/+1
|
* [skip ci] Fix typos in guidesAnton Davydov2015-03-151-1/+1
|
* Update sprockets links to point to rails orgJoshua Peek2015-03-131-3/+3
|
* Don't recommend to precompile all assetsRafael Mendonça França2015-02-271-21/+0
| | | | | | | | | | It is very slow since it will precompile even plugins. Also it is very unlikely that any application will use this patterns since it is not a good practice to include all assets manually in the page. [ci skip]
* Merge pull request #18503 from vipulnsward/guides-in-onXavier Noria2015-01-141-1/+1
|\ | | | | Changed `IN` to `ON` in markdown renderer condition
| * - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
| | | | | | | | - Changed `IN` to `ON` in all note sentences in guides.
* | Digesting is now enabled by default in developmentRebecca Skinner2015-01-131-1/+1
|/
* Update guides regarding the extension changesRobin Dupret2014-12-261-9/+9
| | | | | | | | | | With rails/coffee-rails#61 (and #17241), the `.coffee` extension is favoured over `.js.coffee`. Respectively, with rails/sass-rails#271 `.scss` and `.sass` are favoured over `.css.scss` and `.css.sass`. Let's update the documentation to reflect that. [ci skip]
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
| | | | References #18148.
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-3/+2
| | | | | | Allow static asset serving from env variable (enhanced!) Conflicts: railties/CHANGELOG.md