Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Sass gobbling info to asset pipeline docs | David Verhasselt | 2013-10-17 | 1 | -1/+5 | |
| | | | | [ci skip] | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-31 | 1 | -2/+2 | |
|\ | ||||||
| * | Moved "`mod_expires` to be enabled" to new line. | Prathamesh Sonpatki | 2013-08-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | - Right now the comment was not rendering properly. # The Expires* directives requires the Apache module `mod_expires` to be # enabled. - After this change - # The Expires* directives requires the Apache module # `mod_expires` to be enabled. | |||||
* | | Merge pull request #11986 from fedesoria/patch-3 | Xavier Noria | 2013-08-26 | 1 | -0/+5 | |
|\ \ | | | | | | | Warning on doc for assets under lib|vendor not precompiling | |||||
| * | | Warning on doc for assets under lib|vendor not precompiling | Federico Soria | 2013-08-26 | 1 | -0/+5 | |
| |/ | ||||||
* / | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -6/+6 | |
|/ | ||||||
* | Fix a broken link | Hiroshige Umino | 2013-08-09 | 1 | -1/+1 | |
| | ||||||
* | #11759: Update Assets Pipeline Guide | Paul Nikitochkin | 2013-08-06 | 1 | -2/+2 | |
| | | | | by default included to precompile only non-js/css files from `app/assets` and `application.(css|js)` | |||||
* | Update of 'The Asset Pipeline' guide for Rails 4. [ci skip] | Adrien Lamothe | 2013-07-26 | 1 | -229/+537 | |
| | ||||||
* | [ci-skip] Update link, tweak UglifyJS | Evan Goer | 2013-07-13 | 1 | -2/+2 | |
| | ||||||
* | Cleaned up wording and tags. | blahedo | 2013-07-06 | 1 | -3/+3 | |
| | | | | | | | | Replaced <br /> with <br> for consistency; Added note about singular/plural distinction (which was previously confusing to a Rails noob); Rephrased explanation of how form is routed to controller, again to reduce confusion; and added explanation to replace incorrect link. [ci skip] | |||||
* | `initialize_on_precompile` is not used anymore. | Terence Lee | 2013-06-13 | 1 | -19/+0 | |
| | ||||||
* | Merge pull request #10222 from senny/update_bundler_section_in_assets_guide | Rafael Mendonça França | 2013-05-23 | 1 | -9/+7 | |
|\ | | | | | | | | | docs, adjust the application.rb snippets to match the generated file. Closes #10449 | |||||
| * | asset guide, match application.rb snippets to the generated file [ci skip] | Yves Senn | 2013-04-15 | 1 | -9/+7 | |
| | | | | | | | | `if defined?(Bundler)` is no longer used in our current application.rb | |||||
* | | 2.15.1 is the first release that supports Rails 4. | Sam Ruby | 2013-05-05 | 1 | -1/+1 | |
| | | | | | | | | specifically manifest.json | |||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-05-01 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | Update assets_pipeline with config.assets.precompile location | Zoltan Debre | 2013-04-23 | 1 | -2/+2 | |
| | | | | | | | | | rake assets:precompile will work if config.assets.precompile is in config/application.rb and not in config/environment/production.rb | |||||
| * | | more Ruby 1.9 Hash syntax in our guides | Yves Senn | 2013-04-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added description for mtime | Prathamesh Sonpatki | 2013-04-14 | 1 | -1/+1 | |
| |/ | ||||||
* / | Fix guide section about assets precompiling task in production [ci skip] | Francesco Rodriguez | 2013-04-29 | 1 | -1/+1 | |
|/ | | | | | | | | You need to specify `RAILS_ENV=production` Related to https://github.com/rails/sass-rails/issues/152. /cc @guilleiguaran | |||||
* | Revert "added details to section 4.1.2 of the Asset Pipeline guide, ↵ | Vijay Dev | 2013-04-11 | 1 | -29/+1 | |
| | | | | | | | | | describing how to configure Apache to serve the gzipped version of the precompiled assets" This reverts commit aec466e75294be177f66472fcdbd392831b26fdd. Reason: We're not sure about the correctness and won't want to document something like this with doubts. | |||||
* | more typos in guides | Vipul A M | 2013-03-20 | 1 | -1/+1 | |
| | ||||||
* | added details to section 4.1.2 of the Asset Pipeline guide, describing how ↵ | Tim Lowrimore | 2013-03-15 | 1 | -1/+29 | |
| | | | | to configure Apache to serve the gzipped version of the precompiled assets | |||||
* | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-01-26 | 1 | -10/+10 | |
|\ | | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/form_options_helper.rb guides/code/getting_started/app/controllers/comments_controller.rb | |||||
| * | for recommended Apache configuration of asset pipeline, use <Location> ↵ | Erik Johnson | 2013-01-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | instead of <LocationMatch>, to avoid unnecessary reg ex parsing and code <http://httpd.apache.org/docs/2.2/mod/core.html#location (recommended by @jja). - @erikj | |||||
| * | update assets guide code styling | Gosha Arinich | 2013-01-10 | 1 | -8/+8 | |
| | | | | | | | | | | | | * 1.9 hash syntax * proper formatting around one line blocks * do-end for multiline blocks | |||||
* | | add asset pipeline guides section on implementing & registering own engines | Gosha Arinich | 2013-01-10 | 1 | -1/+25 | |
|/ | ||||||
* | copy edits in assets guide [ci skip] | Vijay Dev | 2012-12-21 | 1 | -23/+26 | |
| | ||||||
* | Explain controller specific assets more thoroughly | Damian Galarza | 2012-12-17 | 1 | -17/+32 | |
| | | | | | | | | | The current section on controller specific assets does not really explain how the default application.css and application.js files generated by rails will work with controller specific assets and is a bit ambiguous. We should remind users that they will be included into their application by default but that they have the option to include them only where needed if they want and how this works with precompiling assets. [ci_skip] | |||||
* | copy editing [ci skip] | Vijay Dev | 2012-12-15 | 1 | -1/+1 | |
| | ||||||
* | Add a small note about the compressing the file, and how that helps the ↵ | Anuj Dutta | 2012-12-13 | 1 | -1/+2 | |
| | | | | application. | |||||
* | Remove references to Rails versions. | Steve Klabnik | 2012-12-07 | 1 | -7/+3 | |
| | | | | | | | | There's no reason for guides to reference old behaviors. They should be current as of the versions of Rails that they ship with, and including older information just clutters thing. I discussed this change with @fxn and he agrees. | |||||
* | Punctuation, capitalization, grammar fixes in rails guides | Katie Oldaker | 2012-12-07 | 1 | -5/+5 | |
| | ||||||
* | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -5/+5 | |
| | ||||||
* | add a notice about loading assets in production mode | Tony Jian | 2012-12-05 | 1 | -1/+18 | |
| | ||||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+2 | |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | |||||
* | Asset Pipeline: add 'the' | Steve Klabnik | 2012-11-29 | 1 | -2/+2 | |
| | | | | | | Some guides work without 'the'. For instance, 'Migrations' or 'Form Helpers.' But when we talk about the asset pipeline, we... always say 'the asset pipeline.' The guide title should reflect this. | |||||
* | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -5/+5 | |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | |||||
* | Revert "Switch to 1.9 hash syntax" | Vijay Dev | 2012-11-17 | 1 | -10/+11 | |
| | | | | | | This reverts commit d8596c4b8500a899d686c57fa093c549b0378c7a. Reason: too many mistakes [ci skip] | |||||
* | Switch to 1.9 hash syntax | Agis Anastasopoulos | 2012-11-15 | 1 | -11/+10 | |
| | ||||||
* | use em-dashes instead of two minuses in guides | burningTyger | 2012-11-10 | 1 | -4/+4 | |
| | ||||||
* | Further explain the CDN and caching situation. | Steve Klabnik | 2012-11-09 | 1 | -3/+4 | |
| | ||||||
* | Add note about asset pipeline and CDNs. | Steve Klabnik | 2012-11-09 | 1 | -0/+11 | |
| | | | | Fixes #2468. | |||||
* | With the Asset Pipeline the :cache and :concat options aren't used anymore | Guillermo Iguaran | 2012-10-24 | 1 | -0/+3 | |
| | ||||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+760 | |
| | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | |||||
* | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -760/+0 | |
| | ||||||
* | typo fix: remove duplicate period | cczona | 2012-09-27 | 1 | -1/+1 | |
| | ||||||
* | Remove highly uncommon `config.assets.manifest` option for moving the ↵ | Guillermo Iguaran | 2012-09-19 | 1 | -9/+0 | |
| | | | | | | manifest path. This option is now unsupported in sprockets-rails. | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -2/+2 | |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | |||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -50/+43 | |
| |