I'm researching a project that uses a system component loaded on the
page through a custom JS file.

On defined user actions, this component will call a definable JS method,
that i'd like to act in a link_remote_to fashion, to update some
elements of the page.

I'm just getting started with RAILS, and this doesn't really conform to
the typical ajax updates i've been reading on, so i'm a bit confused on
how to actually implement this functionnality.

Should i defer the component to a vanilla JS script on the page, that
will take care of making a proper AJAX request to the back end ?
This seems a bit convoluted, and chances are i'm overlooking
something...

Any hints ?

cheers
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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