Skip to content

Commit

Permalink
Merge pull request #21 from johncorderox/new_things
Browse files Browse the repository at this point in the history
some missing files
  • Loading branch information
johncorderox authored Apr 10, 2021
2 parents 5f6f408 + 1317025 commit 794d2f9
Show file tree
Hide file tree
Showing 85 changed files with 33,242 additions and 30 deletions.
Binary file modified .DS_Store
Binary file not shown.
Empty file.
69 changes: 69 additions & 0 deletions movies_api_full/log/development.log
Original file line number Diff line number Diff line change
Expand Up @@ -717,3 +717,72 @@ Processing by Api::V1::MoviesController#index as */*
Completed 200 OK in 29ms (Views: 11.7ms | ActiveRecord: 8.6ms | Allocations: 6701)


Started GET "/" for 10.0.2.2 at 2021-04-10 04:00:29 +0000
Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.0/127.255.255.255, ::1
 (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
Processing by HomeController#index as HTML
Rendering layout layouts/application.html.erb
Rendering home/index.html.erb within layouts/application
[Webpacker] Everything's up-to-date. Nothing to do
Rendered home/index.html.erb within layouts/application (Duration: 11.2ms | Allocations: 1942)
Rendered layout layouts/application.html.erb (Duration: 134.5ms | Allocations: 18778)
Completed 500 Internal Server Error in 157ms (ActiveRecord: 0.0ms | Allocations: 21504)



ActionView::Template::Error (link_tree argument must be a directory):

app/assets/config/manifest.js:1
Started GET "/" for 10.0.2.2 at 2021-04-10 04:02:06 +0000
Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.0/127.255.255.255, ::1
Processing by HomeController#index as HTML
Rendering layout layouts/application.html.erb
Rendering home/index.html.erb within layouts/application
[Webpacker] Compiling...
[Webpacker] Compiled all packs in /vagrant/Rails-API-React-Tutorial/movies_api_full/public/packs
[Webpacker] Hash: ea34757f6ab3f3182ba1
Version: webpack 4.46.0
Time: 5661ms
Built at: 04/10/2021 4:02:14 AM
Asset Size Chunks Chunk Names
js/application-f07114d739e2645c206b.js 123 KiB application [emitted] [immutable] application
js/application-f07114d739e2645c206b.js.map 138 KiB application [emitted] [dev] application
js/hello_react-62601e019fa4df1c2ecd.js 1.06 MiB hello_react [emitted] [immutable] hello_react
js/hello_react-62601e019fa4df1c2ecd.js.map 1.22 MiB hello_react [emitted] [dev] hello_react
manifest.json 703 bytes [emitted]
Entrypoint application = js/application-f07114d739e2645c206b.js js/application-f07114d739e2645c206b.js.map
Entrypoint hello_react = js/hello_react-62601e019fa4df1c2ecd.js js/hello_react-62601e019fa4df1c2ecd.js.map
[./app/javascript/packs/application.js] 473 bytes {application} [built]
[./app/javascript/packs/hello_react.jsx] 527 bytes {hello_react} [built]
[./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 552 bytes {application} [built]
+ 14 hidden modules

Rendered home/index.html.erb within layouts/application (Duration: 8140.3ms | Allocations: 2924)
Rendered layout layouts/application.html.erb (Duration: 8156.5ms | Allocations: 6188)
Completed 500 Internal Server Error in 8159ms (ActiveRecord: 0.0ms | Allocations: 6634)



ActionView::Template::Error (link_tree argument must be a directory):

app/assets/config/manifest.js:1
Started GET "/" for 10.0.2.2 at 2021-04-10 04:03:42 +0000
Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.0/127.255.255.255, ::1
Processing by HomeController#index as HTML
Rendering layout layouts/application.html.erb
Rendering home/index.html.erb within layouts/application
[Webpacker] Everything's up-to-date. Nothing to do
Rendered home/index.html.erb within layouts/application (Duration: 8.2ms | Allocations: 1672)
[Webpacker] Everything's up-to-date. Nothing to do
Rendered layout layouts/application.html.erb (Duration: 111.6ms | Allocations: 12470)
Completed 200 OK in 113ms (Views: 112.4ms | ActiveRecord: 0.0ms | Allocations: 12859)


Started GET "/api/v1/movies" for 10.0.2.2 at 2021-04-10 04:03:42 +0000
Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.0/127.255.255.255, ::1
Processing by Api::V1::MoviesController#index as */*
Movie Load (0.9ms) SELECT "movies".* FROM "movies"
↳ app/controllers/api/v1/movies_controller.rb:10:in `index'
Completed 200 OK in 23ms (Views: 9.3ms | ActiveRecord: 6.3ms | Allocations: 6853)


20 changes: 0 additions & 20 deletions movies_api_full/package.json

This file was deleted.

Loading

0 comments on commit 794d2f9

Please sign in to comment.