Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a little typo | Henare Degan | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | Clarified that the config.assets.initialize_on_precompile directive needs to ↵ | Pascal Lindelauf | 2011-10-17 | 1 | -1/+1 |
| | | | | be set in application.rb | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-10-09 | 1 | -0/+2 |
|\ | |||||
| * | Fix a typo that was mysteriously entered in previous commit | Roy Tomeij | 2011-10-09 | 1 | -1/+1 |
| | | |||||
| * | Add note about how Sass & Sprockets don't match | Roy Tomeij | 2011-10-09 | 1 | -1/+3 |
| | | |||||
* | | fix bad formatting in the assets guide | Vijay Dev | 2011-10-08 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-10-07 | 1 | -2/+2 |
|\ | |||||
| * | Clarifying ambiguous description of require_self in the asset pipeline | clay shentrup | 2011-10-06 | 1 | -1/+1 |
| | | |||||
| * | use Rails.root.join for assets guide | Nick Quaranto | 2011-10-05 | 1 | -1/+1 |
| | | |||||
* | | asset pipeline guide: removes Apache config for serving pre-compressed ↵ | Xavier Noria | 2011-10-07 | 1 | -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 guide | Vijay Dev | 2011-10-06 | 1 | -1/+1 |
| | | |||||
* | | revises the precompilation section of the asset pipeline guide (web server ↵ | Xavier Noria | 2011-10-06 | 1 | -3/+3 |
|/ | | | | configuration for gzipped assets pending) | ||||
* | rewords the docs of config.assets.initialize_on_precompile in the asset ↵ | Xavier Noria | 2011-10-02 | 1 | -6/+8 |
| | | | | pipeline guide | ||||
* | documents config.assets.initialize_on_precompile in the asset pipeline guide | Xavier Noria | 2011-10-02 | 1 | -0/+7 |
| | |||||
* | partial pass over the assets guide | Xavier Noria | 2011-09-28 | 1 | -15/+12 |
| | |||||
* | fixing typo in assets guide | Vijay Dev | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | the infamous detail only spotted in GitHub diffs no matter how careful you ↵ | Xavier Noria | 2011-09-27 | 1 | -1/+1 |
| | | | | were before pushing | ||||
* | partial pass over the asset pipeline | Xavier Noria | 2011-09-27 | 1 | -14/+17 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-09-28 | 1 | -1/+20 |
|\ | |||||
| * | Alert about the new Bundler require for asset gems | Nicolás Hock Isaza | 2011-09-26 | 1 | -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 guide | Xavier Noria | 2011-09-26 | 1 | -20/+22 |
|/ | |||||
* | sass-rails helpers - hyphenated in Sass, underscored in Ruby. | Uģis Ozols | 2011-09-17 | 1 | -5/+5 |
| | |||||
* | Fixing incorrect notextile tags | Vijay Dev | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | minor edit | Vijay Dev | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | Add reference about --skip-sprockets to Asset Pipeline Guide | Guillermo Iguaran | 2011-09-15 | 1 | -0/+6 |
| | |||||
* | Add equivalent nginx configuration | Ben Walding | 2011-09-14 | 1 | -1/+15 |
| | |||||
* | Fix typos and broken link on asset pipeline guide | Jaime Iniesta | 2011-09-14 | 1 | -3/+3 |
| | |||||
* | Fix typo in "must-revalidate" header name | Emin Hasanov | 2011-09-11 | 1 | -1/+1 |
| | |||||
* | some copy-edits | Vijay Dev | 2011-09-08 | 1 | -2/+2 |
| | |||||
* | Revert "Rails.root is a Pathname, no need to use File.join first." | Vijay Dev | 2011-09-07 | 1 | -1/+1 |
| | | | | | | This reverts commit 760fd1eb42038a64591036fc5d687afc98f272aa. Reason: We need a fully qualified path string here, not a Pathname. | ||||
* | copy edit assets guide | Vijay Dev | 2011-09-07 | 1 | -19/+19 |
| | |||||
* | Rails.root is a Pathname, no need to use File.join first. | Joost Baaij | 2011-09-07 | 1 | -1/+1 |
| | |||||
* | Added note about adding a javascript runtime to Gemfile for production ↵ | Ryan Walker | 2011-09-06 | 1 | -0/+8 |
| | | | | environment. | ||||
* | Fixed Apache configuration for gzipped assets: FilesMatch and LocationMatch ↵ | Marcus Ilgner | 2011-09-06 | 1 | -9/+9 |
| | | | | cannot be nested. | ||||
* | Change hyphen to underscore. | Uģis Ozols | 2011-09-06 | 1 | -4/+4 |
| | |||||
* | Add reference about "bundle install --without assets" in Precompiling Assets ↵ | Guillermo Iguaran | 2011-09-04 | 1 | -0/+2 |
| | | | | section. | ||||
* | Add CoffeeScript example to JavaScript and ERB section | Guillermo Iguaran | 2011-09-04 | 1 | -1/+7 |
| | |||||
* | Add JavaScript and ERB section to Asset Guide | Guillermo Iguaran | 2011-09-04 | 1 | -0/+12 |
| | |||||
* | Merge docrails, resolving conflicts in the assets guide | Vijay Dev | 2011-09-04 | 1 | -12/+10 |
|\ | |||||
| * | minor fixes in assets guide | Vijay Dev | 2011-09-04 | 1 | -11/+9 |
| | | |||||
| * | Fix asset_path example in CSS and ERB section | Guillermo Iguaran | 2011-09-02 | 1 | -1/+1 |
| | | |||||
| * | fix YUI description | Richard Hulse | 2011-09-03 | 1 | -1/+1 |
| | | | | | | | | | | YUI CSS compressor does not extend syntax! Also added link to more info | ||||
* | | fixes CSS example in the asset pipeline guide | Xavier Noria | 2011-09-03 | 1 | -1/+1 |
|/ | |||||
* | Revert "Fixing guides validation errors." | Vijay Dev | 2011-09-02 | 1 | -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 off | Vijay Dev | 2011-09-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix_validation_errors' | Andrew Olson | 2011-09-02 | 1 | -3/+3 |
|\ | |||||
| * | Fixing guides validation errors. | Andrew Olson | 2011-09-02 | 1 | -3/+3 |
| | | |||||
* | | fix some minor omissions in pipeline docs | Richard Hulse | 2011-09-02 | 1 | -5/+18 |
| | | |||||
* | | 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 |
| |