json_voorhees 1.4.7 → 1.4.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce3c32862d47dfe5e8bd212778c5adf06ffbefbc
4
- data.tar.gz: acafb55429ccb243175b5eda1b307feedb8388d9
3
+ metadata.gz: c2866498c7ec26561326cc194e320f6af9255c4d
4
+ data.tar.gz: 2593764108f0def3b711843c0f95e80b6180b2de
5
5
  SHA512:
6
- metadata.gz: eaf7092a81f032b9af9bf584d9a6a45f3517f8e21b370ad2009ef4c053e9f2fd934d823ce422c3588085388a6bfdc107aa826b0f3ba43442ba760cd24523e408
7
- data.tar.gz: c485977b09d1036f6ab008b65d6996efb04b95370c292059439c82a9b40771987d500b6486af69584a41e7dfb1e38f9bfa6ec4eac715cd696aa670b30d7f7e0c
6
+ metadata.gz: a0c7bcc933156166b3fefcc450e22e0917aca24fccff5c74560603191d38a83b162a519e3d83797d5cb8f0897fdee9279da4841aad89270cb5f7bccfa8b6cbec
7
+ data.tar.gz: 5144a399d64c17808783aeccabdd39f86c54fcfe7023f11013769ee850f267b2ec234149fb17f9e558b82e8486f57d6ef61d465f2942ae71c821fb2618f41419
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # JsonVoorhees 1.4.6
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
@@ -1,3 +1,3 @@
1
1
  module JsonVoorhees
2
- VERSION = "1.4.7"
2
+ VERSION = "1.4.8"
3
3
  end
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.7
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-18 00:00:00.000000000 Z
11
+ date: 2014-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails