Commit Graph

56 Commits

Author SHA1 Message Date
Sam Umbach
ade629e206 Fix typo 2011-07-16 21:02:36 -07:00
Richard Hulse
86869a09ee [asset pipeline] A few corrections and some new material
Add notes about capistrano task being added to that project
and correction to information about precompilation.
2011-07-17 14:19:04 +12:00
Richard Hulse
0f78aeee87 [asset pipeline] Add section on sendfile option
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
2011-07-16 19:05:42 +12:00
Richard Hulse
28d5d22f5a [asset pipeline] Added information about data uri helper
See Sprockets issue 111
and Sprockets commit cd38a1670a
2011-07-15 16:19:11 +12:00
joeellis
cd8530db3c Minor grammar mistake 2011-07-14 09:17:29 -07:00
Richard Hulse
5dcebd7e38 [asset pipeline] add capistrano task
Task still needs to symlink default rails default
filestore location, but code may still be settling
2011-07-13 21:20:53 +12:00
Richard Hulse
826820fb7f [asset pipeline] more updates to docs 2011-07-11 19:55:03 +12:00
Ryan Bigg
1835aba6f1 Add section about debugging assets 2011-07-09 10:54:08 +10:00
Ryan Bigg
678dd6f5d6 Clarify that per-controller asset files are not 'magically' loaded by the controller, but rather need to be required 2011-07-09 10:54:08 +10:00
JudeArasu
a95d7d86c8 rails text been added before version 2011-07-05 22:49:44 +05:30
Mohammad Typaldos
47139b8cb6 Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-07-03 07:13:20 -07:00
Richard Hulse
a715c37218 [asset pipeline] expand section on configuration 2011-07-03 17:20:04 +12:00
Richard Hulse
c7dec1716e [asset pipeline] More updates
resources for fingerprinting, grammar,CSS
2011-07-03 14:11:41 +12:00
Richard Hulse
0dc2c57bb3 [asset pipeline] Add resources to fingerprinting 2011-07-03 13:53:39 +12:00
Richard Hulse
cfbed13a61 [asset pipeline] what is fingerprinting section 2011-07-03 12:30:09 +12:00
Richard Hulse
870d07032f [asset pipeline] spelling ! 2011-07-03 09:44:50 +12:00
Richard Hulse
2a06de86fa [asset pipeline] Add new rationale section
This will contain details about fingerprinting.
2011-07-03 08:31:21 +12:00
Richard Hulse
8de6ded7a5 [asset pipeline] refactor docs and add new content
This changes the document around and adds more details about
the rationale behind the pipeline. Still a WIP.
2011-07-01 22:34:17 +12:00
Ryan Bigg
6a1803a14f [asset pipeline] Add production assets section 2011-06-28 08:25:14 +10:00
Ryan Bigg
9959fa2d15 [asset pipeline] Add examples of javascript_include_tag and stylesheet_link_tag 2011-06-28 08:24:59 +10:00
Ryan Bigg
703b00947d [Asset pipeline] Move external assets section down to 'Adding assets to your gems' section 2011-06-28 08:22:38 +10:00
Ryan Bigg
49bb053b17 [asset pipeline] production assets covered later in the guide 2011-06-28 08:15:41 +10:00
Ryan Bigg
87a709846e [asset pipeline] sections at the bottom of the asset pipeline guide should all be toplevel 2011-06-28 08:15:04 +10:00
Ryan Bigg
fb7ea76c1b [asset pipeline] Mention that hashed files are also picked up by Sprockets 2011-06-28 08:09:04 +10:00
Ryan Bigg
22b508d961 [asset pipeline] Cascade -> Cascading 2011-06-28 07:55:14 +10:00
Vijay Dev
adf334853f fix javascript case 2011-06-28 02:16:56 +05:30
Ryan Bigg
1b089a083f Refer to sprockets + jammit as libraries, not gems 2011-06-26 15:41:11 +10:00
Mohammad Typaldos
837a74bc0f Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-24 06:33:59 -07:00
Mohammad Typaldos
c01c954c20 Added Gzip to Asset Pipeline via GitHub 2011-06-21 04:23:35 -07:00
Mohammad Typaldos
fcebf9fd93 Sprockets itself doesn't compress 2011-06-20 23:29:39 -07:00
Mohammad Typaldos
2d4d9f1937 Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-20 23:23:55 -07:00
Mohammad Typaldos
8d64aafa98 Consistency issues with pre-processor 2011-06-18 15:13:41 -07:00
Mohammad Typaldos
04daede85d Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-18 11:57:15 -07:00
Mohammad Typaldos
8bb7c86396 Let the reader know what JS and CSS stand for. Slight rewording as well. 2011-06-18 11:48:00 -07:00
Vijay Dev
5225227110 edit assets guide for cases & minor wording changes 2011-06-18 22:19:32 +05:30
Mohammad Typaldos
618802df71 Sprockets itself doesn't do this, it's uglifier and other gems, Sprockets is just the puppet master. 2011-06-18 09:00:13 -07:00
Mohammad Typaldos
4a36817b5d Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-18 08:58:38 -07:00
Scott Stewart
a637e1dcb1 Fixed typo in asset_pipeline, jquery_rails should be jquery-rails 2011-06-18 06:40:27 -07:00
Scott Stewart
0a45e24879 Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-18 06:31:22 -07:00
Leonard Garvey
38aa153f9e Merge github.com:lifo/docrails 2011-06-18 21:20:19 +10:00
Leonard Garvey
fb9bfc2430 Fixed a typo in asset pipeline 2011-06-18 21:15:49 +10:00
Ryan Bigg
4f301b2540 Fix indentation on manifest examples in assets guide 2011-06-18 21:11:15 +10:00
Ryan Bigg
d746aea6f9 File needs to be at public/assets, not public/images 2011-06-18 21:10:21 +10:00
Ryan Bigg
c8f046bd45 Flesh out the asset pipeline guide with information learned from today's research 2011-06-18 19:45:31 +10:00
Mohammad Typaldos
45a5201b86 Match tone already established 2011-06-09 03:57:55 -04:00
Mohammad Typaldos
fe2482e50b require_tree is pretty simple 2011-06-08 18:50:55 -04:00
Mohammad Typaldos
a620e65053 Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-05 14:49:50 -07:00
Mohammad Typaldos
910ebe1193 Stubbing and some content addition and changes 2011-05-30 08:38:11 -04:00
Mohammad Typaldos
d0082bfa87 What is the asset pipeline? 2011-05-30 08:12:27 -04:00
Evan Farrar
91b19186f7 Spelling corrections in the guides. 2011-05-29 22:08:41 -04:00