aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/asset_pipeline.textile
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Fix asset_path example in CSS and ERB sectionGuillermo Iguaran2011-09-021-1/+1
| |
| * fix YUI descriptionRichard Hulse2011-09-031-1/+1
| | | | | | | | | | YUI CSS compressor does not extend syntax! Also added link to more info
* | fixes CSS example in the asset pipeline guideXavier Noria2011-09-031-1/+1
|/
* Revert "Fixing guides validation errors."Vijay Dev2011-09-021-3/+3
| | | | | | This reverts commit d20281add192e5afba66e555ce67cf73943b033b. Reason: This needs more investigation. Will apply when this is verified.
* 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", ↵Roy Tomeij2011-09-011-5/+5
|/ | | | because Sass is the language (SCSS is one possible syntax within the Sass language), as per documentation on sass-lang.com.
* Move css data URI into css/erb sectionRichard Hulse2011-09-011-8/+8
|
* pipeline docs improvementRichard Hulse2011-09-011-20/+25
| | | | | Some cleaning up of whitespace/punctuation and text refinements to clarify some things.
* 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
| | | | | | | | | | | Production section has been changed to reflect the new default of precompilation and using the asset manifest. Development has been swapped around to reflect the new default (debug mode is on). Other changes to support this elsewhere.
* Instructions for nginx and apache addedKir2011-08-311-2/+28
|
* Add section to pipeline docs to help people upgradingRichard Hulse2011-09-011-0/+47
| | | | These are the options from a brand new app, and should help people get it right when upgrading.
* 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
|
* Document debugging assets set by default for dev and test envs in the ↵Sebastian Martinez2011-08-191-0/+2
| | | | asset_pipeline guide.
* Updates to remove extra whitespaces and notably fix a whitespace issue with ↵Jeff Dutil2011-08-161-4/+0
| | | | ajax_on_rails causing a code block not to render the entire block properly.
* Updates to Asset Pipeline GuideJESii2011-08-151-45/+45
| | | | | | | | Grammar/syntax/style changes: 1. Changed all 'we' to 'you' 2. Corrected typos 3. Make consistent styline (e.g., dashes & double-dash usage) 4. Change use of future tense (will...) to present tense (easier to read).
* assets guide - add info about require_directory, minor rephrasingsVijay Dev2011-08-151-5/+7
|
* [asset pipeline] update snippet to reflect patchRichard Hulse2011-08-131-1/+2
| | | | | Two commented lines in example to match the commit (8845ae683e2688)
* [asset pipeline] update to reflect new sendfile header defaultRichard Hulse2011-08-131-4/+2
| | | | | X-Sendfile headers are now set to nil and are off by default. See commit eff7fddeb26eaa346827
* [asset pipeline] Update Capistrano infoRichard Hulse2011-08-131-6/+4
| | | | | v2.8.0 of Capistrano has a recipe to handle precompile and symlinking.
* [asset pipeline] fixed exampleRichard Hulse2011-08-131-1/+1
| | | | | | Changed << to += because we are _concatenating_ this new array to the end of config array, NOT pushing this array in it.
* Changed several instances of British English to be American EnglishEvan Farrar2011-07-231-1/+1
|
* little details seen while doing a pass through what's new in docrailsXavier Noria2011-07-231-4/+4
|
* Fix typoIgor Zubkov2011-07-211-1/+1
|
* Fixed asset_url in asset_pipeline docEvan Machnic2011-07-191-2/+2
|