You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
On May 16, 1:58 am, David Zhu <dzwestwindso...@gmail.com> wrote:
> Hey
>
> Which options more faster for a rails app to access--
>
> 5 actions in 1 controller
>
> or
>
> 5 controllers with 1 action in each
>
I doubt makes any noticeable difference. Depending on the complexity
of the associated routes that might make a small difference, but this
really sounds like premature optimization to me. If you really must
know, benchmark it.
Fred
Ivan Nastyukhin
unread,
May 16, 2010, 5:58:18 AM5/16/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
I think, make code more readable, understanndable, and your api more near to rest. Because when u thinking about 0.00034 ms, u make stupid decision