aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix Apache Directives [ci skip]Jason Nochlin2014-06-111-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 capitalizationAkshay Vishnoi2014-06-071-8/+8
|
* config.assets.digests -> config.assets.digestJon Atack2014-06-011-2/+2
| | | | | in Asset Pipeline guide. [skip ci]
* Use generated binstubs in guides examples.Josef Šimánek2014-05-201-1/+1
| | | | [ci skip]
* Default config.assets.digests to true in developmentDan Kang2014-05-171-8/+18
|
* Improve documentation for asset_urlHubert Łępicki2014-05-081-0/+8
| | | | Updated CHANGELOG.md with entry about :host in asset_url
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-181-2/+2
|\
| * Fix spelling and proper nounsSteven Harman2014-04-171-4/+4
| | | | | | | | [ci skip]
* | :uglify -> :uglifierBrad Dunbar2014-04-181-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 Borromeo2014-04-131-0/+8
| |
* | Move assets precompile (and version) to an initializerMatthew Draper2014-04-111-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.2Rafael Mendonça França2014-04-091-19/+4
| |
* | Guides: minor typo fixed [ci skip]Vadim Golub2014-04-091-1/+1
|/
* [skip ci] Fix the javascript path in guide for asset modulesJingwen Owen Ou2014-02-201-1/+1
|
* Merge pull request #13937 from ktaragorn/guides_fixesVijay Dev2014-02-161-1/+6
|\ | | | | Guides fixes
| * Getting started guide fixes & Explain X-SendFile a little better, with linksKarthik T2014-02-141-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/docrailsVijay Dev2014-02-091-1/+1
|\ \ | |/ |/| | | | | | | | | Conflicts: guides/source/active_record_validations.md guides/source/api_documentation_guidelines.md guides/source/configuring.md
| * `requies` => `requires`Vipul A M2014-01-241-1/+1
| |
* | Added some style changes in asset pipeline documentationsowjanya2014-01-291-10/+5
| |
* | Added documentation for css_compressorsowjanya2014-01-281-1/+6
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-311-10/+10
|\
| * [ci skip] trailing documentation whitespaceschneems2013-12-191-10/+10
| |
* | Flag `config.assets.raise_runtime_errors` in devschneems2013-12-191-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 Sharma2013-11-091-2/+1
|
* [ci skip] second parameter of asset-url is depricatedEvgeniy2013-10-231-4/+3
|
* Update docs on Tilt::Template in Asset Pipeline guideDavid Verhasselt2013-10-211-3/+8
|
* Add Sass gobbling info to asset pipeline docsDavid Verhasselt2013-10-171-1/+5
| | | | [ci skip]
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-311-2/+2
|\
| * Moved "`mod_expires` to be enabled" to new line.Prathamesh Sonpatki2013-08-211-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-3Xavier Noria2013-08-261-0/+5
|\ \ | | | | | | Warning on doc for assets under lib|vendor not precompiling
| * | Warning on doc for assets under lib|vendor not precompilingFederico Soria2013-08-261-0/+5
| |/
* / cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-231-6/+6
|/
* Fix a broken linkHiroshige Umino2013-08-091-1/+1
|
* #11759: Update Assets Pipeline GuidePaul Nikitochkin2013-08-061-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 Lamothe2013-07-261-229/+537
|
* [ci-skip] Update link, tweak UglifyJSEvan Goer2013-07-131-2/+2
|
* Cleaned up wording and tags.blahedo2013-07-061-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 Lee2013-06-131-19/+0
|
* Merge pull request #10222 from senny/update_bundler_section_in_assets_guideRafael Mendonça França2013-05-231-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 Senn2013-04-151-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 Ruby2013-05-051-1/+1
| | | | | | | | specifically manifest.json
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-05-011-4/+4
|\ \
| * | Update assets_pipeline with config.assets.precompile locationZoltan Debre2013-04-231-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 guidesYves Senn2013-04-151-1/+1
| | |
| * | Added description for mtimePrathamesh Sonpatki2013-04-141-1/+1
| |/
* / Fix guide section about assets precompiling task in production [ci skip]Francesco Rodriguez2013-04-291-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 Dev2013-04-111-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 guidesVipul A M2013-03-201-1/+1
|
* added details to section 4.1.2 of the Asset Pipeline guide, describing how ↵Tim Lowrimore2013-03-151-1/+29
| | | | to configure Apache to serve the gzipped version of the precompiled assets
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-01-261-10/+10
|\ | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/form_options_helper.rb guides/code/getting_started/app/controllers/comments_controller.rb