Questions tagged [rails-assets]
32 questions
0
votes
2 answers
Rails assets app/assets and vendor/assets
I have read following in an article
All of your custom Javascript, stylesheets, and images should go in
the app/assets/.
All third-party code that you are using (e.g. jQuery,
backbone.js, etc.) should be placed in the vendor/assets/ directory
But…
user4636030
0
votes
1 answer
Accessing javascript resource under a Rails Engine throws net::ERR_CONNECTION_RESET
I have a Rails 4.2.1 application with multiple engines under it. The application has been hosted in production with Apache2 and Passenger and was working fine till a few weeks back. I am now facing a strange problem and unable to load assets under…

JerryK
- 201
- 1
- 11