aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/asset_pipeline.textile
Commit message (Expand)AuthorAgeFilesLines
* fixing typo in assets guideVijay Dev2011-09-281-1/+1
* the infamous detail only spotted in GitHub diffs no matter how careful you we...Xavier Noria2011-09-271-1/+1
* 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
* | 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
* 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 enviro...Ryan Walker2011-09-061-0/+8
* Fixed Apache configuration for gzipped assets: FilesMatch and LocationMatch c...Marcus Ilgner2011-09-061-9/+9
* 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
* 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
| * Fix asset_path example in CSS and ERB sectionGuillermo Iguaran2011-09-021-1/+1
| * fix YUI descriptionRichard Hulse2011-09-031-1/+1
* | fixes CSS example in the asset pipeline guideXavier Noria2011-09-031-1/+1
|/
* Revert "Fixing guides validation errors."Vijay Dev2011-09-021-3/+3
* debug option to js, stylesheet tags are ignored when debug mode is offVijay Dev2011-09-021-1/+1
* Merge branch 'fix_validation_errors'Andrew Olson2011-09-021-3/+3
|\
| * Fixing guides validation errors.Andrew Olson2011-09-021-3/+3
* | fix some minor omissions in pipeline docsRichard Hulse2011-09-021-5/+18
* | Change "SCSS" to "Sass" in sentences where it's referred to as "language", be...Roy Tomeij2011-09-011-5/+5
|/
* Move css data URI into css/erb sectionRichard Hulse2011-09-011-8/+8
* pipeline docs improvementRichard Hulse2011-09-011-20/+25
* pipeline docs - spelling and some whitespaceRichard Hulse2011-09-011-5/+5
* Adding reference about ExecJS for CoffeeScriptGuillermo Iguaran2011-09-011-2/+4
* Add reference to ExecJS in JavaScript Compression sectionGuillermo Iguaran2011-09-011-1/+3
* Fixing sass-rails helpers methods examplesGuillermo Iguaran2011-09-011-4/+4
* Giving info about what are the defaults for test environmentGuillermo Iguaran2011-09-011-1/+1
* update pipeline docs to reflect new defaultsRichard Hulse2011-09-011-32/+93
* Instructions for nginx and apache addedKir2011-08-311-2/+28
* Add section to pipeline docs to help people upgradingRichard Hulse2011-09-011-0/+47
* Fixing spelling, throught -> through.Andrew Olson2011-08-311-1/+1
* syncs assets guide with what's in 3-1-stableXavier Noria2011-08-311-11/+27
* adds the asset pipeline guide to the indexXavier Noria2011-08-301-1/+1
* Documentation fixesIgor Zubkov2011-08-291-4/+4
* Update Debugging Assets section of Assets Pipeline guideGuillermo Iguaran2011-08-251-1/+8
* Allow to debug assets by config.assets.debugAndrey A.I. Sitnik2011-08-221-1/+1