Ruby on Rails Thursday, January 24, 2013

On 24 January 2013 08:21, Abhishek Thayyil <lists@ruby-forum.com> wrote:
> Hi all,
>
> I am new to this forum also to the world of ROR, i have been trying to
> update a table on the onChange event of the combobox by using UJS
>
> My need is that when i select an item in the combobox the data in the
> table should get updated according to the selected iten.

Start by learning the basics of Rails. Work right through a good
tutorial such as railstutorial.org (which is free to use online).
Then when you understand the basics move on to the more advanced
stuff.

To find more about using UJS with Rails google for
ujs rails
and you will get many useful hits, and many useless ones of course :)

Colin

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment