aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.textile
Commit message (Collapse)AuthorAgeFilesLines
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-766/+0
|
* copy edits [ci skip]Vijay Dev2012-09-011-3/+1
|
* added a touch more information to the apache configuration instructionsNathaniel Madura2012-08-291-0/+3
| | | | | | | In the text there is a section about how to serve the assets with far-future headers. The snippet that is proposed doesn't work on Ubuntu 11 (probably others) as mod_expires is not enabled out-of-the-box. I noted this, and gave an example of how to load mod_expires with a2enmod.
* Fix HTML validation errorsAlmudena Garcia2012-08-231-2/+2
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-161-0/+2
|\
| * For adding non css/js files to precompile arraylulalala2012-08-071-0/+2
| |
* | removes usage of Object#in? from the code base (the method remains defined ↵Xavier Noria2012-08-061-1/+1
|/ | | | | | | | | | | | | | | | | | | by Active Support) Selecting which key extensions to include in active_support/rails made apparent the systematic usage of Object#in? in the code base. After some discussion in https://github.com/rails/rails/commit/5ea6b0df9a36d033f21b52049426257a4637028d we decided to remove it and use plain Ruby, which seems enough for this particular idiom. In this commit the refactor has been made case by case. Sometimes include? is the natural alternative, others a simple || is the way you actually spell the condition in your head, others a case statement seems more appropriate. I have chosen the one I liked the most in each case.
* Corrected info about asset pipeline default pathsAndrew Vit2012-08-041-4/+6
|
* Update guides/source/asset_pipeline.textileMikhail Dieterle2012-08-031-1/+1
|
* copy edit the assets guide[ci skip]Vijay Dev2012-06-221-17/+6
|
* Extend assets cache store section in Assets Pipeline Guide [ci skip]Andrey Vakarev2012-06-161-3/+18
|
* included another upgrading pinfall - accidentally having duplicate js filesCasey Watts2012-06-151-2/+8
|
* copy edits assets guide [ci skip]Vijay Dev2012-05-171-1/+1
|
* [guides] add note about cosequences of option changesRichard Hulse2012-05-161-1/+3
|
* copy edit asset guide [ci skip]Vijay Dev2012-05-151-7/+5
|
* [guides] add local precompilation sectionRichard Hulse2012-05-131-1/+36
|
* Add note about image_tag('') issue in Asset Pipeline guide (see rails issue ↵Michael Pearson2012-05-021-0/+2
| | | | #3080)
* Merge pull request #5748 from ai/no_type_in_html5Jeremy Kemper2012-04-081-6/+6
|\ | | | | Remove unnecessary in HTML 5 type attribute with default value
| * Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-6/+6
| |
* | Improve config.assets.initialize_on_precompile guide.Hendy Tanata2012-04-041-2/+2
|/
* Improved the comment for config.assets.manifest in the asset_pipeline guides.Anuj Dutta2012-03-281-1/+1
|
* Changed the config.assets.manifest path in the comments to nil.Anuj Dutta2012-03-281-1/+1
|
* Update config.assets.initialize_on_precompile warning to include engine side ↵adman652012-03-221-1/+3
| | | | affects
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+712