Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Merge pull request #13937 from ktaragorn/guides_fixes | Vijay Dev | 2014-02-16 | 1 | -1/+6 | |
|\ | | | | | Guides fixes | |||||
| * | Getting started guide fixes & Explain X-SendFile a little better, with links | Karthik T | 2014-02-14 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | Explain how form_for :article is able to pull in the properties of @article Make it clear that article_id is generated due to the association set up Add link to the rails function that uses X-Sendfile. Add links to apache and nginx docs for the header | |||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-02-09 | 1 | -1/+1 | |
|\ \ | |/ |/| | | | | | | | | | Conflicts: guides/source/active_record_validations.md guides/source/api_documentation_guidelines.md guides/source/configuring.md | |||||
| * | `requies` => `requires` | Vipul A M | 2014-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | Added some style changes in asset pipeline documentation | sowjanya | 2014-01-29 | 1 | -10/+5 | |
| | | ||||||
* | | Added documentation for css_compressor | sowjanya | 2014-01-28 | 1 | -1/+6 | |
|/ | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-31 | 1 | -10/+10 | |
|\ | ||||||
| * | [ci skip] trailing documentation whitespace | schneems | 2013-12-19 | 1 | -10/+10 | |
| | | ||||||
* | | Flag `config.assets.raise_runtime_errors` in dev | schneems | 2013-12-19 | 1 | -0/+27 | |
|/ | | | | | By default `config.assets.raise_runtime_errors` should be set to `true` in development for new apps. Source: https://github.com/rails/sprockets-rails/pull/100 | |||||
* | :scissors: fix broken url [ci skip] | Gaurish Sharma | 2013-11-09 | 1 | -2/+1 | |
| | ||||||
* | [ci skip] second parameter of asset-url is depricated | Evgeniy | 2013-10-23 | 1 | -4/+3 | |
| | ||||||
* | Update docs on Tilt::Template in Asset Pipeline guide | David Verhasselt | 2013-10-21 | 1 | -3/+8 | |
| | ||||||
* | 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 | |
| |