Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update `config.assets.digest` default value in guides [ci skip] | yuuji.yaginuma | 2015-03-25 | 1 | -2/+1 |
| | |||||
* | [skip ci] Fixed typo | James | 2015-03-19 | 1 | -1/+1 |
| | |||||
* | [skip ci] Fix typos in guides | Anton Davydov | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Update sprockets links to point to rails org | Joshua Peek | 2015-03-13 | 1 | -3/+3 |
| | |||||
* | Don't recommend to precompile all assets | Rafael Mendonça França | 2015-02-27 | 1 | -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-on | Xavier Noria | 2015-01-14 | 1 | -1/+1 |
|\ | | | | | Changed `IN` to `ON` in markdown renderer condition | ||||
| * | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | | Digesting is now enabled by default in development | Rebecca Skinner | 2015-01-13 | 1 | -1/+1 |
|/ | |||||
* | Update guides regarding the extension changes | Robin Dupret | 2014-12-26 | 1 | -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 GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | Merge pull request #18100 from chancancode/serve_static_files | Godfrey Chan | 2014-12-19 | 1 | -3/+2 |
| | | | | | | Allow static asset serving from env variable (enhanced!) Conflicts: railties/CHANGELOG.md | ||||
* | Update guides with info about vendor/assets | Carlos Souza | 2014-12-11 | 1 | -1/+3 |
| | | | | | | fixes #17893 [ci skip] | ||||
* | Tiny documentation styling fixes [ci skip] | Robin Dupret | 2014-11-02 | 1 | -1/+2 |
| | |||||
* | Fix break on generated html | Cakey | Buddy Magsipoc | 2014-11-01 | 1 | -2/+1 |
| | | | | | fixes this : ![http://i.imgur.com/86scI3a.png](http://i.imgur.com/86scI3a.png)) | ||||
* | Changes puts to logger.info | Filip Bartuzi | 2014-09-11 | 1 | -2/+2 |
| | |||||
* | [ci skip] change the line orientation on asset precompile page | Aditya Kapoor | 2014-09-09 | 1 | -3/+1 |
| | |||||
* | [ci skip] docs grammar | schneems | 2014-08-26 | 1 | -2/+2 |
| | |||||
* | [ci skip] proper end to sentence | schneems | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | [ci skip] use NOTE instead of Note | schneems | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | [ci skip] fix grammar in docs | schneems | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | [ci skip] docs can URL cache invalidation | schneems | 2014-08-24 | 1 | -0/+24 |
| | |||||
* | [ci skip] docs CDN Cache-Control behavior | schneems | 2014-08-24 | 1 | -0/+24 |
| | |||||
* | [ci skip] docs CDN header debugging | schneems | 2014-08-24 | 1 | -0/+48 |
| | |||||
* | [ci skip] docs CDN caching behavior | schneems | 2014-08-24 | 1 | -0/+17 |
| | |||||
* | [ci skip] docs asset_pipeline CDN set up | schneems | 2014-08-24 | 1 | -1/+63 |
| | |||||
* | [ci skip] docs asset_pipeline#CDNs | schneems | 2014-08-24 | 1 | -13/+21 |
| | |||||
* | [ci skip] wrap to 80 chars | schneems | 2014-08-24 | 1 | -1/+2 |
| | |||||
* | Calling require_self twice in css raises Sprockets::ArgumentError exception ↵ | Akshay Vishnoi | 2014-07-24 | 1 | -2/+1 |
| | | | | [ci skip] | ||||
* | Follow-up to #16097 [ci skip] | Robin Dupret | 2014-07-18 | 1 | -3/+6 |
| | | | | | | | | Even if this is not exactly the same, let's add a new-line character instead of two spaces. While it's specified in the Markdown specs that adding spaces at the end of the line creates a break-line tag, this is a brittle approach as people may remove them saving the file on certain editors. | ||||
* | correct markdown usage [ci skip] | Nishant Modak | 2014-07-09 | 1 | -3/+3 |
| | |||||
* | Improves readability... | Kevin Musiorski | 2014-06-24 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Added missing colon in asset manifest JSON. | Aidan Haran | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #15657 from JohnRiv/guides_asset_pipeline_local | Zachary Scott | 2014-06-11 | 1 | -5/+4 |
|\ | | | | | [ci skip] There are 3 caveats to Local Precompilation including 1 config change | ||||
| * | There are 3 caveats to Local Precompilation including 1 config change | John Riviello | 2014-06-11 | 1 | -5/+4 |
| | | | | | | | | not 2 caveats with one of them being 2 config changes [ci skip] | ||||
* | | Updating argument names in default matcher for compiling files | John Riviello | 2014-06-11 | 1 | -1/+1 |
|/ | | | | to match arguments used in sprockets-rails [ci skip] | ||||
* | cleanup, get rid of trailing whitespace. [ci skip] | Yves Senn | 2014-06-11 | 1 | -2/+2 |
| | | | | | | Follow up to #15636. /cc @hundredwatt | ||||
* | Fix Apache Directives [ci skip] | Jason Nochlin | 2014-06-11 | 1 | -2/+4 |
| | | | Directives need to be placed on their own lines in order to work. Tested on: `Server version: Apache/2.2.22 (Ubuntu); Server built: Mar 19 2014 21:11:15` | ||||
* | [ci skip] Fix capitalization | Akshay Vishnoi | 2014-06-07 | 1 | -8/+8 |
| | |||||
* | config.assets.digests -> config.assets.digest | Jon Atack | 2014-06-01 | 1 | -2/+2 |
| | | | | | in Asset Pipeline guide. [skip ci] | ||||
* | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Default config.assets.digests to true in development | Dan Kang | 2014-05-17 | 1 | -8/+18 |
| | |||||
* | Improve documentation for asset_url | Hubert Łępicki | 2014-05-08 | 1 | -0/+8 |
| | | | | Updated CHANGELOG.md with entry about :host in asset_url | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-04-18 | 1 | -2/+2 |
|\ | |||||
| * | Fix spelling and proper nouns | Steven Harman | 2014-04-17 | 1 | -4/+4 |
| | | | | | | | | [ci skip] | ||||
* | | :uglify -> :uglifier | Brad Dunbar | 2014-04-18 | 1 | -1/+1 |
| | | | | | | | | | | The name of the gem is `uglifier` and all other references use `uglifier`, not `uglify`. | ||||
* | | Disable assest cache store in docs [ci skip] | Nick Borromeo | 2014-04-13 | 1 | -0/+8 |
| | | |||||
* | | Move assets precompile (and version) to an initializer | Matthew Draper | 2014-04-11 | 1 | -4/+4 |
| | | | | | | | | | | sprockets-rails 2.1 needs the precompile list to be available in all environments. | ||||
* | | depend_on_asset is not required anymore on sprockets-rails 2.1.2 | Rafael Mendonça França | 2014-04-09 | 1 | -19/+4 |
| | | |||||
* | | Guides: minor typo fixed [ci skip] | Vadim Golub | 2014-04-09 | 1 | -1/+1 |
|/ | |||||
* | [skip ci] Fix the javascript path in guide for asset modules | Jingwen Owen Ou | 2014-02-20 | 1 | -1/+1 |
| |