localtower 2.0.0 → 2.0.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/README.md +30 -18
- data/{public/javascripts → app/assets/javascripts/localtower}/application.js.map +1 -1
- data/app/views/layouts/localtower/application.html.erb +2 -2
- data/lib/localtower/engine.rb +4 -0
- data/lib/localtower/version.rb +1 -1
- data/spec/dummy/Gemfile.lock +75 -71
- data/spec/dummy/db/schema.rb +2 -23
- data/spec/dummy/log/development.log +1726 -0
- data/spec/dummy/log/localtower.log +174 -0
- data/spec/dummy/log/test.log +429 -0
- metadata +6 -14
- data/spec/dummy/app/models/user.rb +0 -2
- data/spec/dummy/db/migrate/20241118233214_create_users.rb +0 -9
- data/spec/dummy/db/migrate/20241118233233_add_column_titme_for_user.rb +0 -6
- data/spec/dummy/tmp/pids/server.pid +0 -1
- /data/{public/javascripts → app/assets/javascripts/localtower}/application.js +0 -0
- /data/{public/stylesheets → app/assets/stylesheets/localtower}/application.css +0 -0
- /data/app/assets/stylesheets/{application.css → src/application.css} +0 -0
@@ -21583,3 +21583,1729 @@ Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 00:32:43 +0100
|
|
21583
21583
|
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 00:32:44 +0100
|
21584
21584
|
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 00:32:44 +0100
|
21585
21585
|
Started GET "/fonts/Circular/CircularStd-Medium.otf" for ::1 at 2024-11-19 00:32:44 +0100
|
21586
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
21587
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
21588
|
+
[1m[36mActiveRecord::InternalMetadata Load (1.6ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
21589
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
21590
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
21591
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
21592
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
21593
|
+
[1m[35m (25.4ms)[0m [1m[35mDROP DATABASE IF EXISTS "localtower_dummy"[0m
|
21594
|
+
[1m[35m (29.3ms)[0m [1m[35mDROP DATABASE IF EXISTS "localtower_dummy_test"[0m
|
21595
|
+
[1m[35m (36.5ms)[0m [1m[35mCREATE DATABASE "localtower_dummy" ENCODING = 'utf8'[0m
|
21596
|
+
[1m[35m (27.4ms)[0m [1m[35mCREATE DATABASE "localtower_dummy_test" ENCODING = 'utf8'[0m
|
21597
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
21598
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 19:52:20 +0100
|
21599
|
+
Processing by Localtower::PagesController#new_model as HTML
|
21600
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21601
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
21602
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 3.6ms | Allocations: 1564)
|
21603
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 17.8ms | Allocations: 20674)
|
21604
|
+
Completed 200 OK in 24ms (Views: 19.9ms | ActiveRecord: 0.0ms | Allocations: 25863)
|
21605
|
+
|
21606
|
+
|
21607
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 19:52:20 +0100
|
21608
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 19:52:20 +0100
|
21609
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 19:52:20 +0100
|
21610
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 19:52:20 +0100
|
21611
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 19:52:20 +0100
|
21612
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 19:52:20 +0100
|
21613
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 19:52:20 +0100
|
21614
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 19:52:20 +0100
|
21615
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 19:52:20 +0100
|
21616
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 19:52:21 +0100
|
21617
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
21618
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
21619
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21620
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
21621
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.2ms | Allocations: 216)
|
21622
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 0.7ms | Allocations: 767)
|
21623
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.5ms | Allocations: 2113)
|
21624
|
+
Completed 200 OK in 31ms (Views: 2.0ms | ActiveRecord: 5.6ms | Allocations: 8762)
|
21625
|
+
|
21626
|
+
|
21627
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 19:52:21 +0100
|
21628
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 19:52:21 +0100
|
21629
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 19:52:21 +0100
|
21630
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 19:52:21 +0100
|
21631
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 19:52:21 +0100
|
21632
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 19:52:21 +0100
|
21633
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 19:52:21 +0100
|
21634
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 19:52:21 +0100
|
21635
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 19:52:21 +0100
|
21636
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 19:52:21 +0100
|
21637
|
+
Started GET "/localtower/migrations" for ::1 at 2024-11-19 19:52:22 +0100
|
21638
|
+
Processing by Localtower::PagesController#migrations as HTML
|
21639
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
21640
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21641
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application
|
21642
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application (Duration: 1.1ms | Allocations: 644)
|
21643
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 4.3ms | Allocations: 1990)
|
21644
|
+
Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 1.3ms | Allocations: 3031)
|
21645
|
+
|
21646
|
+
|
21647
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 19:52:22 +0100
|
21648
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 19:52:22 +0100
|
21649
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 19:52:22 +0100
|
21650
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 19:52:22 +0100
|
21651
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 19:52:22 +0100
|
21652
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 19:52:22 +0100
|
21653
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 19:52:22 +0100
|
21654
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 19:52:22 +0100
|
21655
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 19:52:22 +0100
|
21656
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 19:52:23 +0100
|
21657
|
+
Processing by Localtower::PagesController#new_model as HTML
|
21658
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21659
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
21660
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.3ms | Allocations: 634)
|
21661
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 4.0ms | Allocations: 1910)
|
21662
|
+
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms | Allocations: 2762)
|
21663
|
+
|
21664
|
+
|
21665
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 19:52:23 +0100
|
21666
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 19:52:23 +0100
|
21667
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 19:52:23 +0100
|
21668
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 19:52:23 +0100
|
21669
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 19:52:23 +0100
|
21670
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 19:52:23 +0100
|
21671
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 19:52:23 +0100
|
21672
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 19:52:23 +0100
|
21673
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 19:52:23 +0100
|
21674
|
+
Started GET "/" for ::1 at 2024-11-19 23:34:41 +0100
|
21675
|
+
Processing by PagesController#home as HTML
|
21676
|
+
Rendering layout layouts/application.html.erb
|
21677
|
+
Rendering pages/home.html.erb within layouts/application
|
21678
|
+
Rendered pages/home.html.erb within layouts/application (Duration: 0.2ms | Allocations: 68)
|
21679
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 833)
|
21680
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms | Allocations: 1642)
|
21681
|
+
|
21682
|
+
|
21683
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:34:41 +0100
|
21684
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:34:41 +0100
|
21685
|
+
Started GET "/favicon.ico" for ::1 at 2024-11-19 23:34:41 +0100
|
21686
|
+
|
21687
|
+
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
|
21688
|
+
|
21689
|
+
Started GET "/localtower" for ::1 at 2024-11-19 23:34:46 +0100
|
21690
|
+
Redirected to http://localhost:3002/localtower/models/new
|
21691
|
+
Completed 301 Moved Permanently in 0ms
|
21692
|
+
|
21693
|
+
|
21694
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:34:46 +0100
|
21695
|
+
Processing by Localtower::PagesController#new_model as HTML
|
21696
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21697
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
21698
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.5ms | Allocations: 731)
|
21699
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.9ms | Allocations: 2011)
|
21700
|
+
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms | Allocations: 2860)
|
21701
|
+
|
21702
|
+
|
21703
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:34:46 +0100
|
21704
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:34:46 +0100
|
21705
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:34:46 +0100
|
21706
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:34:46 +0100
|
21707
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:34:46 +0100
|
21708
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:34:46 +0100
|
21709
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:34:46 +0100
|
21710
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:34:46 +0100
|
21711
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:34:46 +0100
|
21712
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:34:46 +0100
|
21713
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:34:48 +0100
|
21714
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
21715
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
21716
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21717
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
21718
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.5ms | Allocations: 209)
|
21719
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 2.4ms | Allocations: 726)
|
21720
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 4.7ms | Allocations: 2174)
|
21721
|
+
Completed 200 OK in 33ms (Views: 5.8ms | ActiveRecord: 10.0ms | Allocations: 6171)
|
21722
|
+
|
21723
|
+
|
21724
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:34:48 +0100
|
21725
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:34:48 +0100
|
21726
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:34:48 +0100
|
21727
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:34:48 +0100
|
21728
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:34:48 +0100
|
21729
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:34:48 +0100
|
21730
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:34:48 +0100
|
21731
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:34:48 +0100
|
21732
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:34:48 +0100
|
21733
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:34:48 +0100
|
21734
|
+
Started GET "/localtower/migrations" for ::1 at 2024-11-19 23:34:49 +0100
|
21735
|
+
Processing by Localtower::PagesController#migrations as HTML
|
21736
|
+
[1m[35m (1.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
21737
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21738
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application
|
21739
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application (Duration: 0.8ms | Allocations: 719)
|
21740
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.3ms | Allocations: 2065)
|
21741
|
+
Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 1.7ms | Allocations: 3100)
|
21742
|
+
|
21743
|
+
|
21744
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:34:49 +0100
|
21745
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:34:49 +0100
|
21746
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:34:49 +0100
|
21747
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:34:49 +0100
|
21748
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:34:49 +0100
|
21749
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:34:49 +0100
|
21750
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:34:49 +0100
|
21751
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:34:49 +0100
|
21752
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:34:49 +0100
|
21753
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:34:50 +0100
|
21754
|
+
Processing by Localtower::PagesController#new_model as HTML
|
21755
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21756
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
21757
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 731)
|
21758
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.9ms | Allocations: 2007)
|
21759
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms | Allocations: 2856)
|
21760
|
+
|
21761
|
+
|
21762
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:34:50 +0100
|
21763
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:34:50 +0100
|
21764
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:34:50 +0100
|
21765
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:34:50 +0100
|
21766
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:34:50 +0100
|
21767
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:34:50 +0100
|
21768
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:34:50 +0100
|
21769
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:34:50 +0100
|
21770
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:34:50 +0100
|
21771
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:34:51 +0100
|
21772
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
21773
|
+
[1m[35m (2.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
21774
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21775
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
21776
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.4ms | Allocations: 202)
|
21777
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 1.2ms | Allocations: 705)
|
21778
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.4ms | Allocations: 2147)
|
21779
|
+
Completed 200 OK in 9ms (Views: 4.4ms | ActiveRecord: 2.4ms | Allocations: 3407)
|
21780
|
+
|
21781
|
+
|
21782
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:34:51 +0100
|
21783
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:34:51 +0100
|
21784
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:34:51 +0100
|
21785
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:34:51 +0100
|
21786
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:34:51 +0100
|
21787
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:34:51 +0100
|
21788
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:34:51 +0100
|
21789
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:34:51 +0100
|
21790
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:34:51 +0100
|
21791
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:34:51 +0100
|
21792
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:34:53 +0100
|
21793
|
+
Processing by Localtower::PagesController#new_model as HTML
|
21794
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21795
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
21796
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.8ms | Allocations: 727)
|
21797
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 2.3ms | Allocations: 2003)
|
21798
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms | Allocations: 2852)
|
21799
|
+
|
21800
|
+
|
21801
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:34:53 +0100
|
21802
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:34:53 +0100
|
21803
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:34:53 +0100
|
21804
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:34:53 +0100
|
21805
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:34:53 +0100
|
21806
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:34:53 +0100
|
21807
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:34:53 +0100
|
21808
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:34:53 +0100
|
21809
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:34:53 +0100
|
21810
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:35:00 +0100
|
21811
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:35:00 +0100
|
21812
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:35:00 +0100
|
21813
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:35:00 +0100
|
21814
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:35:00 +0100
|
21815
|
+
|
21816
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
21817
|
+
|
21818
|
+
|
21819
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
21820
|
+
|
21821
|
+
|
21822
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
21823
|
+
|
21824
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:35:05 +0100
|
21825
|
+
Processing by Localtower::PagesController#new_model as HTML
|
21826
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21827
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
21828
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 738)
|
21829
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.5ms | Allocations: 2032)
|
21830
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms | Allocations: 2882)
|
21831
|
+
|
21832
|
+
|
21833
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:35:05 +0100
|
21834
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:35:05 +0100
|
21835
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:35:05 +0100
|
21836
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:35:05 +0100
|
21837
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:35:05 +0100
|
21838
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:35:05 +0100
|
21839
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:35:05 +0100
|
21840
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:35:05 +0100
|
21841
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:35:05 +0100
|
21842
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:35:05 +0100
|
21843
|
+
|
21844
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
21845
|
+
|
21846
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:35:05 +0100
|
21847
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:35:05 +0100
|
21848
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:35:05 +0100
|
21849
|
+
|
21850
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
21851
|
+
|
21852
|
+
|
21853
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
21854
|
+
|
21855
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:38:03 +0100
|
21856
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
21857
|
+
[1m[35m (4.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
21858
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21859
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
21860
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.6ms | Allocations: 215)
|
21861
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 1.6ms | Allocations: 732)
|
21862
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.7ms | Allocations: 1946)
|
21863
|
+
Completed 200 OK in 12ms (Views: 4.7ms | ActiveRecord: 4.5ms | Allocations: 3207)
|
21864
|
+
|
21865
|
+
|
21866
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:03 +0100
|
21867
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:03 +0100
|
21868
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:03 +0100
|
21869
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:03 +0100
|
21870
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:03 +0100
|
21871
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:03 +0100
|
21872
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:03 +0100
|
21873
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:03 +0100
|
21874
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:38:03 +0100
|
21875
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:04 +0100
|
21876
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:04 +0100
|
21877
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:38:05 +0100
|
21878
|
+
Processing by Localtower::PagesController#new_model as HTML
|
21879
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21880
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
21881
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.7ms | Allocations: 615)
|
21882
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.7ms | Allocations: 1891)
|
21883
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms | Allocations: 2740)
|
21884
|
+
|
21885
|
+
|
21886
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:06 +0100
|
21887
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:06 +0100
|
21888
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:06 +0100
|
21889
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:06 +0100
|
21890
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:06 +0100
|
21891
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:06 +0100
|
21892
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:06 +0100
|
21893
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:06 +0100
|
21894
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:06 +0100
|
21895
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:06 +0100
|
21896
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:38:06 +0100
|
21897
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
21898
|
+
[1m[35m (1.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
21899
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21900
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
21901
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.2ms | Allocations: 204)
|
21902
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 707)
|
21903
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.5ms | Allocations: 2035)
|
21904
|
+
Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 1.6ms | Allocations: 3297)
|
21905
|
+
|
21906
|
+
|
21907
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:07 +0100
|
21908
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:07 +0100
|
21909
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21910
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21911
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21912
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21913
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21914
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:07 +0100
|
21915
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:38:07 +0100
|
21916
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21917
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:07 +0100
|
21918
|
+
Started GET "/localtower/migrations" for ::1 at 2024-11-19 23:38:07 +0100
|
21919
|
+
Processing by Localtower::PagesController#migrations as HTML
|
21920
|
+
[1m[35m (1.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
21921
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21922
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application
|
21923
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application (Duration: 0.9ms | Allocations: 610)
|
21924
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 4.8ms | Allocations: 1958)
|
21925
|
+
Completed 200 OK in 9ms (Views: 5.9ms | ActiveRecord: 1.6ms | Allocations: 2994)
|
21926
|
+
|
21927
|
+
|
21928
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:07 +0100
|
21929
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:07 +0100
|
21930
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21931
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21932
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21933
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21934
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:07 +0100
|
21935
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:07 +0100
|
21936
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:08 +0100
|
21937
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:08 +0100
|
21938
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:38:08 +0100
|
21939
|
+
Processing by Localtower::PagesController#new_model as HTML
|
21940
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21941
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
21942
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 617)
|
21943
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.5ms | Allocations: 1893)
|
21944
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms | Allocations: 2743)
|
21945
|
+
|
21946
|
+
|
21947
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:08 +0100
|
21948
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:08 +0100
|
21949
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:08 +0100
|
21950
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:08 +0100
|
21951
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:08 +0100
|
21952
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:08 +0100
|
21953
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:08 +0100
|
21954
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:08 +0100
|
21955
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:08 +0100
|
21956
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:08 +0100
|
21957
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:38:09 +0100
|
21958
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
21959
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
21960
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21961
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
21962
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.5ms | Allocations: 204)
|
21963
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 0.9ms | Allocations: 707)
|
21964
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 2.1ms | Allocations: 2035)
|
21965
|
+
Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 1.2ms | Allocations: 3297)
|
21966
|
+
|
21967
|
+
|
21968
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:09 +0100
|
21969
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:09 +0100
|
21970
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:09 +0100
|
21971
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:09 +0100
|
21972
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:09 +0100
|
21973
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:09 +0100
|
21974
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:09 +0100
|
21975
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:09 +0100
|
21976
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:38:09 +0100
|
21977
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:09 +0100
|
21978
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:09 +0100
|
21979
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:38:10 +0100
|
21980
|
+
Processing by Localtower::PagesController#new_model as HTML
|
21981
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
21982
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
21983
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 615)
|
21984
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.6ms | Allocations: 1891)
|
21985
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms | Allocations: 2740)
|
21986
|
+
|
21987
|
+
|
21988
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:10 +0100
|
21989
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:10 +0100
|
21990
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:10 +0100
|
21991
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:10 +0100
|
21992
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:10 +0100
|
21993
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:10 +0100
|
21994
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:10 +0100
|
21995
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:10 +0100
|
21996
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:10 +0100
|
21997
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:10 +0100
|
21998
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:38:10 +0100
|
21999
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
22000
|
+
[1m[35m (3.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22001
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22002
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
22003
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.3ms | Allocations: 204)
|
22004
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 0.8ms | Allocations: 707)
|
22005
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.8ms | Allocations: 2035)
|
22006
|
+
Completed 200 OK in 9ms (Views: 2.3ms | ActiveRecord: 3.6ms | Allocations: 3295)
|
22007
|
+
|
22008
|
+
|
22009
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:10 +0100
|
22010
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:10 +0100
|
22011
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:10 +0100
|
22012
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:10 +0100
|
22013
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:10 +0100
|
22014
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:11 +0100
|
22015
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:11 +0100
|
22016
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:11 +0100
|
22017
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:38:11 +0100
|
22018
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:11 +0100
|
22019
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:11 +0100
|
22020
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:38:12 +0100
|
22021
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22022
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22023
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22024
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.7ms | Allocations: 624)
|
22025
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.7ms | Allocations: 1918)
|
22026
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms | Allocations: 2769)
|
22027
|
+
|
22028
|
+
|
22029
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:12 +0100
|
22030
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:12 +0100
|
22031
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:12 +0100
|
22032
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:12 +0100
|
22033
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:12 +0100
|
22034
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:12 +0100
|
22035
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:12 +0100
|
22036
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:12 +0100
|
22037
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:13 +0100
|
22038
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:13 +0100
|
22039
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:38:13 +0100
|
22040
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
22041
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22042
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22043
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
22044
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.3ms | Allocations: 209)
|
22045
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 1.0ms | Allocations: 728)
|
22046
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 2.2ms | Allocations: 2056)
|
22047
|
+
Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 1.5ms | Allocations: 3317)
|
22048
|
+
|
22049
|
+
|
22050
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:13 +0100
|
22051
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:13 +0100
|
22052
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:13 +0100
|
22053
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:13 +0100
|
22054
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:13 +0100
|
22055
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:13 +0100
|
22056
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:13 +0100
|
22057
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:13 +0100
|
22058
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:38:13 +0100
|
22059
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:13 +0100
|
22060
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:13 +0100
|
22061
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:38:14 +0100
|
22062
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22063
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22064
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22065
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.5ms | Allocations: 615)
|
22066
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.5ms | Allocations: 1891)
|
22067
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms | Allocations: 2740)
|
22068
|
+
|
22069
|
+
|
22070
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:14 +0100
|
22071
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:14 +0100
|
22072
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:14 +0100
|
22073
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:14 +0100
|
22074
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:14 +0100
|
22075
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:14 +0100
|
22076
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:14 +0100
|
22077
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:14 +0100
|
22078
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:14 +0100
|
22079
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:14 +0100
|
22080
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:38:15 +0100
|
22081
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
22082
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22083
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22084
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
22085
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.3ms | Allocations: 209)
|
22086
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 0.9ms | Allocations: 729)
|
22087
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.9ms | Allocations: 2079)
|
22088
|
+
Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 1.5ms | Allocations: 3341)
|
22089
|
+
|
22090
|
+
|
22091
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:15 +0100
|
22092
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:15 +0100
|
22093
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:15 +0100
|
22094
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:15 +0100
|
22095
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:15 +0100
|
22096
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:15 +0100
|
22097
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:15 +0100
|
22098
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:15 +0100
|
22099
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:38:15 +0100
|
22100
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:15 +0100
|
22101
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:15 +0100
|
22102
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:38:16 +0100
|
22103
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22104
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22105
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22106
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 619)
|
22107
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 2.0ms | Allocations: 1895)
|
22108
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms | Allocations: 2745)
|
22109
|
+
|
22110
|
+
|
22111
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:16 +0100
|
22112
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:16 +0100
|
22113
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:16 +0100
|
22114
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:16 +0100
|
22115
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:16 +0100
|
22116
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:16 +0100
|
22117
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:16 +0100
|
22118
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:16 +0100
|
22119
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:16 +0100
|
22120
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:16 +0100
|
22121
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:38:16 +0100
|
22122
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
22123
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22124
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22125
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
22126
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.3ms | Allocations: 209)
|
22127
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 729)
|
22128
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 2.6ms | Allocations: 2079)
|
22129
|
+
Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 1.2ms | Allocations: 3341)
|
22130
|
+
|
22131
|
+
|
22132
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:17 +0100
|
22133
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22134
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22135
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22136
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:17 +0100
|
22137
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22138
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22139
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:17 +0100
|
22140
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:38:17 +0100
|
22141
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22142
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:17 +0100
|
22143
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:38:17 +0100
|
22144
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22145
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22146
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22147
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 624)
|
22148
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.8ms | Allocations: 1918)
|
22149
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms | Allocations: 2769)
|
22150
|
+
|
22151
|
+
|
22152
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:17 +0100
|
22153
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22154
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22155
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:17 +0100
|
22156
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22157
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22158
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:17 +0100
|
22159
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:17 +0100
|
22160
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:18 +0100
|
22161
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:18 +0100
|
22162
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:38:18 +0100
|
22163
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
22164
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22165
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22166
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
22167
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.3ms | Allocations: 209)
|
22168
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 728)
|
22169
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.7ms | Allocations: 2056)
|
22170
|
+
Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 1.5ms | Allocations: 3317)
|
22171
|
+
|
22172
|
+
|
22173
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:18 +0100
|
22174
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:18 +0100
|
22175
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:18 +0100
|
22176
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:18 +0100
|
22177
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:18 +0100
|
22178
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:18 +0100
|
22179
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:18 +0100
|
22180
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:38:18 +0100
|
22181
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:18 +0100
|
22182
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:19 +0100
|
22183
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:19 +0100
|
22184
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:38:19 +0100
|
22185
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22186
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22187
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22188
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 615)
|
22189
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.7ms | Allocations: 1891)
|
22190
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms | Allocations: 2740)
|
22191
|
+
|
22192
|
+
|
22193
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:19 +0100
|
22194
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:19 +0100
|
22195
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:19 +0100
|
22196
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:19 +0100
|
22197
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:19 +0100
|
22198
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:19 +0100
|
22199
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:19 +0100
|
22200
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:19 +0100
|
22201
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:20 +0100
|
22202
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:20 +0100
|
22203
|
+
Started GET "/localtower/migrations" for ::1 at 2024-11-19 23:38:20 +0100
|
22204
|
+
Processing by Localtower::PagesController#migrations as HTML
|
22205
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22206
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22207
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application
|
22208
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application (Duration: 0.4ms | Allocations: 610)
|
22209
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.8ms | Allocations: 1956)
|
22210
|
+
Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 1.2ms | Allocations: 2992)
|
22211
|
+
|
22212
|
+
|
22213
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:20 +0100
|
22214
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:20 +0100
|
22215
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:20 +0100
|
22216
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:20 +0100
|
22217
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:20 +0100
|
22218
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:20 +0100
|
22219
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:20 +0100
|
22220
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:20 +0100
|
22221
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:20 +0100
|
22222
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:20 +0100
|
22223
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:38:21 +0100
|
22224
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
22225
|
+
[1m[35m (2.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22226
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22227
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
22228
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.3ms | Allocations: 204)
|
22229
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 707)
|
22230
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.7ms | Allocations: 2035)
|
22231
|
+
Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 2.0ms | Allocations: 3295)
|
22232
|
+
|
22233
|
+
|
22234
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:21 +0100
|
22235
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:21 +0100
|
22236
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:21 +0100
|
22237
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:21 +0100
|
22238
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:21 +0100
|
22239
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:21 +0100
|
22240
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:21 +0100
|
22241
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:38:21 +0100
|
22242
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:21 +0100
|
22243
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:22 +0100
|
22244
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:22 +0100
|
22245
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:38:22 +0100
|
22246
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22247
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22248
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22249
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.6ms | Allocations: 615)
|
22250
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.8ms | Allocations: 1891)
|
22251
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms | Allocations: 2740)
|
22252
|
+
|
22253
|
+
|
22254
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:38:22 +0100
|
22255
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:38:22 +0100
|
22256
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:38:22 +0100
|
22257
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:38:22 +0100
|
22258
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:38:22 +0100
|
22259
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:38:22 +0100
|
22260
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:38:22 +0100
|
22261
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:38:22 +0100
|
22262
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:38:22 +0100
|
22263
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:38:22 +0100
|
22264
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22265
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22266
|
+
Started GET "/" for ::1 at 2024-11-19 23:46:48 +0100
|
22267
|
+
Processing by PagesController#home as HTML
|
22268
|
+
Rendering layout layouts/application.html.erb
|
22269
|
+
Rendering pages/home.html.erb within layouts/application
|
22270
|
+
Rendered pages/home.html.erb within layouts/application (Duration: 0.1ms | Allocations: 150)
|
22271
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | Allocations: 1086)
|
22272
|
+
Completed 200 OK in 10ms (Views: 4.9ms | ActiveRecord: 0.0ms | Allocations: 6244)
|
22273
|
+
|
22274
|
+
|
22275
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:46:48 +0100
|
22276
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:46:48 +0100
|
22277
|
+
Started GET "/favicon.ico" for ::1 at 2024-11-19 23:46:48 +0100
|
22278
|
+
|
22279
|
+
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
|
22280
|
+
|
22281
|
+
Started GET "/localtower" for ::1 at 2024-11-19 23:46:55 +0100
|
22282
|
+
Redirected to http://localhost:3002/localtower/models/new
|
22283
|
+
Completed 301 Moved Permanently in 0ms
|
22284
|
+
|
22285
|
+
|
22286
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:46:55 +0100
|
22287
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22288
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22289
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22290
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.9ms | Allocations: 790)
|
22291
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 14.7ms | Allocations: 19834)
|
22292
|
+
Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms | Allocations: 20688)
|
22293
|
+
|
22294
|
+
|
22295
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:46:55 +0100
|
22296
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:46:55 +0100
|
22297
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:46:55 +0100
|
22298
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:46:55 +0100
|
22299
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:46:55 +0100
|
22300
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:46:55 +0100
|
22301
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:46:55 +0100
|
22302
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:46:55 +0100
|
22303
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:46:55 +0100
|
22304
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:46:55 +0100
|
22305
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:46:56 +0100
|
22306
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
22307
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22308
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22309
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
22310
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.2ms | Allocations: 209)
|
22311
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 1.3ms | Allocations: 739)
|
22312
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 2.2ms | Allocations: 2163)
|
22313
|
+
Completed 200 OK in 40ms (Views: 3.1ms | ActiveRecord: 11.9ms | Allocations: 9029)
|
22314
|
+
|
22315
|
+
|
22316
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:46:56 +0100
|
22317
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:46:56 +0100
|
22318
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:46:56 +0100
|
22319
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:46:56 +0100
|
22320
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:46:56 +0100
|
22321
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:46:56 +0100
|
22322
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:46:56 +0100
|
22323
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:46:56 +0100
|
22324
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:46:56 +0100
|
22325
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:46:57 +0100
|
22326
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:46:57 +0100
|
22327
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22328
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22329
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22330
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.4ms | Allocations: 708)
|
22331
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.9ms | Allocations: 1991)
|
22332
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms | Allocations: 2840)
|
22333
|
+
|
22334
|
+
|
22335
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:46:57 +0100
|
22336
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:46:57 +0100
|
22337
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:46:57 +0100
|
22338
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:46:57 +0100
|
22339
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:46:57 +0100
|
22340
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:46:57 +0100
|
22341
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:46:57 +0100
|
22342
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:46:57 +0100
|
22343
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:46:57 +0100
|
22344
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:47:00 +0100
|
22345
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:47:00 +0100
|
22346
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:47:00 +0100
|
22347
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:47:00 +0100
|
22348
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:47:00 +0100
|
22349
|
+
|
22350
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22351
|
+
|
22352
|
+
|
22353
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22354
|
+
|
22355
|
+
|
22356
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22357
|
+
|
22358
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:47:07 +0100
|
22359
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22360
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22361
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22362
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.2ms | Allocations: 717)
|
22363
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.5ms | Allocations: 2018)
|
22364
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms | Allocations: 2868)
|
22365
|
+
|
22366
|
+
|
22367
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:47:07 +0100
|
22368
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:47:07 +0100
|
22369
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:47:07 +0100
|
22370
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:47:07 +0100
|
22371
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:47:07 +0100
|
22372
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:47:07 +0100
|
22373
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:47:07 +0100
|
22374
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:47:07 +0100
|
22375
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:47:07 +0100
|
22376
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:47:07 +0100
|
22377
|
+
|
22378
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22379
|
+
|
22380
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:47:07 +0100
|
22381
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:47:07 +0100
|
22382
|
+
|
22383
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22384
|
+
|
22385
|
+
|
22386
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22387
|
+
|
22388
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:47:07 +0100
|
22389
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22390
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:49:48 +0100
|
22391
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22392
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22393
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22394
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 3.4ms | Allocations: 1645)
|
22395
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 19.9ms | Allocations: 20802)
|
22396
|
+
Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.0ms | Allocations: 26014)
|
22397
|
+
|
22398
|
+
|
22399
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:49:48 +0100
|
22400
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:49:48 +0100
|
22401
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:49:48 +0100
|
22402
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:49:48 +0100
|
22403
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:49:48 +0100
|
22404
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:49:48 +0100
|
22405
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:49:48 +0100
|
22406
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:49:48 +0100
|
22407
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:49:48 +0100
|
22408
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:49:48 +0100
|
22409
|
+
|
22410
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22411
|
+
|
22412
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:49:48 +0100
|
22413
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:49:48 +0100
|
22414
|
+
|
22415
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22416
|
+
|
22417
|
+
|
22418
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22419
|
+
|
22420
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:49:48 +0100
|
22421
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:49:49 +0100
|
22422
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22423
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22424
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22425
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.1ms | Allocations: 713)
|
22426
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.6ms | Allocations: 2017)
|
22427
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms | Allocations: 2866)
|
22428
|
+
|
22429
|
+
|
22430
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:49:49 +0100
|
22431
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:49:49 +0100
|
22432
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:49:49 +0100
|
22433
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:49:49 +0100
|
22434
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:49:49 +0100
|
22435
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:49:49 +0100
|
22436
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:49:49 +0100
|
22437
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:49:49 +0100
|
22438
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:49:49 +0100
|
22439
|
+
|
22440
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22441
|
+
|
22442
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:49:49 +0100
|
22443
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:49:49 +0100
|
22444
|
+
|
22445
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22446
|
+
|
22447
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:49:49 +0100
|
22448
|
+
|
22449
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22450
|
+
|
22451
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:49:50 +0100
|
22452
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22453
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:52:20 +0100
|
22454
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22455
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22456
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22457
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 4.4ms | Allocations: 1645)
|
22458
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 19.0ms | Allocations: 20765)
|
22459
|
+
Completed 200 OK in 26ms (Views: 21.6ms | ActiveRecord: 0.0ms | Allocations: 25970)
|
22460
|
+
|
22461
|
+
|
22462
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:52:20 +0100
|
22463
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:52:20 +0100
|
22464
|
+
Started GET "/localtower/stylesheets/application.css" for ::1 at 2024-11-19 23:52:20 +0100
|
22465
|
+
|
22466
|
+
ActionController::RoutingError (No route matches [GET] "/localtower/stylesheets/application.css"):
|
22467
|
+
|
22468
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:52:20 +0100
|
22469
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:52:20 +0100
|
22470
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:52:20 +0100
|
22471
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:52:20 +0100
|
22472
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:52:20 +0100
|
22473
|
+
|
22474
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22475
|
+
|
22476
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:52:20 +0100
|
22477
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:52:20 +0100
|
22478
|
+
|
22479
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22480
|
+
|
22481
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:52:20 +0100
|
22482
|
+
|
22483
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22484
|
+
|
22485
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:52:20 +0100
|
22486
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:52:22 +0100
|
22487
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22488
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22489
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22490
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.1ms | Allocations: 715)
|
22491
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.0ms | Allocations: 1988)
|
22492
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms | Allocations: 2842)
|
22493
|
+
|
22494
|
+
|
22495
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:52:22 +0100
|
22496
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:52:22 +0100
|
22497
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:52:22 +0100
|
22498
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:52:22 +0100
|
22499
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:52:22 +0100
|
22500
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:52:22 +0100
|
22501
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:52:22 +0100
|
22502
|
+
Started GET "/localtower/stylesheets/application.css" for ::1 at 2024-11-19 23:52:22 +0100
|
22503
|
+
|
22504
|
+
ActionController::RoutingError (No route matches [GET] "/localtower/stylesheets/application.css"):
|
22505
|
+
|
22506
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:52:22 +0100
|
22507
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:52:22 +0100
|
22508
|
+
|
22509
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22510
|
+
|
22511
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:52:22 +0100
|
22512
|
+
|
22513
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22514
|
+
|
22515
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:52:22 +0100
|
22516
|
+
|
22517
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22518
|
+
|
22519
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:53:42 +0100
|
22520
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22521
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22522
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22523
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.3ms | Allocations: 715)
|
22524
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 2.6ms | Allocations: 1985)
|
22525
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms | Allocations: 2836)
|
22526
|
+
|
22527
|
+
|
22528
|
+
Started GET "/localtower/stylesheets/application.css" for ::1 at 2024-11-19 23:53:42 +0100
|
22529
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:53:42 +0100
|
22530
|
+
|
22531
|
+
ActionController::RoutingError (No route matches [GET] "/localtower/stylesheets/application.css"):
|
22532
|
+
|
22533
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:53:42 +0100
|
22534
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:53:42 +0100
|
22535
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:53:42 +0100
|
22536
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:53:42 +0100
|
22537
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:53:42 +0100
|
22538
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:53:42 +0100
|
22539
|
+
Started GET "/favicon.ico" for ::1 at 2024-11-19 23:53:44 +0100
|
22540
|
+
|
22541
|
+
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
|
22542
|
+
|
22543
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22544
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:54:39 +0100
|
22545
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22546
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22547
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22548
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 3.1ms | Allocations: 1645)
|
22549
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 16.4ms | Allocations: 20765)
|
22550
|
+
Completed 200 OK in 22ms (Views: 18.3ms | ActiveRecord: 0.0ms | Allocations: 25970)
|
22551
|
+
|
22552
|
+
|
22553
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:54:41 +0100
|
22554
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22555
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22556
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22557
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.5ms | Allocations: 684)
|
22558
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.4ms | Allocations: 1935)
|
22559
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms | Allocations: 2786)
|
22560
|
+
|
22561
|
+
|
22562
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:54:41 +0100
|
22563
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:54:41 +0100
|
22564
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:54:41 +0100
|
22565
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:54:41 +0100
|
22566
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:54:41 +0100
|
22567
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:54:41 +0100
|
22568
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:54:41 +0100
|
22569
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:54:41 +0100
|
22570
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:54:42 +0100
|
22571
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:54:42 +0100
|
22572
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:54:48 +0100
|
22573
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:54:48 +0100
|
22574
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:54:48 +0100
|
22575
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:54:48 +0100
|
22576
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:54:48 +0100
|
22577
|
+
|
22578
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22579
|
+
|
22580
|
+
|
22581
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22582
|
+
|
22583
|
+
|
22584
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22585
|
+
|
22586
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:54:53 +0100
|
22587
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22588
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22589
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22590
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.9ms | Allocations: 724)
|
22591
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.2ms | Allocations: 1997)
|
22592
|
+
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms | Allocations: 2845)
|
22593
|
+
|
22594
|
+
|
22595
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:54:53 +0100
|
22596
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:54:53 +0100
|
22597
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:54:53 +0100
|
22598
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:54:53 +0100
|
22599
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:54:53 +0100
|
22600
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:54:53 +0100
|
22601
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:54:53 +0100
|
22602
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:54:53 +0100
|
22603
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:54:53 +0100
|
22604
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:54:53 +0100
|
22605
|
+
|
22606
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22607
|
+
|
22608
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:54:53 +0100
|
22609
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:54:53 +0100
|
22610
|
+
|
22611
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22612
|
+
|
22613
|
+
|
22614
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22615
|
+
|
22616
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:54:53 +0100
|
22617
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22618
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:55:42 +0100
|
22619
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22620
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22621
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22622
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 7.5ms | Allocations: 1645)
|
22623
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 38.7ms | Allocations: 20685)
|
22624
|
+
Completed 200 OK in 50ms (Views: 43.1ms | ActiveRecord: 0.0ms | Allocations: 25890)
|
22625
|
+
|
22626
|
+
|
22627
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:55:42 +0100
|
22628
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:55:42 +0100
|
22629
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:55:42 +0100
|
22630
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:55:42 +0100
|
22631
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:55:42 +0100
|
22632
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:55:42 +0100
|
22633
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:55:42 +0100
|
22634
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:55:42 +0100
|
22635
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:55:42 +0100
|
22636
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:55:42 +0100
|
22637
|
+
|
22638
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22639
|
+
|
22640
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:55:42 +0100
|
22641
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:55:42 +0100
|
22642
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:55:42 +0100
|
22643
|
+
|
22644
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22645
|
+
|
22646
|
+
|
22647
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22648
|
+
|
22649
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:55:44 +0100
|
22650
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22651
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22652
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22653
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.5ms | Allocations: 715)
|
22654
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.2ms | Allocations: 1932)
|
22655
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms | Allocations: 2781)
|
22656
|
+
|
22657
|
+
|
22658
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:55:44 +0100
|
22659
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:55:44 +0100
|
22660
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:55:44 +0100
|
22661
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:55:44 +0100
|
22662
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:55:44 +0100
|
22663
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:55:44 +0100
|
22664
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:55:44 +0100
|
22665
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:55:44 +0100
|
22666
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:55:44 +0100
|
22667
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:55:44 +0100
|
22668
|
+
|
22669
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22670
|
+
|
22671
|
+
|
22672
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22673
|
+
|
22674
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:55:44 +0100
|
22675
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:55:44 +0100
|
22676
|
+
|
22677
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22678
|
+
|
22679
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-19 23:55:45 +0100
|
22680
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-19 23:55:49 +0100
|
22681
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
22682
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22683
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22684
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
22685
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.4ms | Allocations: 215)
|
22686
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 1.6ms | Allocations: 744)
|
22687
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.8ms | Allocations: 2097)
|
22688
|
+
Completed 200 OK in 104ms (Views: 5.3ms | ActiveRecord: 14.5ms | Allocations: 8966)
|
22689
|
+
|
22690
|
+
|
22691
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:55:49 +0100
|
22692
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:55:49 +0100
|
22693
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:55:49 +0100
|
22694
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:55:49 +0100
|
22695
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:55:49 +0100
|
22696
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:55:49 +0100
|
22697
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:55:49 +0100
|
22698
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:55:49 +0100
|
22699
|
+
Started GET "/fonts/Circular/CircularStd-Bold.otf" for ::1 at 2024-11-19 23:55:49 +0100
|
22700
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:55:49 +0100
|
22701
|
+
|
22702
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22703
|
+
|
22704
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:55:49 +0100
|
22705
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:55:49 +0100
|
22706
|
+
|
22707
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22708
|
+
|
22709
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:55:49 +0100
|
22710
|
+
|
22711
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22712
|
+
|
22713
|
+
Started GET "/localtower/migrations" for ::1 at 2024-11-19 23:55:53 +0100
|
22714
|
+
Processing by Localtower::PagesController#migrations as HTML
|
22715
|
+
[1m[35m (2.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
22716
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22717
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application
|
22718
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/migrations.html.erb within layouts/localtower/application (Duration: 0.9ms | Allocations: 717)
|
22719
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.6ms | Allocations: 2007)
|
22720
|
+
Completed 200 OK in 11ms (Views: 5.0ms | ActiveRecord: 2.6ms | Allocations: 3043)
|
22721
|
+
|
22722
|
+
|
22723
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:55:53 +0100
|
22724
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:55:53 +0100
|
22725
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:55:53 +0100
|
22726
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:55:53 +0100
|
22727
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:55:53 +0100
|
22728
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:55:53 +0100
|
22729
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:55:53 +0100
|
22730
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:55:53 +0100
|
22731
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:55:53 +0100
|
22732
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:55:53 +0100
|
22733
|
+
|
22734
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22735
|
+
|
22736
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:55:53 +0100
|
22737
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:55:53 +0100
|
22738
|
+
|
22739
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22740
|
+
|
22741
|
+
|
22742
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22743
|
+
|
22744
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-19 23:55:55 +0100
|
22745
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22746
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22747
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22748
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 0.5ms | Allocations: 713)
|
22749
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.2ms | Allocations: 1927)
|
22750
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms | Allocations: 2777)
|
22751
|
+
|
22752
|
+
|
22753
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-19 23:55:55 +0100
|
22754
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-19 23:55:55 +0100
|
22755
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-19 23:55:55 +0100
|
22756
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-19 23:55:55 +0100
|
22757
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-19 23:55:55 +0100
|
22758
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-19 23:55:55 +0100
|
22759
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-19 23:55:55 +0100
|
22760
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-19 23:55:55 +0100
|
22761
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-19 23:55:55 +0100
|
22762
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-19 23:55:55 +0100
|
22763
|
+
|
22764
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22765
|
+
|
22766
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-19 23:55:55 +0100
|
22767
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-19 23:55:55 +0100
|
22768
|
+
|
22769
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22770
|
+
|
22771
|
+
|
22772
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22773
|
+
|
22774
|
+
Started GET "/localtower/com/favicon-64.png" for ::1 at 2024-11-19 23:57:00 +0100
|
22775
|
+
|
22776
|
+
ActionController::RoutingError (No route matches [GET] "/localtower/com/favicon-64.png"):
|
22777
|
+
|
22778
|
+
Started GET "/favicon.ico" for ::1 at 2024-11-19 23:57:00 +0100
|
22779
|
+
|
22780
|
+
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
|
22781
|
+
|
22782
|
+
Started GET "/localtower/assets/com/favicon-64.png" for ::1 at 2024-11-19 23:57:17 +0100
|
22783
|
+
|
22784
|
+
ActionController::RoutingError (No route matches [GET] "/localtower/assets/com/favicon-64.png"):
|
22785
|
+
|
22786
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22787
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22788
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 00:04:05 +0100
|
22789
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22790
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22791
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22792
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 3.2ms | Allocations: 1663)
|
22793
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 16.7ms | Allocations: 20746)
|
22794
|
+
Completed 200 OK in 25ms (Views: 18.6ms | ActiveRecord: 0.0ms | Allocations: 25951)
|
22795
|
+
|
22796
|
+
|
22797
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:04:05 +0100
|
22798
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-20 00:04:05 +0100
|
22799
|
+
Started GET "/application.css" for ::1 at 2024-11-20 00:04:05 +0100
|
22800
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 00:04:05 +0100
|
22801
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 00:04:05 +0100
|
22802
|
+
|
22803
|
+
ActionController::RoutingError (No route matches [GET] "/application.css"):
|
22804
|
+
|
22805
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 00:04:05 +0100
|
22806
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 00:04:05 +0100
|
22807
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 00:04:05 +0100
|
22808
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-20 00:04:05 +0100
|
22809
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 00:04:05 +0100
|
22810
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 00:04:05 +0100
|
22811
|
+
|
22812
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22813
|
+
|
22814
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 00:04:05 +0100
|
22815
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 00:04:05 +0100
|
22816
|
+
|
22817
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22818
|
+
|
22819
|
+
|
22820
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22821
|
+
|
22822
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 00:04:06 +0100
|
22823
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 00:04:07 +0100
|
22824
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22825
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22826
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22827
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.0ms | Allocations: 733)
|
22828
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.5ms | Allocations: 1981)
|
22829
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms | Allocations: 2827)
|
22830
|
+
|
22831
|
+
|
22832
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 00:04:07 +0100
|
22833
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 00:04:07 +0100
|
22834
|
+
Started GET "/application.css" for ::1 at 2024-11-20 00:04:07 +0100
|
22835
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:04:07 +0100
|
22836
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 00:04:07 +0100
|
22837
|
+
|
22838
|
+
ActionController::RoutingError (No route matches [GET] "/application.css"):
|
22839
|
+
|
22840
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 00:04:07 +0100
|
22841
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 00:04:07 +0100
|
22842
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 00:04:07 +0100
|
22843
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-20 00:04:07 +0100
|
22844
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 00:04:07 +0100
|
22845
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-20 00:04:07 +0100
|
22846
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 00:04:07 +0100
|
22847
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 00:04:07 +0100
|
22848
|
+
|
22849
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22850
|
+
|
22851
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 00:04:07 +0100
|
22852
|
+
|
22853
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22854
|
+
|
22855
|
+
|
22856
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22857
|
+
|
22858
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 00:05:05 +0100
|
22859
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22860
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22861
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22862
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 2.9ms | Allocations: 728)
|
22863
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 4.9ms | Allocations: 1925)
|
22864
|
+
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms | Allocations: 2768)
|
22865
|
+
|
22866
|
+
|
22867
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-20 00:05:06 +0100
|
22868
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 00:05:06 +0100
|
22869
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 00:05:06 +0100
|
22870
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 00:05:06 +0100
|
22871
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:05:06 +0100
|
22872
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 00:05:06 +0100
|
22873
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 00:05:06 +0100
|
22874
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-20 00:05:06 +0100
|
22875
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 00:05:06 +0100
|
22876
|
+
|
22877
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22878
|
+
|
22879
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 00:05:06 +0100
|
22880
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 00:05:06 +0100
|
22881
|
+
|
22882
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22883
|
+
|
22884
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 00:05:06 +0100
|
22885
|
+
|
22886
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22887
|
+
|
22888
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 00:05:06 +0100
|
22889
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22890
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 00:07:28 +0100
|
22891
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22892
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22893
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22894
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 3.1ms | Allocations: 1663)
|
22895
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 20.7ms | Allocations: 20823)
|
22896
|
+
Completed 200 OK in 26ms (Views: 22.4ms | ActiveRecord: 0.0ms | Allocations: 26028)
|
22897
|
+
|
22898
|
+
|
22899
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:07:28 +0100
|
22900
|
+
Started GET "/stylesheets/localtower/application.css" for ::1 at 2024-11-20 00:07:28 +0100
|
22901
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 00:07:28 +0100
|
22902
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 00:07:28 +0100
|
22903
|
+
|
22904
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/localtower/application.css"):
|
22905
|
+
|
22906
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 00:07:28 +0100
|
22907
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 00:07:28 +0100
|
22908
|
+
Started GET "/javascripts/localtower/application.js" for ::1 at 2024-11-20 00:07:28 +0100
|
22909
|
+
|
22910
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/localtower/application.js"):
|
22911
|
+
|
22912
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 00:07:28 +0100
|
22913
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 00:07:28 +0100
|
22914
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 00:07:28 +0100
|
22915
|
+
|
22916
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22917
|
+
|
22918
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 00:07:28 +0100
|
22919
|
+
|
22920
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22921
|
+
|
22922
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
22923
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 00:08:19 +0100
|
22924
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22925
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22926
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22927
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 3.0ms | Allocations: 1663)
|
22928
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 16.1ms | Allocations: 20818)
|
22929
|
+
Completed 200 OK in 22ms (Views: 17.9ms | ActiveRecord: 0.0ms | Allocations: 26023)
|
22930
|
+
|
22931
|
+
|
22932
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:08:19 +0100
|
22933
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-20 00:08:19 +0100
|
22934
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 00:08:19 +0100
|
22935
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 00:08:19 +0100
|
22936
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 00:08:19 +0100
|
22937
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 00:08:19 +0100
|
22938
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-20 00:08:19 +0100
|
22939
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 00:08:19 +0100
|
22940
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 00:08:20 +0100
|
22941
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 00:08:20 +0100
|
22942
|
+
|
22943
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22944
|
+
|
22945
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 00:08:20 +0100
|
22946
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 00:08:20 +0100
|
22947
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 00:08:20 +0100
|
22948
|
+
|
22949
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22950
|
+
|
22951
|
+
|
22952
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22953
|
+
|
22954
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 00:08:21 +0100
|
22955
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22956
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22957
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22958
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.0ms | Allocations: 731)
|
22959
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 3.3ms | Allocations: 2035)
|
22960
|
+
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms | Allocations: 2886)
|
22961
|
+
|
22962
|
+
|
22963
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 00:08:21 +0100
|
22964
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-20 00:08:21 +0100
|
22965
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 00:08:21 +0100
|
22966
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 00:08:21 +0100
|
22967
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:08:21 +0100
|
22968
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-20 00:08:21 +0100
|
22969
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 00:08:21 +0100
|
22970
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 00:08:21 +0100
|
22971
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 00:08:21 +0100
|
22972
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 00:08:21 +0100
|
22973
|
+
|
22974
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
22975
|
+
|
22976
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 00:08:21 +0100
|
22977
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 00:08:21 +0100
|
22978
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 00:08:21 +0100
|
22979
|
+
|
22980
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
22981
|
+
|
22982
|
+
|
22983
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
22984
|
+
|
22985
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 00:09:45 +0100
|
22986
|
+
Processing by Localtower::PagesController#new_model as HTML
|
22987
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
22988
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
22989
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.5ms | Allocations: 731)
|
22990
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 4.2ms | Allocations: 2032)
|
22991
|
+
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms | Allocations: 2879)
|
22992
|
+
|
22993
|
+
|
22994
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:09:45 +0100
|
22995
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-20 00:09:45 +0100
|
22996
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 00:09:45 +0100
|
22997
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 00:09:45 +0100
|
22998
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 00:09:45 +0100
|
22999
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 00:09:45 +0100
|
23000
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 00:09:45 +0100
|
23001
|
+
Started GET "/fonts/Circular/CircularStd-Book.otf" for ::1 at 2024-11-20 00:09:45 +0100
|
23002
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 00:09:46 +0100
|
23003
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 00:09:46 +0100
|
23004
|
+
|
23005
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
23006
|
+
|
23007
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 00:09:46 +0100
|
23008
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 00:09:46 +0100
|
23009
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 00:09:46 +0100
|
23010
|
+
|
23011
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
23012
|
+
|
23013
|
+
|
23014
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
23015
|
+
|
23016
|
+
Started GET "/localtower/robots.txt" for ::1 at 2024-11-20 00:10:04 +0100
|
23017
|
+
|
23018
|
+
ActionController::RoutingError (No route matches [GET] "/localtower/robots.txt"):
|
23019
|
+
|
23020
|
+
Started GET "/favicon.ico" for ::1 at 2024-11-20 00:10:04 +0100
|
23021
|
+
|
23022
|
+
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
|
23023
|
+
|
23024
|
+
Started GET "/localtower/robots.txt" for ::1 at 2024-11-20 00:10:14 +0100
|
23025
|
+
|
23026
|
+
ActionController::RoutingError (No route matches [GET] "/localtower/robots.txt"):
|
23027
|
+
|
23028
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
23029
|
+
Started GET "/localtower/robots.txt" for ::1 at 2024-11-20 00:10:39 +0100
|
23030
|
+
|
23031
|
+
ActionController::RoutingError (No route matches [GET] "/localtower/robots.txt"):
|
23032
|
+
|
23033
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:10:43 +0100
|
23034
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-20 00:10:43 +0100
|
23035
|
+
|
23036
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/monokai-sublime.css"):
|
23037
|
+
|
23038
|
+
|
23039
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
23040
|
+
|
23041
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 00:10:43 +0100
|
23042
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 00:10:43 +0100
|
23043
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 00:10:43 +0100
|
23044
|
+
|
23045
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
23046
|
+
|
23047
|
+
|
23048
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
23049
|
+
|
23050
|
+
|
23051
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
23052
|
+
|
23053
|
+
Started GET "/localtower/migrations/new" for ::1 at 2024-11-20 00:10:43 +0100
|
23054
|
+
Processing by Localtower::PagesController#new_migration as HTML
|
23055
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
23056
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
23057
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application
|
23058
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/_alert_no_models.html.erb (Duration: 0.2ms | Allocations: 308)
|
23059
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_migration.html.erb within layouts/localtower/application (Duration: 0.7ms | Allocations: 848)
|
23060
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 1.6ms | Allocations: 2455)
|
23061
|
+
Completed 200 OK in 143ms (Views: 2.2ms | ActiveRecord: 14.0ms | Allocations: 27222)
|
23062
|
+
|
23063
|
+
|
23064
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:10:44 +0100
|
23065
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 00:10:44 +0100
|
23066
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 00:10:44 +0100
|
23067
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 00:10:44 +0100
|
23068
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-20 00:10:44 +0100
|
23069
|
+
|
23070
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/monokai-sublime.css"):
|
23071
|
+
|
23072
|
+
|
23073
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js"):
|
23074
|
+
|
23075
|
+
|
23076
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/highlight.min.js"):
|
23077
|
+
|
23078
|
+
|
23079
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/jquery-3.7.1.min.js"):
|
23080
|
+
|
23081
|
+
|
23082
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
23083
|
+
|
23084
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 00:10:44 +0100
|
23085
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 00:10:44 +0100
|
23086
|
+
|
23087
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/rails-ujs.min.js"):
|
23088
|
+
|
23089
|
+
|
23090
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
23091
|
+
|
23092
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 00:10:44 +0100
|
23093
|
+
|
23094
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/masonry.pkgd.min.js"):
|
23095
|
+
|
23096
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 00:10:45 +0100
|
23097
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 00:10:45 +0100
|
23098
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 00:10:45 +0100
|
23099
|
+
|
23100
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
23101
|
+
|
23102
|
+
|
23103
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
23104
|
+
|
23105
|
+
|
23106
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
23107
|
+
|
23108
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 00:10:45 +0100
|
23109
|
+
Processing by Localtower::PagesController#new_model as HTML
|
23110
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
23111
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
23112
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.6ms | Allocations: 748)
|
23113
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 4.0ms | Allocations: 2031)
|
23114
|
+
Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms | Allocations: 2875)
|
23115
|
+
|
23116
|
+
|
23117
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 00:10:46 +0100
|
23118
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 00:10:46 +0100
|
23119
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 00:10:46 +0100
|
23120
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 00:10:46 +0100
|
23121
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 00:10:46 +0100
|
23122
|
+
|
23123
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/monokai-sublime.css"):
|
23124
|
+
|
23125
|
+
|
23126
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/jquery-3.7.1.min.js"):
|
23127
|
+
|
23128
|
+
|
23129
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js"):
|
23130
|
+
|
23131
|
+
|
23132
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/masonry.pkgd.min.js"):
|
23133
|
+
|
23134
|
+
|
23135
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/highlight.min.js"):
|
23136
|
+
|
23137
|
+
Started GET "/stylesheets/application.css" for ::1 at 2024-11-20 00:10:46 +0100
|
23138
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 00:10:46 +0100
|
23139
|
+
|
23140
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
23141
|
+
|
23142
|
+
|
23143
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
23144
|
+
|
23145
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 00:10:46 +0100
|
23146
|
+
|
23147
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/rails-ujs.min.js"):
|
23148
|
+
|
23149
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 00:10:46 +0100
|
23150
|
+
|
23151
|
+
ActionController::RoutingError (No route matches [GET] "/com/favicon-64.png"):
|
23152
|
+
|
23153
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
23154
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
23155
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 10:09:59 +0100
|
23156
|
+
Processing by Localtower::PagesController#new_model as HTML
|
23157
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
23158
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
23159
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 3.7ms | Allocations: 1663)
|
23160
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 17.8ms | Allocations: 20835)
|
23161
|
+
Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.0ms | Allocations: 26040)
|
23162
|
+
|
23163
|
+
|
23164
|
+
Started GET "/stylesheets/localtower/application.css" for ::1 at 2024-11-20 10:09:59 +0100
|
23165
|
+
|
23166
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/localtower/application.css"):
|
23167
|
+
|
23168
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 10:09:59 +0100
|
23169
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 10:09:59 +0100
|
23170
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 10:09:59 +0100
|
23171
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 10:09:59 +0100
|
23172
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 10:09:59 +0100
|
23173
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 10:09:59 +0100
|
23174
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 10:09:59 +0100
|
23175
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 10:09:59 +0100
|
23176
|
+
|
23177
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
23178
|
+
|
23179
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 10:09:59 +0100
|
23180
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 10:09:59 +0100
|
23181
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 10:09:59 +0100
|
23182
|
+
|
23183
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
23184
|
+
|
23185
|
+
|
23186
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
23187
|
+
|
23188
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 10:10:49 +0100
|
23189
|
+
Processing by Localtower::PagesController#new_model as HTML
|
23190
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
23191
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
23192
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.4ms | Allocations: 729)
|
23193
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 5.0ms | Allocations: 2050)
|
23194
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms | Allocations: 2898)
|
23195
|
+
|
23196
|
+
|
23197
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 10:10:49 +0100
|
23198
|
+
Started GET "/stylesheets/localtower/application.css" for ::1 at 2024-11-20 10:10:49 +0100
|
23199
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 10:10:49 +0100
|
23200
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 10:10:49 +0100
|
23201
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 10:10:49 +0100
|
23202
|
+
|
23203
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/localtower/application.css"):
|
23204
|
+
|
23205
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 10:10:49 +0100
|
23206
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 10:10:49 +0100
|
23207
|
+
Started GET "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map" for ::1 at 2024-11-20 10:10:49 +0100
|
23208
|
+
Started GET "/vendor/lucide.min.js.map" for ::1 at 2024-11-20 10:10:49 +0100
|
23209
|
+
|
23210
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js.map"):
|
23211
|
+
|
23212
|
+
|
23213
|
+
ActionController::RoutingError (No route matches [GET] "/sm/490725fee59f616fce7ef43285d5806530a6e934b71adeffd6de68b5762583ca.map"):
|
23214
|
+
|
23215
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 10:10:49 +0100
|
23216
|
+
Started GET "/assets/application.js.map" for ::1 at 2024-11-20 10:10:49 +0100
|
23217
|
+
|
23218
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application.js.map"):
|
23219
|
+
|
23220
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 10:10:49 +0100
|
23221
|
+
DEPRECATION WARNING: Your `secret_key_base` is configured in `Rails.application.secrets`, which is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/environment.rb:5)
|
23222
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 10:13:28 +0100
|
23223
|
+
Processing by Localtower::PagesController#new_model as HTML
|
23224
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
23225
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
23226
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 3.9ms | Allocations: 1662)
|
23227
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 18.2ms | Allocations: 20834)
|
23228
|
+
Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 0.0ms | Allocations: 26039)
|
23229
|
+
|
23230
|
+
|
23231
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 10:13:28 +0100
|
23232
|
+
|
23233
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/monokai-sublime.css"):
|
23234
|
+
|
23235
|
+
Started GET "/stylesheets/localtower/application.css" for ::1 at 2024-11-20 10:13:28 +0100
|
23236
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 10:13:28 +0100
|
23237
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 10:13:28 +0100
|
23238
|
+
|
23239
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/jquery-3.7.1.min.js"):
|
23240
|
+
|
23241
|
+
|
23242
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/localtower/application.css"):
|
23243
|
+
|
23244
|
+
|
23245
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js"):
|
23246
|
+
|
23247
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 10:13:29 +0100
|
23248
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 10:13:29 +0100
|
23249
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 10:13:29 +0100
|
23250
|
+
|
23251
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/highlight.min.js"):
|
23252
|
+
|
23253
|
+
|
23254
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/rails-ujs.min.js"):
|
23255
|
+
|
23256
|
+
|
23257
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
23258
|
+
|
23259
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 10:13:29 +0100
|
23260
|
+
|
23261
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/masonry.pkgd.min.js"):
|
23262
|
+
|
23263
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 10:13:29 +0100
|
23264
|
+
|
23265
|
+
ActionController::RoutingError (No route matches [GET] "/com/favicon-64.png"):
|
23266
|
+
|
23267
|
+
Started GET "/localtower/models/new" for ::1 at 2024-11-20 10:13:31 +0100
|
23268
|
+
Processing by Localtower::PagesController#new_model as HTML
|
23269
|
+
Rendering layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb
|
23270
|
+
Rendering /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application
|
23271
|
+
Rendered /Users/damln/Work/localtower/app/views/localtower/pages/new_model.html.erb within layouts/localtower/application (Duration: 1.1ms | Allocations: 723)
|
23272
|
+
Rendered layout /Users/damln/Work/localtower/app/views/layouts/localtower/application.html.erb (Duration: 4.1ms | Allocations: 2044)
|
23273
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms | Allocations: 2890)
|
23274
|
+
|
23275
|
+
|
23276
|
+
Started GET "/vendor/monokai-sublime.css" for ::1 at 2024-11-20 10:13:31 +0100
|
23277
|
+
|
23278
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/monokai-sublime.css"):
|
23279
|
+
|
23280
|
+
Started GET "/stylesheets/localtower/application.css" for ::1 at 2024-11-20 10:13:31 +0100
|
23281
|
+
Started GET "/vendor/jquery-3.7.1.min.js" for ::1 at 2024-11-20 10:13:31 +0100
|
23282
|
+
|
23283
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/localtower/application.css"):
|
23284
|
+
|
23285
|
+
|
23286
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/jquery-3.7.1.min.js"):
|
23287
|
+
|
23288
|
+
Started GET "/vendor/rails-ujs.min.js" for ::1 at 2024-11-20 10:13:31 +0100
|
23289
|
+
Started GET "/vendor/highlight.min.js" for ::1 at 2024-11-20 10:13:31 +0100
|
23290
|
+
Started GET "/vendor/masonry.pkgd.min.js" for ::1 at 2024-11-20 10:13:31 +0100
|
23291
|
+
Started GET "/javascripts/application.js" for ::1 at 2024-11-20 10:13:31 +0100
|
23292
|
+
|
23293
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/rails-ujs.min.js"):
|
23294
|
+
|
23295
|
+
|
23296
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/highlight.min.js"):
|
23297
|
+
|
23298
|
+
|
23299
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/masonry.pkgd.min.js"):
|
23300
|
+
|
23301
|
+
|
23302
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
23303
|
+
|
23304
|
+
Started GET "/vendor/lucide.min.js" for ::1 at 2024-11-20 10:13:31 +0100
|
23305
|
+
|
23306
|
+
ActionController::RoutingError (No route matches [GET] "/vendor/lucide.min.js"):
|
23307
|
+
|
23308
|
+
Started GET "/com/favicon-64.png" for ::1 at 2024-11-20 10:13:31 +0100
|
23309
|
+
|
23310
|
+
ActionController::RoutingError (No route matches [GET] "/com/favicon-64.png"):
|
23311
|
+
|