I'm studying Ruby on rails, but I'm using http://localhost:3000/bookmarks to create TODOLIST apps.
However, when I accessed the above URL while working on it, it was not displayed anymore.
Could you tell me how to deal with this?
Currently, we have entered the "rails server" command and the server is up.
ruby-on-rails ruby
Looking at the terminal screen, I think the server stopped working on the line with binding.pry
in the index action of app/controllers/bookmarks_controller.rb.
If you enter continue
or を+D at the terminal and leave the line that stopped binding.pry, or comment out the line with binding.pry
written on it and re-access it, you will see it.
Note: http://qiita.com/k0kubun/items/b118e9ccaef8707c4d9f#pry-byebug
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
578 Understanding How to Configure Google API Key
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.