mr_common 1.0.2 → 1.0.3
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/lib/mr_common/engine.rb +1 -1
- data/lib/mr_common/version.rb +1 -1
- data/spec/dummy/log/development.log +318 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 469bbac08f052ab8b135db29d0d703ddd61be9625e8065faa2490a2b3aa53296
|
|
4
|
+
data.tar.gz: 90445edcb7afea7c9a1eaa080ce9e39d460f2a1f0225e807ed0fe6259c2eda61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71ce9b8a9715965556dba3680f0449e1f623e32b6d09af8b6378adf8cd0154de84e0ae0238fb00905a3116534afe61f8bc8b2e008a41ab4ae5219f0b66e212b1
|
|
7
|
+
data.tar.gz: 688b40bb8abf749b507bb78a220483891d410e578dab2e18eaafaa2f4519eb14e663fa0e7c75cb82cc79d67a7e11ed58cc165b09dd492e177ea59014dbcc00a9
|
data/lib/mr_common/engine.rb
CHANGED
|
@@ -4,7 +4,7 @@ module MrCommon
|
|
|
4
4
|
class Engine < ::Rails::Engine
|
|
5
5
|
isolate_namespace MrCommon
|
|
6
6
|
|
|
7
|
-
config.assets.paths
|
|
7
|
+
config.assets.paths << File.expand_path("../../vendor/assets/stylesheets", __FILE__)
|
|
8
8
|
config.assets.precompile += %w( mr_common/mr_common.css mr_common/mr_common.js )
|
|
9
9
|
|
|
10
10
|
# use customized form-builder with form-group and errors methods
|
data/lib/mr_common/version.rb
CHANGED
|
@@ -50293,3 +50293,321 @@ Processing by MrCommon::Registrations::RegistrationsController#index as HTML
|
|
|
50293
50293
|
Completed 200 OK in 46ms (Views: 40.0ms | ActiveRecord: 0.8ms)
|
|
50294
50294
|
|
|
50295
50295
|
|
|
50296
|
+
Started GET "/common/" for 127.0.0.1 at 2019-02-11 16:08:30 -0500
|
|
50297
|
+
Processing by MrCommon::DashboardController#index as HTML
|
|
50298
|
+
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50299
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50300
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout
|
|
50301
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout (0.3ms)
|
|
50302
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (1.3ms)
|
|
50303
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.7ms)
|
|
50304
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.3ms)
|
|
50305
|
+
Completed 200 OK in 45ms (Views: 35.8ms | ActiveRecord: 4.0ms)
|
|
50306
|
+
|
|
50307
|
+
|
|
50308
|
+
Started GET "/common/reminders" for 127.0.0.1 at 2019-02-11 16:08:31 -0500
|
|
50309
|
+
Processing by MrCommon::Reminders::RemindersController#index as HTML
|
|
50310
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50311
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50312
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout
|
|
50313
|
+
[1m[36mMrCommon::Reminder Load (0.8ms)[0m [1m[34mSELECT "mr_common_reminders".* FROM "mr_common_reminders" ORDER BY "mr_common_reminders"."start_time" ASC[0m
|
|
50314
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb:21
|
|
50315
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout (21.8ms)
|
|
50316
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50317
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50318
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50319
|
+
Completed 200 OK in 68ms (Views: 52.0ms | ActiveRecord: 4.7ms)
|
|
50320
|
+
|
|
50321
|
+
|
|
50322
|
+
Started GET "/common/reminders/4" for 127.0.0.1 at 2019-02-11 16:08:33 -0500
|
|
50323
|
+
Processing by MrCommon::Reminders::RemindersController#show as HTML
|
|
50324
|
+
Parameters: {"id"=>"4"}
|
|
50325
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50326
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50327
|
+
[1m[36mMrCommon::Reminder Load (0.2ms)[0m [1m[34mSELECT "mr_common_reminders".* FROM "mr_common_reminders" WHERE "mr_common_reminders"."id" = $1 LIMIT $2[0m [["id", 4], ["LIMIT", 1]]
|
|
50328
|
+
↳ /Users/cs/Projects/mr_common/app/controllers/mr_common/reminders/reminders_controller.rb:7
|
|
50329
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/show.html.erb within layouts/mr_common/layout
|
|
50330
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/show.html.erb within layouts/mr_common/layout (2.1ms)
|
|
50331
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50332
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50333
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50334
|
+
Completed 200 OK in 39ms (Views: 32.2ms | ActiveRecord: 0.6ms)
|
|
50335
|
+
|
|
50336
|
+
|
|
50337
|
+
Started GET "/common/reminders/4/edit" for 127.0.0.1 at 2019-02-11 16:08:38 -0500
|
|
50338
|
+
Processing by MrCommon::Reminders::RemindersController#edit as HTML
|
|
50339
|
+
Parameters: {"id"=>"4"}
|
|
50340
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50341
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50342
|
+
[1m[36mMrCommon::Reminder Load (0.2ms)[0m [1m[34mSELECT "mr_common_reminders".* FROM "mr_common_reminders" WHERE "mr_common_reminders"."id" = $1 LIMIT $2[0m [["id", 4], ["LIMIT", 1]]
|
|
50343
|
+
↳ /Users/cs/Projects/mr_common/app/controllers/mr_common/reminders/reminders_controller.rb:19
|
|
50344
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/edit.html.erb within layouts/mr_common/layout
|
|
50345
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/_form.html.erb (12.2ms)
|
|
50346
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/edit.html.erb within layouts/mr_common/layout (16.8ms)
|
|
50347
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50348
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50349
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50350
|
+
Completed 200 OK in 54ms (Views: 46.0ms | ActiveRecord: 0.6ms)
|
|
50351
|
+
|
|
50352
|
+
|
|
50353
|
+
Started GET "/common/reminders" for 127.0.0.1 at 2019-02-11 16:08:44 -0500
|
|
50354
|
+
Processing by MrCommon::Reminders::RemindersController#index as HTML
|
|
50355
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50356
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50357
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout
|
|
50358
|
+
[1m[36mMrCommon::Reminder Load (0.3ms)[0m [1m[34mSELECT "mr_common_reminders".* FROM "mr_common_reminders" ORDER BY "mr_common_reminders"."start_time" ASC[0m
|
|
50359
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb:21
|
|
50360
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout (2.2ms)
|
|
50361
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50362
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.4ms)
|
|
50363
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50364
|
+
Completed 200 OK in 35ms (Views: 30.0ms | ActiveRecord: 0.6ms)
|
|
50365
|
+
|
|
50366
|
+
|
|
50367
|
+
Started GET "/common/registrations" for 127.0.0.1 at 2019-02-11 16:09:36 -0500
|
|
50368
|
+
Processing by MrCommon::Registrations::RegistrationsController#index as HTML
|
|
50369
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50370
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50371
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout
|
|
50372
|
+
[1m[36mMrCommon::Registration Load (0.8ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" ORDER BY "mr_common_registrations"."first_name" ASC, "mr_common_registrations"."last_name" ASC[0m
|
|
50373
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb:23
|
|
50374
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout (9.5ms)
|
|
50375
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.9ms)
|
|
50376
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50377
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.3ms)
|
|
50378
|
+
Completed 200 OK in 45ms (Views: 37.5ms | ActiveRecord: 2.4ms)
|
|
50379
|
+
|
|
50380
|
+
|
|
50381
|
+
Started GET "/common/registrations/export" for 127.0.0.1 at 2019-02-11 16:09:44 -0500
|
|
50382
|
+
Processing by MrCommon::Registrations::ExportController#index as HTML
|
|
50383
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50384
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50385
|
+
[1m[36mMrCommon::Registration Load (0.2ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations"[0m
|
|
50386
|
+
↳ /Users/cs/Projects/mr_common/app/models/concerns/mr_common/csv_exportable.rb:11
|
|
50387
|
+
Rendering text template
|
|
50388
|
+
Rendered text template (0.0ms)
|
|
50389
|
+
Sent data Registrations-2019-02-11.csv (1.5ms)
|
|
50390
|
+
Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 0.6ms)
|
|
50391
|
+
|
|
50392
|
+
|
|
50393
|
+
Started GET "/common/registrations/36" for 127.0.0.1 at 2019-02-11 16:15:24 -0500
|
|
50394
|
+
Processing by MrCommon::Registrations::RegistrationsController#show as HTML
|
|
50395
|
+
Parameters: {"id"=>"36"}
|
|
50396
|
+
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50397
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50398
|
+
[1m[36mMrCommon::Registration Load (0.3ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" WHERE "mr_common_registrations"."id" = $1 LIMIT $2[0m [["id", 36], ["LIMIT", 1]]
|
|
50399
|
+
↳ /Users/cs/Projects/mr_common/app/controllers/mr_common/registrations/registrations_controller.rb:11
|
|
50400
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/show.html.erb within layouts/mr_common/layout
|
|
50401
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/show.html.erb within layouts/mr_common/layout (1.2ms)
|
|
50402
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.8ms)
|
|
50403
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50404
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50405
|
+
Completed 200 OK in 41ms (Views: 30.4ms | ActiveRecord: 4.2ms)
|
|
50406
|
+
|
|
50407
|
+
|
|
50408
|
+
Started GET "/common/registrations/36/edit" for 127.0.0.1 at 2019-02-11 16:15:25 -0500
|
|
50409
|
+
Processing by MrCommon::Registrations::RegistrationsController#edit as HTML
|
|
50410
|
+
Parameters: {"id"=>"36"}
|
|
50411
|
+
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50412
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50413
|
+
[1m[36mMrCommon::Registration Load (0.2ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" WHERE "mr_common_registrations"."id" = $1 LIMIT $2[0m [["id", 36], ["LIMIT", 1]]
|
|
50414
|
+
↳ /Users/cs/Projects/mr_common/app/controllers/mr_common/registrations/registrations_controller.rb:30
|
|
50415
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/edit.html.erb within layouts/mr_common/layout
|
|
50416
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/_form.html.erb (4.4ms)
|
|
50417
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/edit.html.erb within layouts/mr_common/layout (8.9ms)
|
|
50418
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.8ms)
|
|
50419
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.4ms)
|
|
50420
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50421
|
+
Completed 200 OK in 45ms (Views: 38.2ms | ActiveRecord: 0.8ms)
|
|
50422
|
+
|
|
50423
|
+
|
|
50424
|
+
Started GET "/common/" for 127.0.0.1 at 2019-02-11 16:15:27 -0500
|
|
50425
|
+
Processing by MrCommon::DashboardController#index as HTML
|
|
50426
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50427
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50428
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout
|
|
50429
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout (0.3ms)
|
|
50430
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.8ms)
|
|
50431
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50432
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50433
|
+
Completed 200 OK in 34ms (Views: 29.2ms | ActiveRecord: 0.3ms)
|
|
50434
|
+
|
|
50435
|
+
|
|
50436
|
+
Started GET "/common/registrations" for 127.0.0.1 at 2019-02-11 16:15:29 -0500
|
|
50437
|
+
Processing by MrCommon::Registrations::RegistrationsController#index as HTML
|
|
50438
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50439
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50440
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout
|
|
50441
|
+
[1m[36mMrCommon::Registration Load (0.7ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" ORDER BY "mr_common_registrations"."first_name" ASC, "mr_common_registrations"."last_name" ASC[0m
|
|
50442
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb:23
|
|
50443
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout (8.9ms)
|
|
50444
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.8ms)
|
|
50445
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.4ms)
|
|
50446
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.3ms)
|
|
50447
|
+
Completed 200 OK in 50ms (Views: 44.1ms | ActiveRecord: 1.0ms)
|
|
50448
|
+
|
|
50449
|
+
|
|
50450
|
+
Started GET "/common/reminders" for 127.0.0.1 at 2019-02-11 16:15:30 -0500
|
|
50451
|
+
Processing by MrCommon::Reminders::RemindersController#index as HTML
|
|
50452
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50453
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50454
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout
|
|
50455
|
+
[1m[36mMrCommon::Reminder Load (0.8ms)[0m [1m[34mSELECT "mr_common_reminders".* FROM "mr_common_reminders" ORDER BY "mr_common_reminders"."start_time" ASC[0m
|
|
50456
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb:21
|
|
50457
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout (4.6ms)
|
|
50458
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50459
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50460
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.3ms)
|
|
50461
|
+
Completed 200 OK in 39ms (Views: 31.4ms | ActiveRecord: 2.5ms)
|
|
50462
|
+
|
|
50463
|
+
|
|
50464
|
+
Started GET "/common/" for 127.0.0.1 at 2019-02-11 16:15:31 -0500
|
|
50465
|
+
Processing by MrCommon::DashboardController#index as HTML
|
|
50466
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50467
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50468
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout
|
|
50469
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout (0.3ms)
|
|
50470
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50471
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50472
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50473
|
+
Completed 200 OK in 33ms (Views: 28.4ms | ActiveRecord: 0.3ms)
|
|
50474
|
+
|
|
50475
|
+
|
|
50476
|
+
Started GET "/common/registrations" for 127.0.0.1 at 2019-02-11 16:15:34 -0500
|
|
50477
|
+
Processing by MrCommon::Registrations::RegistrationsController#index as HTML
|
|
50478
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50479
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50480
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout
|
|
50481
|
+
[1m[36mMrCommon::Registration Load (0.4ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" ORDER BY "mr_common_registrations"."first_name" ASC, "mr_common_registrations"."last_name" ASC[0m
|
|
50482
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb:23
|
|
50483
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout (7.8ms)
|
|
50484
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50485
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50486
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50487
|
+
Completed 200 OK in 42ms (Views: 36.4ms | ActiveRecord: 0.7ms)
|
|
50488
|
+
|
|
50489
|
+
|
|
50490
|
+
Started GET "/common/registrations/36/edit" for 127.0.0.1 at 2019-02-11 16:15:36 -0500
|
|
50491
|
+
Processing by MrCommon::Registrations::RegistrationsController#edit as HTML
|
|
50492
|
+
Parameters: {"id"=>"36"}
|
|
50493
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50494
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50495
|
+
[1m[36mMrCommon::Registration Load (0.3ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" WHERE "mr_common_registrations"."id" = $1 LIMIT $2[0m [["id", 36], ["LIMIT", 1]]
|
|
50496
|
+
↳ /Users/cs/Projects/mr_common/app/controllers/mr_common/registrations/registrations_controller.rb:30
|
|
50497
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/edit.html.erb within layouts/mr_common/layout
|
|
50498
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/_form.html.erb (3.8ms)
|
|
50499
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/edit.html.erb within layouts/mr_common/layout (7.5ms)
|
|
50500
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50501
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50502
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50503
|
+
Completed 200 OK in 42ms (Views: 36.0ms | ActiveRecord: 0.6ms)
|
|
50504
|
+
|
|
50505
|
+
|
|
50506
|
+
Started GET "/common/" for 127.0.0.1 at 2019-02-11 16:15:46 -0500
|
|
50507
|
+
Processing by MrCommon::DashboardController#index as HTML
|
|
50508
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50509
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50510
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout
|
|
50511
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout (0.2ms)
|
|
50512
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.8ms)
|
|
50513
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50514
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50515
|
+
Completed 200 OK in 35ms (Views: 29.4ms | ActiveRecord: 0.3ms)
|
|
50516
|
+
|
|
50517
|
+
|
|
50518
|
+
Started GET "/common/registrations" for 127.0.0.1 at 2019-02-11 16:15:49 -0500
|
|
50519
|
+
Processing by MrCommon::Registrations::RegistrationsController#index as HTML
|
|
50520
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50521
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50522
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout
|
|
50523
|
+
[1m[36mMrCommon::Registration Load (0.3ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" ORDER BY "mr_common_registrations"."first_name" ASC, "mr_common_registrations"."last_name" ASC[0m
|
|
50524
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb:23
|
|
50525
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout (7.5ms)
|
|
50526
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.8ms)
|
|
50527
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50528
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50529
|
+
Completed 200 OK in 43ms (Views: 37.2ms | ActiveRecord: 0.6ms)
|
|
50530
|
+
|
|
50531
|
+
|
|
50532
|
+
Started GET "/common/" for 127.0.0.1 at 2019-02-11 16:15:51 -0500
|
|
50533
|
+
Processing by MrCommon::DashboardController#index as HTML
|
|
50534
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50535
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50536
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout
|
|
50537
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/dashboard/index.html.erb within layouts/mr_common/layout (0.3ms)
|
|
50538
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.8ms)
|
|
50539
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.4ms)
|
|
50540
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.3ms)
|
|
50541
|
+
Completed 200 OK in 35ms (Views: 29.9ms | ActiveRecord: 0.4ms)
|
|
50542
|
+
|
|
50543
|
+
|
|
50544
|
+
Started GET "/common/registrations" for 127.0.0.1 at 2019-02-11 16:15:54 -0500
|
|
50545
|
+
Processing by MrCommon::Registrations::RegistrationsController#index as HTML
|
|
50546
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50547
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50548
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout
|
|
50549
|
+
[1m[36mMrCommon::Registration Load (0.5ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" ORDER BY "mr_common_registrations"."first_name" ASC, "mr_common_registrations"."last_name" ASC[0m
|
|
50550
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb:23
|
|
50551
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout (7.9ms)
|
|
50552
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50553
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50554
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50555
|
+
Completed 200 OK in 48ms (Views: 42.4ms | ActiveRecord: 0.7ms)
|
|
50556
|
+
|
|
50557
|
+
|
|
50558
|
+
Started GET "/common/reminders" for 127.0.0.1 at 2019-02-11 16:15:55 -0500
|
|
50559
|
+
Processing by MrCommon::Reminders::RemindersController#index as HTML
|
|
50560
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50561
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50562
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout
|
|
50563
|
+
[1m[36mMrCommon::Reminder Load (0.3ms)[0m [1m[34mSELECT "mr_common_reminders".* FROM "mr_common_reminders" ORDER BY "mr_common_reminders"."start_time" ASC[0m
|
|
50564
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb:21
|
|
50565
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout (2.3ms)
|
|
50566
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50567
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50568
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50569
|
+
Completed 200 OK in 36ms (Views: 30.7ms | ActiveRecord: 0.7ms)
|
|
50570
|
+
|
|
50571
|
+
|
|
50572
|
+
Started GET "/common/registrations" for 127.0.0.1 at 2019-02-11 16:15:57 -0500
|
|
50573
|
+
Processing by MrCommon::Registrations::RegistrationsController#index as HTML
|
|
50574
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50575
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50576
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout
|
|
50577
|
+
[1m[36mMrCommon::Registration Load (0.4ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" ORDER BY "mr_common_registrations"."first_name" ASC, "mr_common_registrations"."last_name" ASC[0m
|
|
50578
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb:23
|
|
50579
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout (7.3ms)
|
|
50580
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.8ms)
|
|
50581
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.4ms)
|
|
50582
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50583
|
+
Completed 200 OK in 42ms (Views: 35.3ms | ActiveRecord: 0.8ms)
|
|
50584
|
+
|
|
50585
|
+
|
|
50586
|
+
Started GET "/common/reminders" for 127.0.0.1 at 2019-02-11 16:15:59 -0500
|
|
50587
|
+
Processing by MrCommon::Reminders::RemindersController#index as HTML
|
|
50588
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50589
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50590
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout
|
|
50591
|
+
[1m[36mMrCommon::Reminder Load (0.3ms)[0m [1m[34mSELECT "mr_common_reminders".* FROM "mr_common_reminders" ORDER BY "mr_common_reminders"."start_time" ASC[0m
|
|
50592
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb:21
|
|
50593
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/reminders/reminders/index.html.erb within layouts/mr_common/layout (2.0ms)
|
|
50594
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.6ms)
|
|
50595
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50596
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50597
|
+
Completed 200 OK in 35ms (Views: 29.5ms | ActiveRecord: 0.6ms)
|
|
50598
|
+
|
|
50599
|
+
|
|
50600
|
+
Started GET "/common/registrations" for 127.0.0.1 at 2019-02-11 16:15:59 -0500
|
|
50601
|
+
Processing by MrCommon::Registrations::RegistrationsController#index as HTML
|
|
50602
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
|
|
50603
|
+
↳ /Users/cs/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.2/lib/active_record/log_subscriber.rb:98
|
|
50604
|
+
Rendering /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout
|
|
50605
|
+
[1m[36mMrCommon::Registration Load (0.4ms)[0m [1m[34mSELECT "mr_common_registrations".* FROM "mr_common_registrations" ORDER BY "mr_common_registrations"."first_name" ASC, "mr_common_registrations"."last_name" ASC[0m
|
|
50606
|
+
↳ /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb:23
|
|
50607
|
+
Rendered /Users/cs/Projects/mr_common/app/views/mr_common/registrations/registrations/index.html.erb within layouts/mr_common/layout (7.8ms)
|
|
50608
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_navigation.html.erb (0.7ms)
|
|
50609
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_flash.html.erb (0.3ms)
|
|
50610
|
+
Rendered /Users/cs/Projects/mr_common/app/views/layouts/mr_common/_footer.html.erb (0.2ms)
|
|
50611
|
+
Completed 200 OK in 41ms (Views: 35.8ms | ActiveRecord: 0.7ms)
|
|
50612
|
+
|
|
50613
|
+
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mr_common
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Corey Smedstad
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-02-
|
|
11
|
+
date: 2019-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|