Hi, all
Happy new year
I referred to The Asset Pipeline โ Ruby on Rails Guides
for rails 3.1.0,
- it does say that assets related to the application (ie. need
preprocessing) can live in the myapp/app/assets directory - it does say that files which need no preprocessing can still live
in the public/ directory.
I can access files places in the myapp/app/assets directory with no
problems but
how do I access my files in public? For example, public/images/rails-
logo.png?
When I access that path via the webbrowser, I get an error, 'No route
matches [GET] โ/public/images/rails-logo.pngโ '.
thank you
Gordon