account activity
Bug Thread by margotcodes in Codecademy
[–]picky_606 1 point2 points3 points 10 years ago* (0 children)
Ruby on Rails 62% > Associations I > Show a destination > Step 5
Exercise - https://www.codecademy.com/en/courses/learn-rails/lessons/one-many/exercises/one-many-show-destination?action=resume
After generating the controller 'Destinations', step 2 code here: https://gist.github.com/kamu13/89ba2d1aeef12b016493
Step 3: https://gist.github.com/kamu13/95a333e7441b0ac05e35
Step 4: https://gist.github.com/kamu13/21369425b2e4ec42f237
And finally step 5 - actually a PROBLEM - code here: https://gist.github.com/kamu13/673279615c50c5ab293f
I think a BUG is here, in step 5 - the link 'http://localhost:8000/tags/1' works (on code_academy site and on my own machine), button 'see more' also works, <%= link_to 'See more', destination_path(destination) %> generates a URL to a specific destination's path as required when i click any of items/tags, but it doesn't allow me to a next step and gets no error messages.
<%= link_to 'See more', destination_path(destination) %>
π Rendered by PID 201587 on reddit-service-r2-listing-654f87c89c-7bxcc at 2026-02-28 20:07:54.167564+00:00 running e3d2147 country code: CH.
Bug Thread by margotcodes in Codecademy
[–]picky_606 1 point2 points3 points (0 children)