Hey , is there any easy way to check for new values in database and show update value on view without refreshing page ?
Hey , is there any easy way to check for new values in database and show update value on view without refreshing page ?
You should do some reading about AJAX.
Fred
http://railscasts.com/episodes/43-ajax-with-rjs
and a more recent and proper way is this
Frederick Cheung wrote:
radhames brito wrote:
#43 AJAX with RJS - RailsCasts
and a more recent and proper way is this
On Thu, Sep 9, 2010 at 3:47 AM, Frederick Cheung <frederick.cheung@gmail.com
Thanks !