Ruby on Rails Friday, March 29, 2019

Not quite sure what you're asking.

Rails by default has no root path configured. You have to add that in
yourself. You can have non-root paths too.

If you see a Rails app where the root path seems to work but there
isn't one defined it could be being proxied there by the webserver.

On Fri, Mar 29, 2019 at 3:40 PM fugee ohu <fugee279@gmail.com> wrote:
>
> I came across an app with no root path How does it work?
>
> --
> 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/ee73753f-cde1-4aa5-aa3d-54ce68610f73%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
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/CAJ6MPzLa9YKmO3gxbNNREP8%2BNU2cQQ5qFCzzSSWQ1wY7cRBhoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment