The challenge is that the AS logic to do all renders is on the server side.  
Giving the user off-line editing requires that the UI be generated in the 
browser.  You would need to duplicate much of the AS logic into javascript to 
accomplish this I would think.

Michael


On Feb 13, 2011, at 5:23 PM, denysonique wrote:

> I am currently building a web application using ActiveScaffold. And I
> would like to know whether there is any plugin/library which would
> make possible to enable ActiveScaffold to work offline e.g. the user
> can browse some of the data and make changes while the user is
> disconnected, after the user gets online again the data would be
> simply synced.
> 
> If such plugin does not exist please tell me what would be the best
> way to achieve this, ActiveScaffold already provides a JSON interface
> to the data, this can be used for offline caching of the data.
> 
> I asked this question originally on:
> http://stackoverflow.com/questions/4985036/ruby-on-rails-html5-storage-offline-crud-application-with-or-without-activescaffo
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "ActiveScaffold : Ruby on Rails plugin" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/activescaffold?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to