Hi Joe, I think you are asking about the query string, look here
<http://guides.rubyonrails.org/routing.html>

The rails router can be used with HTTP GET methods to match arguments in
the request URL, they then will appear in the params controller variable
and you can use them.

On Thu, Jan 18, 2018 at 5:53 PM, Joe Guerra <[email protected]> wrote:

> well, basically click on a link and have it do something on a controller.
> I don't want to pass these values to the controller using forms, I'd like
> to know if it's possible to using hyperlinks.
>
>
>
> On Thursday, January 18, 2018 at 11:11:36 AM UTC-5, Joe Guerra wrote:
>>
>> Just wondering if it’s possible to handle hyperlinks in a controller.
>>
>> I want to pass some variables from hyperlinks instead of using forms.
>>
>> Thanks,
>> Joe
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/rubyonrails-talk/a22e505b-09c3-4f30-9f35-
> 4c65c486b361%40googlegroups.com
> <https://groups.google.com/d/msgid/rubyonrails-talk/a22e505b-09c3-4f30-9f35-4c65c486b361%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> 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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CANkJ5gn9j0GhbjEi7iyKNZWd40JxHiEFroqp4AKuVRR0zHunsw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to