Ruby on Rails Monday, November 24, 2014

Hello all,

I am trying to build a web application, where most of the data is to
be stored on client side because data changes very often. Only when user
presses submit data, data stored on client side should be pushed to
server.

How to store data on client side? How to retrieve data from server
on submit(no forms).

Data to be stored on client side is ActiveRecord retrieved from
database.

regards,
Praveen

--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/9dd26a3844e66423af4dd085de92b3f4%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment