Concerning http://stackoverflow.com/questions/13266603/rails-how-to-set-port-number-for-the-asset-hosts-in-development
I'm setting the full asset hosts in the environment files, being the one in development http://localhost:3000 . But let's say I restart the application on port 3001. Assets won't be fetched, and I have to change it accordingly all the time in the environment files. Wouldn't it be a relevant feature to "inherit" the web server listened port unless another port is specified? I don't know how web-server specific that might be, but it'd be cool to have such a feature. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/70H8BbdFcFgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
