rgviz-rails 0.65 → 0.66
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rgviz_rails/executor.rb +5 -3
- metadata +6 -6
data/lib/rgviz_rails/executor.rb
CHANGED
@@ -28,7 +28,7 @@ module Rgviz
|
|
28
28
|
def execute(query, options = {})
|
29
29
|
@query = query
|
30
30
|
@query = RgvizRails::Parser.parse(@query, options) unless @query.kind_of?(Query)
|
31
|
-
|
31
|
+
|
32
32
|
@table = Table.new
|
33
33
|
@extra_conditions = options[:conditions]
|
34
34
|
|
@@ -368,7 +368,8 @@ module Rgviz
|
|
368
368
|
self
|
369
369
|
end
|
370
370
|
def value.encode_json(*)
|
371
|
-
|
371
|
+
month = strftime("%m").to_i - 1
|
372
|
+
"new Date(#{strftime("%Y,#{month},%d")})"
|
372
373
|
end
|
373
374
|
value
|
374
375
|
when :datetime
|
@@ -377,7 +378,8 @@ module Rgviz
|
|
377
378
|
self
|
378
379
|
end
|
379
380
|
def value.encode_json(*)
|
380
|
-
|
381
|
+
month = strftime("%m").to_i - 1
|
382
|
+
"new Date(#{strftime("%Y,#{month},%d,%H,%M,%S")})"
|
381
383
|
end
|
382
384
|
value
|
383
385
|
when :timeofday
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rgviz-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.66'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-03-
|
12
|
+
date: 2012-03-19 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rgviz
|
16
|
-
requirement: &
|
16
|
+
requirement: &70270573233360 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0.43'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70270573233360
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: rails
|
27
|
-
requirement: &
|
27
|
+
requirement: &70270573232840 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70270573232840
|
36
36
|
description:
|
37
37
|
email: aborenszweig@manas.com.ar
|
38
38
|
executables: []
|