nested resources revealing users id

16 views
Skip to first unread message

fugee ohu

unread,
Jul 4, 2017, 6:11:31 PM7/4/17
to Ruby on Rails: Talk
Seems undesirable for everyone to know your user id from a nested resources url that looks like /users/5/posts/4 Anyone can advise?

nynhex

unread,
Jul 4, 2017, 6:13:35 PM7/4/17
to rubyonra...@googlegroups.com
How do you expect Rails to work?  If your route is /users/:id/posts/:id the ID of the object must be passed as a param. 

On Jul 4, 2017, at 5:11 PM, fugee ohu <fuge...@gmail.com> wrote:

Seems undesirable for everyone to know your user id from a nested resources url that looks like /users/5/posts/4 Anyone can advise?

--
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-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ef5cf7ec-3967-46e6-a1d3-8cb9e5052c0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

fugee ohu

unread,
Jul 4, 2017, 8:02:22 PM7/4/17
to Ruby on Rails: Talk
Seems a reason not to use nested resources and also not being able to pass objects with redirects so using nested resources i'm getting caught up fooling around with flash to render the errors

Ryan Drost

unread,
Jul 6, 2017, 2:38:50 PM7/6/17
to Ruby on Rails: Talk
could try using something like the friendly_id gem.

Reply all
Reply to author
Forward
0 new messages