easy_admin 0.4.0 → 0.4.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/controllers/admin/jobs_controller.rb +1 -2
- data/lib/easy_admin/version.rb +1 -1
- data/test/dummy/Rakefile +1 -1
- data/test/dummy/config/application.rb +1 -8
- data/test/dummy/config/boot.rb +1 -1
- data/test/dummy/config/environment.rb +1 -1
- data/test/dummy/config/environments/development.rb +10 -2
- data/test/dummy/config/environments/production.rb +6 -3
- data/test/dummy/config/environments/test.rb +5 -2
- data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/test/dummy/config/initializers/mime_types.rb +0 -1
- data/test/dummy/config/initializers/session_store.rb +1 -1
- data/test/dummy/config/routes.rb +1 -2
- data/test/dummy/config/secrets.yml +22 -0
- data/test/dummy/config.ru +1 -1
- data/test/dummy/db/schema.rb +11 -11
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +72 -3116
- metadata +16 -32
- data/test/dummy/config/initializers/secret_token.rb +0 -13
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -91
- data/test/dummy/tmp/cache/assets/BA7/4B0/sprockets%2Fb0b071503162261117712776b6400d95 +0 -0
- data/test/dummy/tmp/cache/assets/CBF/BE0/sprockets%2Fe4539515f496c9a47334a4d72952bd8c +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D14/400/sprockets%2Fc7cf76c8a8b35297247a1d102ec9d670 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D95/340/sprockets%2F4db69ac4ad31b1834affc0f168807fc0 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shevaun Coker
|
@@ -9,22 +9,28 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-08-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - '>='
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 4.0.5
|
21
|
+
- - <
|
19
22
|
- !ruby/object:Gem::Version
|
20
|
-
version: 4.
|
23
|
+
version: '4.2'
|
21
24
|
type: :runtime
|
22
25
|
prerelease: false
|
23
26
|
version_requirements: !ruby/object:Gem::Requirement
|
24
27
|
requirements:
|
25
|
-
- -
|
28
|
+
- - '>='
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: 4.0.5
|
31
|
+
- - <
|
26
32
|
- !ruby/object:Gem::Version
|
27
|
-
version: 4.
|
33
|
+
version: '4.2'
|
28
34
|
- !ruby/object:Gem::Dependency
|
29
35
|
name: will_paginate
|
30
36
|
requirement: !ruby/object:Gem::Requirement
|
@@ -99,21 +105,20 @@ files:
|
|
99
105
|
- test/dummy/config/environments/production.rb
|
100
106
|
- test/dummy/config/environments/test.rb
|
101
107
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
108
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
102
109
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
103
110
|
- test/dummy/config/initializers/inflections.rb
|
104
111
|
- test/dummy/config/initializers/mime_types.rb
|
105
|
-
- test/dummy/config/initializers/secret_token.rb
|
106
112
|
- test/dummy/config/initializers/session_store.rb
|
107
113
|
- test/dummy/config/initializers/wrap_parameters.rb
|
108
114
|
- test/dummy/config/locales/en.yml
|
109
115
|
- test/dummy/config/routes.rb
|
116
|
+
- test/dummy/config/secrets.yml
|
110
117
|
- test/dummy/config.ru
|
111
|
-
- test/dummy/db/development.sqlite3
|
112
118
|
- test/dummy/db/migrate/20121114025434_create_delayed_jobs.rb
|
113
119
|
- test/dummy/db/migrate/20121220022003_create_outbound_requests.rb
|
114
120
|
- test/dummy/db/schema.rb
|
115
121
|
- test/dummy/db/test.sqlite3
|
116
|
-
- test/dummy/log/development.log
|
117
122
|
- test/dummy/log/test.log
|
118
123
|
- test/dummy/public/404.html
|
119
124
|
- test/dummy/public/422.html
|
@@ -123,16 +128,6 @@ files:
|
|
123
128
|
- test/dummy/README.rdoc
|
124
129
|
- test/dummy/script/delayed_job
|
125
130
|
- test/dummy/script/rails
|
126
|
-
- test/dummy/tmp/cache/assets/BA7/4B0/sprockets%2Fb0b071503162261117712776b6400d95
|
127
|
-
- test/dummy/tmp/cache/assets/CBF/BE0/sprockets%2Fe4539515f496c9a47334a4d72952bd8c
|
128
|
-
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
129
|
-
- test/dummy/tmp/cache/assets/D14/400/sprockets%2Fc7cf76c8a8b35297247a1d102ec9d670
|
130
|
-
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
131
|
-
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
132
|
-
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
133
|
-
- test/dummy/tmp/cache/assets/D95/340/sprockets%2F4db69ac4ad31b1834affc0f168807fc0
|
134
|
-
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
135
|
-
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
136
131
|
- test/easy_admin_test.rb
|
137
132
|
- test/jobs_controller_test.rb
|
138
133
|
- test/outbound_request_test.rb
|
@@ -180,21 +175,20 @@ test_files:
|
|
180
175
|
- test/dummy/config/environments/production.rb
|
181
176
|
- test/dummy/config/environments/test.rb
|
182
177
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
178
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
183
179
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
184
180
|
- test/dummy/config/initializers/inflections.rb
|
185
181
|
- test/dummy/config/initializers/mime_types.rb
|
186
|
-
- test/dummy/config/initializers/secret_token.rb
|
187
182
|
- test/dummy/config/initializers/session_store.rb
|
188
183
|
- test/dummy/config/initializers/wrap_parameters.rb
|
189
184
|
- test/dummy/config/locales/en.yml
|
190
185
|
- test/dummy/config/routes.rb
|
186
|
+
- test/dummy/config/secrets.yml
|
191
187
|
- test/dummy/config.ru
|
192
|
-
- test/dummy/db/development.sqlite3
|
193
188
|
- test/dummy/db/migrate/20121114025434_create_delayed_jobs.rb
|
194
189
|
- test/dummy/db/migrate/20121220022003_create_outbound_requests.rb
|
195
190
|
- test/dummy/db/schema.rb
|
196
191
|
- test/dummy/db/test.sqlite3
|
197
|
-
- test/dummy/log/development.log
|
198
192
|
- test/dummy/log/test.log
|
199
193
|
- test/dummy/public/404.html
|
200
194
|
- test/dummy/public/422.html
|
@@ -204,16 +198,6 @@ test_files:
|
|
204
198
|
- test/dummy/README.rdoc
|
205
199
|
- test/dummy/script/delayed_job
|
206
200
|
- test/dummy/script/rails
|
207
|
-
- test/dummy/tmp/cache/assets/BA7/4B0/sprockets%2Fb0b071503162261117712776b6400d95
|
208
|
-
- test/dummy/tmp/cache/assets/CBF/BE0/sprockets%2Fe4539515f496c9a47334a4d72952bd8c
|
209
|
-
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
210
|
-
- test/dummy/tmp/cache/assets/D14/400/sprockets%2Fc7cf76c8a8b35297247a1d102ec9d670
|
211
|
-
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
212
|
-
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
213
|
-
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
214
|
-
- test/dummy/tmp/cache/assets/D95/340/sprockets%2F4db69ac4ad31b1834affc0f168807fc0
|
215
|
-
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
216
|
-
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
217
201
|
- test/easy_admin_test.rb
|
218
202
|
- test/jobs_controller_test.rb
|
219
203
|
- test/outbound_request_test.rb
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Your secret key is used for verifying the integrity of signed cookies.
|
4
|
-
# If you change this key, all old signed cookies will become invalid!
|
5
|
-
|
6
|
-
# Make sure the secret is at least 30 characters and all random,
|
7
|
-
# no regular words or you'll be exposed to dictionary attacks.
|
8
|
-
Dummy::Application.config.secret_token = '52b5f919c4e901f724271153f96baed8d852c6d6e8d51e911f19968b892e3b31094602e708b8bc926ab445f84e66e49ad79a19ed01187e59d25767364cfba5df'
|
9
|
-
# You can use `rake secret` to generate a secure secret key.
|
10
|
-
|
11
|
-
# Make sure your secret_key_base is kept private
|
12
|
-
# if you're sharing your code publicly.
|
13
|
-
Dummy::Application.config.secret_key_base = '559e10678ea2c1751efe3de531cb08caea77d890121de5fb6b5454dc0d3feff5473ee04c50203410c934d289649885d7af95293daf41a7ab6553fb55f023b327'
|
Binary file
|
@@ -1,91 +0,0 @@
|
|
1
|
-
Connecting to database specified by database.yml
|
2
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
3
|
-
[1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
4
|
-
[1m[36m (1.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
5
|
-
[1m[35m (1.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
6
|
-
Migrating to CreateDelayedJobs (20121114025434)
|
7
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
9
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")[0m
|
10
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20121114025434')
|
11
|
-
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
12
|
-
Migrating to CreateOutboundRequests (20121220022003)
|
13
|
-
[1m[35m (0.0ms)[0m begin transaction
|
14
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "outbound_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "service" varchar(255), "action" varchar(255), "identifier" varchar(255), "params" text, "response_code" varchar(255), "response_body" text, "error" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20121220022003')
|
16
|
-
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
17
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
18
|
-
Connecting to database specified by database.yml
|
19
|
-
[1m[36m (0.9ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
20
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
21
|
-
[1m[36m (2.9ms)[0m [1mCREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
22
|
-
[1m[35m (1.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
23
|
-
[1m[36m (1.1ms)[0m [1mCREATE TABLE "outbound_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "service" varchar(255), "action" varchar(255), "identifier" varchar(255), "params" text, "response_code" varchar(255), "response_body" text, "error" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
24
|
-
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
25
|
-
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
26
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
27
|
-
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20121220022003')[0m
|
28
|
-
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20121114025434')
|
29
|
-
Connecting to database specified by database.yml
|
30
|
-
Connecting to database specified by database.yml
|
31
|
-
[1m[36m (0.9ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
32
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
33
|
-
[1m[36m (1.3ms)[0m [1mCREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
34
|
-
[1m[35m (0.9ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
35
|
-
[1m[36m (1.2ms)[0m [1mCREATE TABLE "outbound_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "service" varchar(255), "action" varchar(255), "identifier" varchar(255), "params" text, "response_code" varchar(255), "response_body" text, "error" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
36
|
-
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
37
|
-
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
38
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
39
|
-
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20121220022003')[0m
|
40
|
-
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20121114025434')
|
41
|
-
Connecting to database specified by database.yml
|
42
|
-
|
43
|
-
|
44
|
-
Started GET "/" for 127.0.0.1 at 2013-08-13 11:32:30 +1200
|
45
|
-
Processing by Admin::WelcomeController#index as HTML
|
46
|
-
Rendered admin/welcome/index.html.erb within layouts/application (3.2ms)
|
47
|
-
Compiled application.css (0ms) (pid 55765)
|
48
|
-
Compiled jquery.js (3ms) (pid 55765)
|
49
|
-
Compiled jquery_ujs.js (0ms) (pid 55765)
|
50
|
-
Compiled application.js (42ms) (pid 55765)
|
51
|
-
Completed 200 OK in 99ms (Views: 98.6ms | ActiveRecord: 0.0ms)
|
52
|
-
|
53
|
-
|
54
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-13 11:32:30 +1200
|
55
|
-
Served asset /application.css - 200 OK (5ms)
|
56
|
-
|
57
|
-
|
58
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-13 11:32:30 +1200
|
59
|
-
Served asset /jquery.js - 200 OK (5ms)
|
60
|
-
|
61
|
-
|
62
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-13 11:32:30 +1200
|
63
|
-
Served asset /application.js - 200 OK (21ms)
|
64
|
-
|
65
|
-
|
66
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-13 11:32:30 +1200
|
67
|
-
Served asset /jquery_ujs.js - 200 OK (2ms)
|
68
|
-
|
69
|
-
|
70
|
-
Started GET "/admin/jobs" for 127.0.0.1 at 2013-08-13 11:32:33 +1200
|
71
|
-
Processing by Admin::JobsController#index as HTML
|
72
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
73
|
-
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
74
|
-
Rendered /Users/nigelramsay/projects/abletech/easy_admin/app/views/admin/jobs/index.html.erb within layouts/application (6.1ms)
|
75
|
-
Completed 200 OK in 10ms (Views: 5.7ms | ActiveRecord: 3.8ms)
|
76
|
-
|
77
|
-
|
78
|
-
Started GET "/admin/outbound_requests" for 127.0.0.1 at 2013-08-13 11:32:35 +1200
|
79
|
-
Processing by Admin::OutboundRequestsController#index as HTML
|
80
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" [0m
|
81
|
-
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "outbound_requests"
|
82
|
-
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" [0m
|
83
|
-
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "outbound_requests"
|
84
|
-
Rendered /Users/nigelramsay/projects/abletech/easy_admin/app/views/admin/outbound_requests/_pagination.html.erb (8.1ms)
|
85
|
-
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" [0m
|
86
|
-
[1m[35mOutboundRequest Load (0.2ms)[0m SELECT "outbound_requests".* FROM "outbound_requests" ORDER BY created_at desc LIMIT 50 OFFSET 0
|
87
|
-
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" [0m
|
88
|
-
Rendered /Users/nigelramsay/projects/abletech/easy_admin/app/views/admin/outbound_requests/_pagination.html.erb (1.2ms)
|
89
|
-
Rendered /Users/nigelramsay/projects/abletech/easy_admin/app/views/admin/outbound_requests/index.html.erb within layouts/application (28.8ms)
|
90
|
-
Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.6ms)
|
91
|
-
Connecting to database specified by database.yml
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|