aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
Commit message (Collapse)AuthorAgeFilesLines
* Update the docs now that webpacker is default [ci skip]Prathamesh Sonpatki2018-10-031-3/+2
|
* Merge pull request #33229 from ↵Matthew Draper2018-07-251-6/+6
|\ | | | | | | | | albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails Prefer rails command over bin/rails
| * Substitute references to task for commandAlberto Almagro2018-07-061-5/+5
| | | | | | | | This commit substitutes references to rails/rake task for rails command
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-061-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 httpsPaul McMahon2018-07-241-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 commasAnthony Crumley2018-05-101-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 filePaul2018-04-171-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 Dakuka2018-03-121-1/+1
|
* Remove out-of-date references to jQueryDaniel Colson2018-01-281-11/+6
| | | | Fixes #31703
* Cosmetic changes [ci skip]Yauheni Dakuka2017-11-301-4/+4
|
* Cosmetic fixes [ci skip]Yauheni Dakuka2017-10-061-6/+6
|
* Update link in The Asset Pipeline guide [ci skip]Yoshiyuki Hirano2017-09-211-1/+1
|
* Use https instead of http in guide [ci skip]Yoshiyuki Hirano2017-08-231-3/+3
|
* Use ssl in guide and comment [ci skip]Yoshiyuki Hirano2017-08-191-1/+1
|
* Fix asset pipeline guide [skip ci]Leandro Lourenci2017-08-141-2/+2
|
* Remove references to deprecared raise_runtime_errors from documentation, ↵Vipul A M2017-06-171-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 ITO2017-06-031-3/+3
|
* Replace therubyracer with mini_racerSam2017-05-301-1/+1
|
* 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`.