rubyamf
Adobe Flex (Flash Builder) + RubyAMF error
I develop applications using Adobe Flex and Ruby (through Ruby AMF plugin). The problem is that when I try to make a simple query from the data base I get an error caused by a UTF-8 char that comes fr[详细]
2023-03-07 00:03 分类:问答Controlling parameters passed in rubyamf (rails + flex)
How do I control what parameters are passed in a RemoteObject method?I noticed that when I directly download and run the code from this site, saving an object results in the following parameter set be[详细]
2023-02-08 05:05 分类:问答FLEX: Was expecting mx.messaging.messages.AcknowledgeMessage, but received null
Using RubyAMF with Flex. response = HashWithIndifferentAccess.new( :handle_type => HandleType.first ) works fine, and HandleType is a model in our rails app.[详细]
2023-01-28 06:45 分类:问答Utilizing A Devise Session Through Flex With Rails3-AMF
I have a Flex front end and a Rails 3 back-end that I would like to establish a session to.Before you can access the page embedded with the flex front-end, you are prompted with a html login page thro[详细]
2023-01-21 01:57 分类:问答RubyAmf and Rails 3
I have recently been trying to upgrade my app form Rails 2.3.8 to newly-releases Rails 3. After going through fixing some Rails 3 RubyAMF doesn\'t seem to work:[详细]
2023-01-13 13:59 分类:问答Can I send a file to Flex using RubyAMF?
I\'m generating a PNG file in Flex from graphics drawn by user. I would like to send the file to Rub开发者_JAVA技巧y on Rails backend and I\'m using RubyAMF in other parts of the application.[详细]
2023-01-01 13:33 分类:问答Handling cookies with Flex for Authentication
I\'m using Flex 4(beta2) with Ruby on Rails 2.3.5 and using RubyAMF to transfer data back and forth between Flex and server.[详细]
2022-12-22 16:33 分类:问答after refactoring to RubyAmf Rails doesn't seem to complain about authenticity_token
I\'m building a Flex 4 + Rails 2.3.5 application. First I was using XML to pass date through and I used to get an error complaining about Authenticity Token which I passed manually then to get through[详细]
2022-12-22 15:18 分类:问答call from Flex to Ruby
I am very new to Ruby technology. In my current Project the Backend application is develooping ruby and Fortend is developing Flex with HTTPServices. I try to find any where how the Flex will call to[详细]
2022-12-18 21:50 分类:问答