Skip to content

Commit 794d2f9

Browse files
authored
Merge pull request #21 from johncorderox/new_things
some missing files
2 parents 5f6f408 + 1317025 commit 794d2f9

File tree

85 files changed

+33242
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+33242
-30
lines changed

Diff for: .DS_Store

0 Bytes
Binary file not shown.

Diff for: movies_api_full/app/assets/images/.keep

Whitespace-only changes.

Diff for: movies_api_full/log/development.log

+69
Original file line numberDiff line numberDiff line change
@@ -717,3 +717,72 @@ Processing by Api::V1::MoviesController#index as */*
717717
Completed 200 OK in 29ms (Views: 11.7ms | ActiveRecord: 8.6ms | Allocations: 6701)
718718

719719

720+
Started GET "/" for 10.0.2.2 at 2021-04-10 04:00:29 +0000
721+
Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.0/127.255.255.255, ::1
722+
 (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
723+
Processing by HomeController#index as HTML
724+
Rendering layout layouts/application.html.erb
725+
Rendering home/index.html.erb within layouts/application
726+
[Webpacker] Everything's up-to-date. Nothing to do
727+
Rendered home/index.html.erb within layouts/application (Duration: 11.2ms | Allocations: 1942)
728+
Rendered layout layouts/application.html.erb (Duration: 134.5ms | Allocations: 18778)
729+
Completed 500 Internal Server Error in 157ms (ActiveRecord: 0.0ms | Allocations: 21504)
730+
731+
732+
733+
ActionView::Template::Error (link_tree argument must be a directory):
734+
735+
app/assets/config/manifest.js:1
736+
Started GET "/" for 10.0.2.2 at 2021-04-10 04:02:06 +0000
737+
Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.0/127.255.255.255, ::1
738+
Processing by HomeController#index as HTML
739+
Rendering layout layouts/application.html.erb
740+
Rendering home/index.html.erb within layouts/application
741+
[Webpacker] Compiling...
742+
[Webpacker] Compiled all packs in /vagrant/Rails-API-React-Tutorial/movies_api_full/public/packs
743+
[Webpacker] Hash: ea34757f6ab3f3182ba1
744+
Version: webpack 4.46.0
745+
Time: 5661ms
746+
Built at: 04/10/2021 4:02:14 AM
747+
Asset Size Chunks Chunk Names
748+
js/application-f07114d739e2645c206b.js 123 KiB application [emitted] [immutable] application
749+
js/application-f07114d739e2645c206b.js.map 138 KiB application [emitted] [dev] application
750+
js/hello_react-62601e019fa4df1c2ecd.js 1.06 MiB hello_react [emitted] [immutable] hello_react
751+
js/hello_react-62601e019fa4df1c2ecd.js.map 1.22 MiB hello_react [emitted] [dev] hello_react
752+
manifest.json 703 bytes [emitted]
753+
Entrypoint application = js/application-f07114d739e2645c206b.js js/application-f07114d739e2645c206b.js.map
754+
Entrypoint hello_react = js/hello_react-62601e019fa4df1c2ecd.js js/hello_react-62601e019fa4df1c2ecd.js.map
755+
[./app/javascript/packs/application.js] 473 bytes {application} [built]
756+
[./app/javascript/packs/hello_react.jsx] 527 bytes {hello_react} [built]
757+
[./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 552 bytes {application} [built]
758+
+ 14 hidden modules
759+
760+
Rendered home/index.html.erb within layouts/application (Duration: 8140.3ms | Allocations: 2924)
761+
Rendered layout layouts/application.html.erb (Duration: 8156.5ms | Allocations: 6188)
762+
Completed 500 Internal Server Error in 8159ms (ActiveRecord: 0.0ms | Allocations: 6634)
763+
764+
765+
766+
ActionView::Template::Error (link_tree argument must be a directory):
767+
768+
app/assets/config/manifest.js:1
769+
Started GET "/" for 10.0.2.2 at 2021-04-10 04:03:42 +0000
770+
Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.0/127.255.255.255, ::1
771+
Processing by HomeController#index as HTML
772+
Rendering layout layouts/application.html.erb
773+
Rendering home/index.html.erb within layouts/application
774+
[Webpacker] Everything's up-to-date. Nothing to do
775+
Rendered home/index.html.erb within layouts/application (Duration: 8.2ms | Allocations: 1672)
776+
[Webpacker] Everything's up-to-date. Nothing to do
777+
Rendered layout layouts/application.html.erb (Duration: 111.6ms | Allocations: 12470)
778+
Completed 200 OK in 113ms (Views: 112.4ms | ActiveRecord: 0.0ms | Allocations: 12859)
779+
780+
781+
Started GET "/api/v1/movies" for 10.0.2.2 at 2021-04-10 04:03:42 +0000
782+
Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.0/127.255.255.255, ::1
783+
Processing by Api::V1::MoviesController#index as */*
784+
Movie Load (0.9ms) SELECT "movies".* FROM "movies"
785+
↳ app/controllers/api/v1/movies_controller.rb:10:in `index'
786+
Completed 200 OK in 23ms (Views: 9.3ms | ActiveRecord: 6.3ms | Allocations: 6853)
787+
788+

Diff for: movies_api_full/package.json

-20
This file was deleted.

0 commit comments

Comments
 (0)