Commit Graph

21 Commits

Author SHA1 Message Date
Almudena Garcia
aa41bcd4d8 Fix HTML validation errors 2012-08-23 23:46:16 +02:00
Vijay Dev
176f0888d8 Merge branch 'master' of github.com:lifo/docrails 2012-08-16 00:07:17 +05:30
lulalala
694c227314 For adding non css/js files to precompile array 2012-08-07 11:50:41 +08:00
Xavier Noria
447b6a4e67 removes usage of Object#in? from the code base (the method remains defined by Active Support)
Selecting which key extensions to include in active_support/rails
made apparent the systematic usage of Object#in? in the code base.
After some discussion in

    5ea6b0df9a

we decided to remove it and use plain Ruby, which seems enough
for this particular idiom.

In this commit the refactor has been made case by case. Sometimes
include? is the natural alternative, others a simple || is the
way you actually spell the condition in your head, others a case
statement seems more appropriate. I have chosen the one I liked
the most in each case.
2012-08-06 00:30:02 +02:00
Andrew Vit
ad088f096a Corrected info about asset pipeline default paths 2012-08-04 02:05:16 -07:00
Mikhail Dieterle
a2a73c5abb Update guides/source/asset_pipeline.textile 2012-08-03 21:58:15 +03:00
Vijay Dev
741cb5b12b copy edit the assets guide[ci skip] 2012-06-22 22:07:21 +05:30
Andrey Vakarev
f713bf6e38 Extend assets cache store section in Assets Pipeline Guide [ci skip] 2012-06-16 02:32:59 +03:00
Casey Watts
3c65c4ce3f included another upgrading pinfall - accidentally having duplicate js files 2012-06-15 12:25:17 -04:00
Vijay Dev
a39d144e32 copy edits assets guide [ci skip] 2012-05-17 17:46:12 +05:30
Richard Hulse
f94567a2b8 [guides] add note about cosequences of option changes 2012-05-16 22:06:10 +12:00
Vijay Dev
8972829a91 copy edit asset guide [ci skip] 2012-05-15 13:00:29 +05:30
Richard Hulse
26e2c08259 [guides] add local precompilation section 2012-05-13 14:16:50 +12:00
Michael Pearson
85f71c5329 Add note about image_tag('') issue in Asset Pipeline guide (see rails issue #3080) 2012-05-02 17:42:33 +10:00
Jeremy Kemper
0032da1b3e Merge pull request #5748 from ai/no_type_in_html5
Remove unnecessary in HTML 5 type attribute with default value
2012-04-08 06:56:44 -07:00
Andrey A.I. Sitnik
f3fb416b89 Remove unnecessary in HTML 5 type attribute with default value 2012-04-05 15:32:37 +04:00
Hendy Tanata
bbe31cc523 Improve config.assets.initialize_on_precompile guide. 2012-04-04 22:33:09 +08:00
Anuj Dutta
47320e90a0 Improved the comment for config.assets.manifest in the asset_pipeline guides. 2012-03-28 06:12:54 +00:00
Anuj Dutta
e7980006d8 Changed the config.assets.manifest path in the comments to nil. 2012-03-28 05:38:11 +00:00
adman65
d3223b5b65 Update config.assets.initialize_on_precompile warning to include engine side affects 2012-03-22 12:10:52 +01:00
Xavier Noria
6d87cd028b moves the guides up to the root directory 2012-03-17 08:32:49 -07:00