Hi,

Im am really new to RoR and web and I need some basic help:

I would like to have a text_field and a button in a view, from where I
can type in a string, passing that string to the server side that
iterates through my database to see if the string is within the
database. The server side should then return if the string was found
or not.

What I have problem with in this example is especially how the routing
works between the client/server when just having a string variable
that should be sent to the server without being a model. The code on
the server side is kind of clear.

Thanks in advance

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to