thron7-2 wrote:
> 
> 
> 
> GlebM wrote:
>> Yes, that would be great
>> It's year 2009 now, and Rails has evolved, so did qooxdoo
>> Is there any new information available?
>>   
> 
> I'm no Rails expert, but I gather from your other post ("JSON and UTF-8 
> issue") that you got your basic setup working.
> 
> But the most general answer would be that you use qooxdoo's remote 
> request classes 
> (http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote) to request 
> some suitable URLs from your Rails app, to receive data to be displayed, 
> and post back data to be stored.
> 
> Cheers,
> Thomas
> 
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full
> prize  
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

Yes, with the help of the general docs I managed to set it up!

The easiest way was just to return JSON files from rails. That's it.

The only thing is that you have to use GET, because rails protects all the
post requests with an authencity token it embeds into forms when it
generates them to protect the website from XSS. I am still trying to find a
way to get this authencity token from qooxdoo. 
I think one way would be generate a hidden form for every action and get the
tokens from there via DOM.


-- 
View this message in context: 
http://www.nabble.com/How-to-integrate-qooxdoo-with-Rails-tp12560341p24579875.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to