Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix HTML validation errors | Almudena Garcia | 2012-08-23 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-08-16 | 1 | -0/+2 |
|\ | |||||
| * | For adding non css/js files to precompile array | lulalala | 2012-08-07 | 1 | -0/+2 |
| | | |||||
* | | removes usage of Object#in? from the code base (the method remains defined ↵ | Xavier Noria | 2012-08-06 | 1 | -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 paths | Andrew Vit | 2012-08-04 | 1 | -4/+6 |
| | |||||
* | Update guides/source/asset_pipeline.textile | Mikhail Dieterle | 2012-08-03 | 1 | -1/+1 |
| | |||||
* | copy edit the assets guide[ci skip] | Vijay Dev | 2012-06-22 | 1 | -17/+6 |
| | |||||
* | Extend assets cache store section in Assets Pipeline Guide [ci skip] | Andrey Vakarev | 2012-06-16 | 1 | -3/+18 |
| | |||||
* | included another upgrading pinfall - accidentally having duplicate js files | Casey Watts | 2012-06-15 | 1 | -2/+8 |
| | |||||
* | copy edits assets guide [ci skip] | Vijay Dev | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | [guides] add note about cosequences of option changes | Richard Hulse | 2012-05-16 | 1 | -1/+3 |
| | |||||
* | copy edit asset guide [ci skip] | Vijay Dev | 2012-05-15 | 1 | -7/+5 |
| | |||||
* | [guides] add local precompilation section | Richard Hulse | 2012-05-13 | 1 | -1/+36 |
| | |||||
* | Add note about image_tag('') issue in Asset Pipeline guide (see rails issue ↵ | Michael Pearson | 2012-05-02 | 1 | -0/+2 |
| | | | | #3080) | ||||
* | Merge pull request #5748 from ai/no_type_in_html5 | Jeremy Kemper | 2012-04-08 | 1 | -6/+6 |
|\ | | | | | Remove unnecessary in HTML 5 type attribute with default value | ||||
| * | Remove unnecessary in HTML 5 type attribute with default value | Andrey A.I. Sitnik | 2012-04-05 | 1 | -6/+6 |
| | | |||||
* | | Improve config.assets.initialize_on_precompile guide. | Hendy Tanata | 2012-04-04 | 1 | -2/+2 |
|/ | |||||
* | Improved the comment for config.assets.manifest in the asset_pipeline guides. | Anuj Dutta | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | Changed the config.assets.manifest path in the comments to nil. | Anuj Dutta | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | Update config.assets.initialize_on_precompile warning to include engine side ↵ | adman65 | 2012-03-22 | 1 | -1/+3 |
| | | | | affects | ||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+712 |