Ruby on Rails Tuesday, October 24, 2017

I guess asset compile is failing with relative_url_root...
Any bugs reported?

Kusumoto


2017年10月24日火曜日 23時52分25秒 UTC+9 Takuya Kusumoto:
Hello.

I faced 404 errors for asset pipeline URLs when I set config.relative_url_root with Rails 5.1.4/
What I did was as follows.

1. Put the following lines in development.rb.
ENV["RAILS_RELATIVE_URL_ROOT"] = "/subdir"
config.relative_url_root = "/subdir"

2. Modified config.ru as follows.
map ActionController::Base.config.relative_url_root || "/" do
  run Rails.application
end

3. Then start rails server
rails server puma -d -b 0.0.0.0

4. See the application application page

Some of asset URLs get 404 error and not shown.
Of course, commenting #1 works well.

Could you please advice how to fix this?
Someone, please try to do above as it's easy to setup...

Thanks,
Kusumoto

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/2c1537a3-570a-4013-81d2-7f3e5502aefe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment