up vote 0 down vote favorite
share [g+] share [fb]

I'm working on an Adobe AIR project that use the Ruby on Rails as RESTful web service as the back end.

I have found a lot of examples that show how can I send the data to operated by Rails. but I stuck at date object, which will be very useful if I can send Actionscript's date object to Rails via XML or whatever and Rails can understand the this easier.

Thank you for any answer, I sure that many still find the same solution for this problem

link|improve this question

48% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Check out the Corelib library. It has a class called DateUtil. 'DateUtil' allows you to translate to and from the Rails W3C date format.

link|improve this answer
feedback

I haven't done this with Rails but some ideas:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.