aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/asset_pipeline.textile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge branch 'master' of github.com:lifo/docrailsEvan Machnic2011-07-191-40/+34
|\
| * Fixing the incorrect change made in bae54c5Vijay Dev2011-07-201-4/+1
| |
| * some corrections in assets pipeline guideVijay Dev2011-07-201-36/+33
| |
* | image_url documentation in asset_pipelin docEvan Machnic2011-07-191-1/+9
|/
* Capitalization compliance for asset_pipeline docEvan Machnic2011-07-191-9/+9
|
* Complete another review of asset pipeline guideRyan Bigg2011-07-181-35/+32
|
* [asset pipeline] update capistrano task codeRichard Hulse2011-07-181-5/+2
| | | | This code actually works.
* [asset pipeline] Correct CSS section and include Gem detailsRichard Hulse2011-07-171-9/+9
| | | | | Also added note about compress option, which was not mentioned anywhere and is required
* Switch Tilt link to Textile formatSam Umbach2011-07-161-2/+2
|
* Fix typoSam Umbach2011-07-161-1/+1
|
* [asset pipeline] A few corrections and some new materialRichard Hulse2011-07-171-5/+25
| | | | | Add notes about capistrano task being added to that project and correction to information about precompilation.
* [asset pipeline] Add section on sendfile optionRichard Hulse2011-07-161-0/+14
| | | | | | | | | This option has caught a few people out, so it is a good idea to include an explanation and a Gotcha. See Rails bug 1822 See 1822 comment 1585926 for resolution
* [asset pipeline] Added information about data uri helperRichard Hulse2011-07-151-1/+10
| | | | | See Sprockets issue 111 and Sprockets commit cd38a1670a
* Minor grammar mistakejoeellis2011-07-141-1/+1
|
* [asset pipeline] add capistrano taskRichard Hulse2011-07-131-1/+15
| | | | | Task still needs to symlink default rails default filestore location, but code may still be settling
* [asset pipeline] more updates to docsRichard Hulse2011-07-111-20/+48
|
* Add section about debugging assetsRyan Bigg2011-07-091-1/+25
|
* Clarify that per-controller asset files are not 'magically' loaded by the ↵Ryan Bigg2011-07-091-1/+1
| | | | controller, but rather need to be required
* rails text been added before versionJudeArasu2011-07-051-4/+5
|
* Edited railties/guides/source/asset_pipeline.textile via GitHubMohammad Typaldos2011-07-031-3/+3
|
* [asset pipeline] expand section on configurationRichard Hulse2011-07-031-10/+19
|
* [asset pipeline] More updatesRichard Hulse2011-07-031-9/+13
| | | resources for fingerprinting, grammar,CSS
* [asset pipeline] Add resources to fingerprintingRichard Hulse2011-07-031-3/+2
|
* [asset pipeline] what is fingerprinting sectionRichard Hulse2011-07-031-6/+13
|
* [asset pipeline] spelling !Richard Hulse2011-07-031-3/+3
|
* [asset pipeline] Add new rationale sectionRichard Hulse2011-07-031-1/+31
| | | | This will contain details about fingerprinting.
* [asset pipeline] refactor docs and add new contentRichard Hulse2011-07-011-25/+162
| | | | | This changes the document around and adds more details about the rationale behind the pipeline. Still a WIP.
* [asset pipeline] Add production assets sectionRyan Bigg2011-06-281-1/+12
|
* [asset pipeline] Add examples of javascript_include_tag and stylesheet_link_tagRyan Bigg2011-06-281-1/+6
|
* [Asset pipeline] Move external assets section down to 'Adding assets to your ↵Ryan Bigg2011-06-281-5/+3
| | | | gems' section
* [asset pipeline] production assets covered later in the guideRyan Bigg2011-06-281-1/+1
|
* [asset pipeline] sections at the bottom of the asset pipeline guide should ↵Ryan Bigg2011-06-281-3/+3
| | | | all be toplevel
* [asset pipeline] Mention that hashed files are also picked up by SprocketsRyan Bigg2011-06-281-1/+3
|
* [asset pipeline] Cascade -> CascadingRyan Bigg2011-06-281-1/+1
|
* fix javascript caseVijay Dev2011-06-281-1/+1
|
* Refer to sprockets + jammit as libraries, not gemsRyan Bigg2011-06-261-2/+4
|
* Edited railties/guides/source/asset_pipeline.textile via GitHubMohammad Typaldos2011-06-241-1/+1
|