Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Change "SCSS" to "Sass" in sentences where it's referred to as "language", ↵ | Roy Tomeij | 2011-09-01 | 1 | -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 section | Richard Hulse | 2011-09-01 | 1 | -8/+8 | |
| | ||||||
* | pipeline docs improvement | Richard Hulse | 2011-09-01 | 1 | -20/+25 | |
| | | | | | Some cleaning up of whitespace/punctuation and text refinements to clarify some things. | |||||
* | pipeline docs - spelling and some whitespace | Richard Hulse | 2011-09-01 | 1 | -5/+5 | |
| | ||||||
* | Adding reference about ExecJS for CoffeeScript | Guillermo Iguaran | 2011-09-01 | 1 | -2/+4 | |
| | ||||||
* | Add reference to ExecJS in JavaScript Compression section | Guillermo Iguaran | 2011-09-01 | 1 | -1/+3 | |
| | ||||||
* | Fixing sass-rails helpers methods examples | Guillermo Iguaran | 2011-09-01 | 1 | -4/+4 | |
| | ||||||
* | Giving info about what are the defaults for test environment | Guillermo Iguaran | 2011-09-01 | 1 | -1/+1 | |
| | ||||||
* | update pipeline docs to reflect new defaults | Richard Hulse | 2011-09-01 | 1 | -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 added | Kir | 2011-08-31 | 1 | -2/+28 | |
| | ||||||
* | Add section to pipeline docs to help people upgrading | Richard Hulse | 2011-09-01 | 1 | -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 Olson | 2011-08-31 | 1 | -1/+1 | |
| | ||||||
* | syncs assets guide with what's in 3-1-stable | Xavier Noria | 2011-08-31 | 1 | -11/+27 | |
| | ||||||
* | adds the asset pipeline guide to the index | Xavier Noria | 2011-08-30 | 1 | -1/+1 | |
| | ||||||
* | Documentation fixes | Igor Zubkov | 2011-08-29 | 1 | -4/+4 | |
| | ||||||
* | Update Debugging Assets section of Assets Pipeline guide | Guillermo Iguaran | 2011-08-25 | 1 | -1/+8 | |
| | ||||||
* | Allow to debug assets by config.assets.debug | Andrey A.I. Sitnik | 2011-08-22 | 1 | -1/+1 | |
| | ||||||
* | Document debugging assets set by default for dev and test envs in the ↵ | Sebastian Martinez | 2011-08-19 | 1 | -0/+2 | |
| | | | | asset_pipeline guide. | |||||
* | Updates to remove extra whitespaces and notably fix a whitespace issue with ↵ | Jeff Dutil | 2011-08-16 | 1 | -4/+0 | |
| | | | | ajax_on_rails causing a code block not to render the entire block properly. | |||||
* | Updates to Asset Pipeline Guide | JESii | 2011-08-15 | 1 | -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 rephrasings | Vijay Dev | 2011-08-15 | 1 | -5/+7 | |
| | ||||||
* | [asset pipeline] update snippet to reflect patch | Richard Hulse | 2011-08-13 | 1 | -1/+2 | |
| | | | | | Two commented lines in example to match the commit (8845ae683e2688) | |||||
* | [asset pipeline] update to reflect new sendfile header default | Richard Hulse | 2011-08-13 | 1 | -4/+2 | |
| | | | | | X-Sendfile headers are now set to nil and are off by default. See commit eff7fddeb26eaa346827 | |||||
* | [asset pipeline] Update Capistrano info | Richard Hulse | 2011-08-13 | 1 | -6/+4 | |
| | | | | | v2.8.0 of Capistrano has a recipe to handle precompile and symlinking. | |||||
* | [asset pipeline] fixed example | Richard Hulse | 2011-08-13 | 1 | -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 English | Evan Farrar | 2011-07-23 | 1 | -1/+1 | |
| | ||||||
* | little details seen while doing a pass through what's new in docrails | Xavier Noria | 2011-07-23 | 1 | -4/+4 | |
| | ||||||
* | Fix typo | Igor Zubkov | 2011-07-21 | 1 | -1/+1 | |
| | ||||||
* | Fixed asset_url in asset_pipeline doc | Evan Machnic | 2011-07-19 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Evan Machnic | 2011-07-19 | 1 | -40/+34 | |
|\ | ||||||
| * | Fixing the incorrect change made in bae54c5 | Vijay Dev | 2011-07-20 | 1 | -4/+1 | |
| | | ||||||
| * | some corrections in assets pipeline guide | Vijay Dev | 2011-07-20 | 1 | -36/+33 | |
| | | ||||||
* | | image_url documentation in asset_pipelin doc | Evan Machnic | 2011-07-19 | 1 | -1/+9 | |
|/ | ||||||
* | Capitalization compliance for asset_pipeline doc | Evan Machnic | 2011-07-19 | 1 | -9/+9 | |
| | ||||||
* | Complete another review of asset pipeline guide | Ryan Bigg | 2011-07-18 | 1 | -35/+32 | |
| | ||||||
* | [asset pipeline] update capistrano task code | Richard Hulse | 2011-07-18 | 1 | -5/+2 | |
| | | | | This code actually works. | |||||
* | [asset pipeline] Correct CSS section and include Gem details | Richard Hulse | 2011-07-17 | 1 | -9/+9 | |
| | | | | | Also added note about compress option, which was not mentioned anywhere and is required | |||||
* | Switch Tilt link to Textile format | Sam Umbach | 2011-07-16 | 1 | -2/+2 | |
| | ||||||
* | Fix typo | Sam Umbach | 2011-07-16 | 1 | -1/+1 | |
| | ||||||
* | [asset pipeline] A few corrections and some new material | Richard Hulse | 2011-07-17 | 1 | -5/+25 | |
| | | | | | Add notes about capistrano task being added to that project and correction to information about precompilation. | |||||
* | [asset pipeline] Add section on sendfile option | Richard Hulse | 2011-07-16 | 1 | -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 helper | Richard Hulse | 2011-07-15 | 1 | -1/+10 | |
| | | | | | See Sprockets issue 111 and Sprockets commit cd38a1670a | |||||
* | Minor grammar mistake | joeellis | 2011-07-14 | 1 | -1/+1 | |
| | ||||||
* | [asset pipeline] add capistrano task | Richard Hulse | 2011-07-13 | 1 | -1/+15 | |
| | | | | | Task still needs to symlink default rails default filestore location, but code may still be settling | |||||
* | [asset pipeline] more updates to docs | Richard Hulse | 2011-07-11 | 1 | -20/+48 | |
| | ||||||
* | Add section about debugging assets | Ryan Bigg | 2011-07-09 | 1 | -1/+25 | |
| | ||||||
* | Clarify that per-controller asset files are not 'magically' loaded by the ↵ | Ryan Bigg | 2011-07-09 | 1 | -1/+1 | |
| | | | | controller, but rather need to be required | |||||
* | rails text been added before version | JudeArasu | 2011-07-05 | 1 | -4/+5 | |
| | ||||||
* | Edited railties/guides/source/asset_pipeline.textile via GitHub | Mohammad Typaldos | 2011-07-03 | 1 | -3/+3 | |
| | ||||||
* | [asset pipeline] expand section on configuration | Richard Hulse | 2011-07-03 | 1 | -10/+19 | |
| |