clark_kent 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/clark_kent/report_filters_controller.rb +1 -1
- data/app/helpers/clark_kent/application_helper.rb +10 -2
- data/app/models/clark_kent/report.rb +18 -16
- data/app/models/clark_kent/report_column.rb +8 -1
- data/app/models/clark_kent/report_config.rb +5 -1
- data/app/models/clark_kent/reportable.rb +16 -11
- data/app/models/clark_kent/sharing_scope_kind.rb +0 -4
- data/app/views/clark_kent/report_filters/_object_filter_edit.html.erb +1 -1
- data/app/views/clark_kent/reports/show.html.erb +2 -2
- data/lib/clark_kent/version.rb +1 -1
- data/test/controllers/clark_kent/reports_controller_test.rb +1 -0
- data/test/dummy/app/controllers/orders_controller.rb +5 -0
- data/test/dummy/app/models/reporting/order.rb +6 -6
- data/test/dummy/app/views/orders/show.html.erb +14 -0
- data/test/dummy/config/routes.rb +2 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +2952 -0
- data/test/dummy/log/test.log +3051 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0ec37c0a58c1be93659732a3efc73581 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0fd54fd98cd2fa0085b77e6743046927 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8aa37926d964a9eb59cf9b940e4fe2f4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/0ec37c0a58c1be93659732a3efc73581 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/0fd54fd98cd2fa0085b77e6743046927 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/8aa37926d964a9eb59cf9b940e4fe2f4 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +10 -6
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clark_kent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Draut
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -84,16 +84,16 @@ dependencies:
|
|
84
84
|
name: aws-sdk
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version:
|
89
|
+
version: 1.49.0
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version:
|
96
|
+
version: 1.49.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: sqlite3
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -224,12 +224,14 @@ files:
|
|
224
224
|
- test/dummy/app/assets/javascripts/application.js
|
225
225
|
- test/dummy/app/assets/stylesheets/application.css
|
226
226
|
- test/dummy/app/controllers/application_controller.rb
|
227
|
+
- test/dummy/app/controllers/orders_controller.rb
|
227
228
|
- test/dummy/app/helpers/application_helper.rb
|
228
229
|
- test/dummy/app/models/department.rb
|
229
230
|
- test/dummy/app/models/order.rb
|
230
231
|
- test/dummy/app/models/reporting/order.rb
|
231
232
|
- test/dummy/app/models/user.rb
|
232
233
|
- test/dummy/app/views/layouts/application.html.erb
|
234
|
+
- test/dummy/app/views/orders/show.html.erb
|
233
235
|
- test/dummy/bin/bundle
|
234
236
|
- test/dummy/bin/rails
|
235
237
|
- test/dummy/bin/rake
|
@@ -341,12 +343,14 @@ test_files:
|
|
341
343
|
- test/dummy/app/assets/javascripts/application.js
|
342
344
|
- test/dummy/app/assets/stylesheets/application.css
|
343
345
|
- test/dummy/app/controllers/application_controller.rb
|
346
|
+
- test/dummy/app/controllers/orders_controller.rb
|
344
347
|
- test/dummy/app/helpers/application_helper.rb
|
345
348
|
- test/dummy/app/models/department.rb
|
346
349
|
- test/dummy/app/models/order.rb
|
347
350
|
- test/dummy/app/models/reporting/order.rb
|
348
351
|
- test/dummy/app/models/user.rb
|
349
352
|
- test/dummy/app/views/layouts/application.html.erb
|
353
|
+
- test/dummy/app/views/orders/show.html.erb
|
350
354
|
- test/dummy/bin/bundle
|
351
355
|
- test/dummy/bin/rails
|
352
356
|
- test/dummy/bin/rake
|