Persistance connection with database

Hey , is there any easy way to check for new values in database and show
update value on view without refreshing page ?

On Sep 9, 7:57 am, Dharmdip R. [email protected] wrote:

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

and a more recent and proper way is this

On Thu, Sep 9, 2010 at 3:47 AM, Frederick C.
<[email protected]

radhames brito wrote:

#43 AJAX with RJS - RailsCasts

and a more recent and proper way is this

#136 jQuery - RailsCasts

On Thu, Sep 9, 2010 at 3:47 AM, Frederick C.
<[email protected]

Thanks !

Frederick C. wrote:

On Sep 9, 7:57�am, Dharmdip R. [email protected] wrote:

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

Thanks Fred…