New Discussion

Notifications

You’re not receiving notifications from this thread.

ActionController::RoutingError (No route matches [GET] "/assets/images/4.jpg"):

3
Rails

How to resolve this issue: ActionController::RoutingError (No route matches [GET] "/assets/images/4.jpg"):

you need add 4.jpg files in /assets/images folder

I made a mistake added all images in app/assets it need to be in public/assets.

If you put the images in your app/assets/images directory, then you should be able to call the image directly with no prefix in the path. ie. image_url('logo.png')

Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 88,834+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.