easy_admin 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/controllers/admin/jobs_controller.rb +1 -2
  4. data/lib/easy_admin/version.rb +1 -1
  5. data/test/dummy/Rakefile +1 -1
  6. data/test/dummy/config/application.rb +1 -8
  7. data/test/dummy/config/boot.rb +1 -1
  8. data/test/dummy/config/environment.rb +1 -1
  9. data/test/dummy/config/environments/development.rb +10 -2
  10. data/test/dummy/config/environments/production.rb +6 -3
  11. data/test/dummy/config/environments/test.rb +5 -2
  12. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  13. data/test/dummy/config/initializers/mime_types.rb +0 -1
  14. data/test/dummy/config/initializers/session_store.rb +1 -1
  15. data/test/dummy/config/routes.rb +1 -2
  16. data/test/dummy/config/secrets.yml +22 -0
  17. data/test/dummy/config.ru +1 -1
  18. data/test/dummy/db/schema.rb +11 -11
  19. data/test/dummy/db/test.sqlite3 +0 -0
  20. data/test/dummy/log/test.log +72 -3116
  21. metadata +16 -32
  22. data/test/dummy/config/initializers/secret_token.rb +0 -13
  23. data/test/dummy/db/development.sqlite3 +0 -0
  24. data/test/dummy/log/development.log +0 -91
  25. data/test/dummy/tmp/cache/assets/BA7/4B0/sprockets%2Fb0b071503162261117712776b6400d95 +0 -0
  26. data/test/dummy/tmp/cache/assets/CBF/BE0/sprockets%2Fe4539515f496c9a47334a4d72952bd8c +0 -0
  27. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  28. data/test/dummy/tmp/cache/assets/D14/400/sprockets%2Fc7cf76c8a8b35297247a1d102ec9d670 +0 -0
  29. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  30. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  31. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  32. data/test/dummy/tmp/cache/assets/D95/340/sprockets%2F4db69ac4ad31b1834affc0f168807fc0 +0 -0
  33. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  34. 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.0
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: 2013-12-11 00:00:00.000000000 Z
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.0.2
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.0.2
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
-  (0.1ms) select sqlite_version(*)
3
-  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
4
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
-  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
6
- Migrating to CreateDelayedJobs (20121114025434)
7
-  (0.0ms) begin transaction
8
-  (0.4ms) 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
-  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
10
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114025434')
11
-  (0.7ms) commit transaction
12
- Migrating to CreateOutboundRequests (20121220022003)
13
-  (0.0ms) begin transaction
14
-  (0.3ms) CREATE 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) 
15
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121220022003')
16
-  (0.9ms) commit transaction
17
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
18
- Connecting to database specified by database.yml
19
-  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
20
-  (0.2ms) select sqlite_version(*)
21
-  (2.9ms) 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) 
22
-  (1.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
23
-  (1.1ms) CREATE 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) 
24
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
25
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
26
-  (0.1ms) SELECT version FROM "schema_migrations"
27
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20121220022003')
28
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20121114025434')
29
- Connecting to database specified by database.yml
30
- Connecting to database specified by database.yml
31
-  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
32
-  (0.2ms) select sqlite_version(*)
33
-  (1.3ms) 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) 
34
-  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
35
-  (1.2ms) CREATE 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) 
36
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
37
-  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
38
-  (0.1ms) SELECT version FROM "schema_migrations"
39
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20121220022003')
40
-  (0.9ms) 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
-  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
73
- CACHE (0.0ms) 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
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" 
81
- CACHE (0.0ms) SELECT COUNT(*) FROM "outbound_requests"
82
- CACHE (0.0ms) SELECT COUNT(*) FROM "outbound_requests" 
83
- CACHE (0.0ms) SELECT COUNT(*) FROM "outbound_requests"
84
- Rendered /Users/nigelramsay/projects/abletech/easy_admin/app/views/admin/outbound_requests/_pagination.html.erb (8.1ms)
85
- CACHE (0.0ms) SELECT COUNT(*) FROM "outbound_requests" 
86
- OutboundRequest Load (0.2ms) SELECT "outbound_requests".* FROM "outbound_requests" ORDER BY created_at desc LIMIT 50 OFFSET 0
87
- CACHE (0.0ms) SELECT COUNT(*) FROM "outbound_requests" 
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