aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/asset_pipeline.textile
Commit message (Collapse)AuthorAgeFilesLines
* copy editing asset pipeline changesVijay Dev2012-01-161-7/+6
|
* [docs] Update pipeline asset organization section.Richard Hulse2012-01-161-4/+57
| | | | | * Calified how assets are included. * Added information about using index manifests.
* General editing pass over assets pipeline guideMike Gunderloy2011-12-311-56/+58
|
* Minor readability improvementsSam Umbach2011-12-301-13/+13
|
* SCSS processor is provided by the sass gemSam Umbach2011-12-301-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-141-1/+1
|\
| * Replacing vague mention of an unspecified section above with a link to the ↵Ryan Sandridge2011-12-081-1/+1
| | | | | | | | actual section containing Asset Organization.
* | Clarify the default assets.precompile matcher behaviorPiotr Sarnacki2011-12-111-2/+2
|/
* [docs] removed last-modifed line from examplesRichard Hulse2011-12-021-8/+0
| | | | | | | This is no longer best-practice. ref: http://stackoverflow.com/questions/8344186/rails-3-1-on-apache-pagespeed-says-specify-cache-validator-when-using-asset-p/8348385#8348385
* added commarpq2011-11-151-1/+1
|
* Fix a little typoHenare Degan2011-10-261-1/+1
|
* Clarified that the config.assets.initialize_on_precompile directive needs to ↵Pascal Lindelauf2011-10-171-1/+1
| | | | be set in application.rb
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-10-091-0/+2
|\
| * Fix a typo that was mysteriously entered in previous commitRoy Tomeij2011-10-091-1/+1
| |
| * Add note about how Sass & Sprockets don't matchRoy Tomeij2011-10-091-1/+3
| |
* | fix bad formatting in the assets guideVijay Dev2011-10-081-1/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-10-071-2/+2
|\
| * Clarifying ambiguous description of require_self in the asset pipelineclay shentrup2011-10-061-1/+1
| |
| * use Rails.root.join for assets guideNick Quaranto2011-10-051-1/+1
| |
* | asset pipeline guide: removes Apache config for serving pre-compressed ↵Xavier Noria2011-10-071-21/+12
| | | | | | | | | | | | | | | | assets, and expands the information about nginx support for this A robust Apache configuration for this feature seems to be tricky, one that takes into account Accept-Encoding, sets Vary, ensures Content-Type is right, etc.
* | fix a space in the assets guideVijay Dev2011-10-061-1/+1
| |
* | revises the precompilation section of the asset pipeline guide (web server ↵Xavier Noria2011-10-061-3/+3
|/ | | | configuration for gzipped assets pending)
* rewords the docs of config.assets.initialize_on_precompile in the asset ↵Xavier Noria2011-10-021-6/+8
| | | | pipeline guide
* documents config.assets.initialize_on_precompile in the asset pipeline guideXavier Noria2011-10-021-0/+7
|
* partial pass over the assets guideXavier Noria2011-09-281-15/+12
|
* fixing typo in assets guideVijay Dev2011-09-281-1/+1
|
* the infamous detail only spotted in GitHub diffs no matter how careful you ↵Xavier Noria2011-09-271-1/+1
| | | | were before pushing
* partial pass over the asset pipelineXavier Noria2011-09-271-14/+17
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-09-281-1/+20
|\
| * Alert about the new Bundler require for asset gems Nicolás Hock Isaza2011-09-261-1/+20
| | | | | | | | | | | | | | | | | | | | If you are coming from a Rails 3.0 application, you won't have the correct Bundler require statement. This will cause the gems under the `assets` group not to be available in the development and production environment. I think this is related to the issue #39 in rails-sass https://github.com/rails/sass-rails/issues/39
* | partial pass over the asset pipeline guideXavier Noria2011-09-261-20/+22
|/
* sass-rails helpers - hyphenated in Sass, underscored in Ruby.Uģis Ozols2011-09-171-5/+5
|
* Fixing incorrect notextile tagsVijay Dev2011-09-161-1/+1
|
* minor editVijay Dev2011-09-161-1/+1
|
* Add reference about --skip-sprockets to Asset Pipeline GuideGuillermo Iguaran2011-09-151-0/+6
|
* Add equivalent nginx configurationBen Walding2011-09-141-1/+15
|
* Fix typos and broken link on asset pipeline guideJaime Iniesta2011-09-141-3/+3
|
* Fix typo in "must-revalidate" header nameEmin Hasanov2011-09-111-1/+1
|
* some copy-editsVijay Dev2011-09-081-2/+2
|
* Revert "Rails.root is a Pathname, no need to use File.join first."Vijay Dev2011-09-071-1/+1
| | | | | | This reverts commit 760fd1eb42038a64591036fc5d687afc98f272aa. Reason: We need a fully qualified path string here, not a Pathname.
* copy edit assets guideVijay Dev2011-09-071-19/+19
|
* Rails.root is a Pathname, no need to use File.join first.Joost Baaij2011-09-071-1/+1
|
* Added note about adding a javascript runtime to Gemfile for production ↵Ryan Walker2011-09-061-0/+8
| | | | environment.
* Fixed Apache configuration for gzipped assets: FilesMatch and LocationMatch ↵Marcus Ilgner2011-09-061-9/+9
| | | | cannot be nested.
* Change hyphen to underscore.Uģis Ozols2011-09-061-4/+4
|
* Add reference about "bundle install --without assets" in Precompiling Assets ↵Guillermo Iguaran2011-09-041-0/+2
| | | | section.
* Add CoffeeScript example to JavaScript and ERB sectionGuillermo Iguaran2011-09-041-1/+7
|
* Add JavaScript and ERB section to Asset GuideGuillermo Iguaran2011-09-041-0/+12
|
* Merge docrails, resolving conflicts in the assets guideVijay Dev2011-09-041-12/+10
|\
| * minor fixes in assets guideVijay Dev2011-09-041-11/+9
| |