json_voorhees 1.4.7 → 1.4.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2866498c7ec26561326cc194e320f6af9255c4d
|
4
|
+
data.tar.gz: 2593764108f0def3b711843c0f95e80b6180b2de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0c7bcc933156166b3fefcc450e22e0917aca24fccff5c74560603191d38a83b162a519e3d83797d5cb8f0897fdee9279da4841aad89270cb5f7bccfa8b6cbec
|
7
|
+
data.tar.gz: 5144a399d64c17808783aeccabdd39f86c54fcfe7023f11013769ee850f267b2ec234149fb17f9e558b82e8486f57d6ef61d465f2942ae71c821fb2618f41419
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# JsonVoorhees 1.4.
|
1
|
+
# JsonVoorhees 1.4.7
|
2
2
|
|
3
3
|
## Introduction
|
4
4
|
|
@@ -90,4 +90,4 @@ Does not work with Rails 4.2 yet. Byebug is added by default and this generator
|
|
90
90
|
4. App tokens
|
91
91
|
|
92
92
|
Emails are sent synchronously for now. I'm waiting for ActiveJob in Rails 4.2 so I can
|
93
|
-
implement that interface and use the sidekiq adapter.
|
93
|
+
implement that interface and use the sidekiq adapter.
|
@@ -3,10 +3,12 @@ ActiveAdmin.register <%= module_camel %>::<%= resource_camel %> do
|
|
3
3
|
menu :label => "<%= menu_name %>"
|
4
4
|
config.per_page = 30
|
5
5
|
|
6
|
+
=begin
|
6
7
|
batch_action :flag do |selection|
|
7
8
|
<%= module_camel %>::<%= resource_camel %>.find(selection).each { |p| p.flag! }
|
8
9
|
redirect_to collection_path, :notice => "<%= resource_plural %> flagged!"
|
9
10
|
end
|
11
|
+
=end
|
10
12
|
|
11
13
|
form do |f|
|
12
14
|
f.semantic_errors # shows errors on :base
|
@@ -3,10 +3,12 @@ ActiveAdmin.register Arcadex::Token do
|
|
3
3
|
menu :label => "Tokens"
|
4
4
|
config.per_page = 30
|
5
5
|
|
6
|
+
=begin
|
6
7
|
batch_action :flag do |selection|
|
7
8
|
Arcadex::Token.find(selection).each { |p| p.flag! }
|
8
9
|
redirect_to collection_path, :notice => "Tokens flagged!"
|
9
10
|
end
|
11
|
+
=end
|
10
12
|
|
11
13
|
form do |f|
|
12
14
|
f.semantic_errors # shows errors on :base
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json_voorhees
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cleophus Robinson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|