kosmas58-compass-jquery-plugin 0.1.8 → 0.1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.textile +20 -22
- data/lib/handle_js_files.rb +0 -11
- data/lib/jquery/version.rb +3 -3
- metadata +3 -3
data/README.textile
CHANGED
@@ -7,10 +7,10 @@ h2. Description
|
|
7
7
|
A Sass-based Meta-Framework for Compass that allows you to mix and match any of the following:
|
8
8
|
|
9
9
|
* jRails with jQuery and jQuery.UI including themes
|
10
|
-
* jqGrid V3.5
|
11
|
-
* dynatree V0.
|
10
|
+
* jqGrid V3.5
|
11
|
+
* dynatree V0.5.0
|
12
12
|
|
13
|
-
This library requires <b>"Compass":http://wiki.github.com/chriseppstein/compass</b>.
|
13
|
+
This library requires <b>"Compass":http://wiki.github.com/chriseppstein/compass</b>.
|
14
14
|
|
15
15
|
h3. jRails, jQuery and jQuery.UI including themes
|
16
16
|
|
@@ -23,10 +23,10 @@ You will find all the stylesheets in easy-to-read Sass format at:
|
|
23
23
|
<pre>stylesheets/jquery.ui</pre>
|
24
24
|
|
25
25
|
To use the localized stylesheets and javacripts include:
|
26
|
-
|
26
|
+
|
27
27
|
<pre>
|
28
|
-
= stylesheet_link_tag 'compiled/jquery.ui/[theme].css', :media => 'screen, projection'
|
29
|
-
= javascript_include_tag :defaults
|
28
|
+
= stylesheet_link_tag 'compiled/jquery.ui/[theme].css', :media => 'screen, projection'
|
29
|
+
= javascript_include_tag :defaults
|
30
30
|
= jrails_javascripts I18n.locale</pre>
|
31
31
|
|
32
32
|
into your layouts.
|
@@ -41,10 +41,10 @@ You will find all the stylesheets in easy-to-read Sass format at:
|
|
41
41
|
|
42
42
|
<pre>stylesheets/jquery.ui</pre>
|
43
43
|
|
44
|
-
To use the localized stylesheets and javacripts include:
|
44
|
+
To use the localized stylesheets and javacripts include:
|
45
45
|
|
46
46
|
<pre>
|
47
|
-
= stylesheet_link_tag 'compiled/jquery.ui/dynatree.[skin].css', :media => 'screen, projection'
|
47
|
+
= stylesheet_link_tag 'compiled/jquery.ui/dynatree.[skin].css', :media => 'screen, projection'
|
48
48
|
= javascript_include_tag 'jquery.dynatree.min'</pre>
|
49
49
|
|
50
50
|
h3. jqGrid
|
@@ -57,11 +57,11 @@ You will find all the stylesheets in easy-to-read Sass format at:
|
|
57
57
|
|
58
58
|
<pre>stylesheets/jquery.ui</pre>
|
59
59
|
|
60
|
-
To use the localized stylesheets and javacripts include:
|
60
|
+
To use the localized stylesheets and javacripts include:
|
61
61
|
|
62
62
|
<pre>
|
63
|
-
= stylesheet_link_tag 'compiled/jquery.ui/jqGrid.css', :media => 'screen, projection'
|
64
|
-
= stylesheet_link_tag 'fix_blueprint_jqgrid.css', :media => 'screen, projection'
|
63
|
+
= stylesheet_link_tag 'compiled/jquery.ui/jqGrid.css', :media => 'screen, projection'
|
64
|
+
= stylesheet_link_tag 'fix_blueprint_jqgrid.css', :media => 'screen, projection'
|
65
65
|
= jqgrid_javascripts I18n.locale</pre>
|
66
66
|
|
67
67
|
jqGrid now uses the jQuery UI Themes. jqGrid has been included as a subproject. You do not need to check it out unless you want to use a different version.
|
@@ -76,34 +76,32 @@ You will find all the stylesheets in easy-to-read Sass format.
|
|
76
76
|
|
77
77
|
<pre>stylesheets/jquery.ui</pre>
|
78
78
|
|
79
|
-
To use the localized stylesheets and javacripts include:
|
79
|
+
To use the localized stylesheets and javacripts include:
|
80
80
|
|
81
81
|
<pre>
|
82
|
-
= stylesheet_link_tag 'compiled/jquery.ui/secret_sauce.css', :media => 'screen, projection'
|
83
|
-
= stylesheet_link_tag 'fix_blueprint_jqgrid.css', :media => 'screen, projection'
|
82
|
+
= stylesheet_link_tag 'compiled/jquery.ui/secret_sauce.css', :media => 'screen, projection'
|
83
|
+
= stylesheet_link_tag 'fix_blueprint_jqgrid.css', :media => 'screen, projection'
|
84
84
|
= javascript_include_tag :secret_sauce</pre>
|
85
85
|
|
86
86
|
h2. Thanks to the Contributors:
|
87
87
|
|
88
88
|
h3. Rails
|
89
89
|
|
90
|
-
* David Turnbull for <b>"compass-jquery":http://github.com/dturnbull/compass-jquery/tree/master</b>
|
91
90
|
* aaron for <b>"jRails":http://code.google.com/p/ennerchi/</b>
|
91
|
+
* David Turnbull for <b>"compass-jquery":http://github.com/dturnbull/compass-jquery/tree/master</b>
|
92
92
|
* ahe for <b>"2dc_jqgrid":http://github.com/ahe/2dc_jqgrid/tree/master</b>
|
93
93
|
* scrubber for <b>"jquery_grid_for_rails":http://github.com/scrubber/jquery_grid_for_rails/tree/master</b>
|
94
94
|
* ariesroyaal for <b>"secret_sauce":http://github.com/ariesroyaal/secret_sauce/tree/master</b>
|
95
95
|
|
96
96
|
h3. jQuery Plugins included
|
97
97
|
|
98
|
-
* Tony Tomov for <b>"jQuery Grid Plugin":http://www.trirand.com/blog/</b>
|
99
|
-
* Martin Wendt for <b>"jQuery Dynatree Plugin":http://www.wwwendt.de</b>
|
100
98
|
* Andreas Eberhard for <b>"jQuery PngFix Plugin (for IE)":http://jquery.andreaseberhard.de/</b>
|
101
|
-
* Kalus Hartl for <b>"jQuery Cookie Plugin
|
102
|
-
* John Reisig et. al. for <b>"jQuery Form Plugin":http://malsup.com/jquery/form//</b>
|
99
|
+
* Kalus Hartl for <b>"jQuery Cookie Plugin":http://stilbuero.de</b>
|
103
100
|
* Fabrizio Balliano and Fabrizio Balliano for <b>"jQuery Layout Plugin":http://www.fabrizioballiano.net/</b>
|
101
|
+
* John Reisig et. al. for <b>"jQuery Form Plugin":http://malsup.com/jquery/form//</b>
|
102
|
+
* Martin Wendt for <b>"jQuery Dynatree Plugin":http://www.wwwendt.de</b>
|
103
|
+
* Tony Tomov for <b>"jQuery Grid Plugin":http://www.trirand.com/blog/</b>
|
104
104
|
|
105
105
|
h2. Known Issues
|
106
106
|
|
107
|
-
* The blueprint css framework doesn't work nicely with jqGrid, because jgGrid has a
|
108
|
-
* There is an issue with compass installing binary files, so the images coming with the can be corrupted in your app. Until the issue is fixed, you have to copy them by hand from the gem.
|
109
|
-
|
107
|
+
* The blueprint css framework doesn't work nicely with jqGrid, because jgGrid has a stylesheet, that has to be improved.
|
data/lib/handle_js_files.rb
CHANGED
@@ -19,17 +19,6 @@ def all_files(pattern)
|
|
19
19
|
FileList[pattern].collect {|filename| File.read(filename)}.join "\n\n"
|
20
20
|
end
|
21
21
|
|
22
|
-
def copy_files(src, dest_dir, manifest)
|
23
|
-
unless File.exist? dest_dir
|
24
|
-
FileUtils.mkdir_p dest_dir
|
25
|
-
end
|
26
|
-
Dir.glob(src).each do |file|
|
27
|
-
FileUtils.cp(file, destdir)
|
28
|
-
|
29
|
-
puts " copied #{File.basename(file)}"
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
22
|
|
34
23
|
|
35
24
|
|
data/lib/jquery/version.rb
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
module CompassJqueryPlugin#:nodoc:
|
2
|
-
|
2
|
+
|
3
3
|
class VERSION #:nodoc:
|
4
4
|
MAJOR = 0
|
5
5
|
MINOR = 1
|
6
6
|
TINY = 8
|
7
|
-
PATCH =
|
8
|
-
|
7
|
+
PATCH = 1 # Set to nil for official release
|
8
|
+
|
9
9
|
STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
|
10
10
|
STABLE_STRING = [MAJOR, MINOR, TINY].join('.')
|
11
11
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kosmas58-compass-jquery-plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.8
|
4
|
+
version: 0.1.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kosmas Schuetz
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-08-
|
12
|
+
date: 2009-08-17 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.8.
|
23
|
+
version: 0.8.10
|
24
24
|
version:
|
25
25
|
description: A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.
|
26
26
|
email: kosmas.schuetz@gmx.com
|