Ruby on Rails Tuesday, October 24, 2017

Finally solved.
The root cause was config.assets.debug = true in development.rb.
When I commented it, it worked!
The conclusion is config.assets.debug has a bug with relative_url_root.

Thanks,
Kusumoto 


2017年10月25日水曜日 0時45分19秒 UTC+9 Takuya Kusumoto:
Thanks. Already tried. But the option changes asset directory under public.
It made the situation worse... (all of assets becomes 404)


2017年10月25日水曜日 0時25分55秒 UTC+9 bot Peña:
see config.assets.prefix

On Tue, Oct 24, 2017 at 11:01 PM, Takuya Kusumoto <kusu...@gmail.com> wrote:
> I guess asset compile is failing with relative_url_root...
> Any bugs reported?

--
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/11de8905-fecf-4345-9b2c-9d58ef31b58c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment