Hey all, Is anyone here using Flex with Rails? Robert Dempsey http://www.techcfl.com http://www.railsforall.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
what are you looking to do with flex? I haven''t started flex with rails but I use it with coldfusion. http://www.google.com/search?q=flex+ruby+on+rails On 6/14/07, Robert Dempsey <robertonrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hey all, > > Is anyone here using Flex with Rails? > > Robert Dempsey > http://www.techcfl.com > http://www.railsforall.org > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Robert Dempsey wrote:> Hey all, > > Is anyone here using Flex with Rails? > > Robert Dempsey > http://www.techcfl.com > http://www.railsforall.orgI have this page bookmarked from the Adobe Developer Center: http://www.adobe.com/devnet/flex/articles/flex2_rails.html Don''t currently do anything with Flex and Rails..... Mike -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
John, Thanks for the quick response. I am looking to build a complete UI in Flex and the backend in Rails. Any links you can provide are welcomed. Thanks for the point in the right direction. Robert On Jun 14, 10:09 pm, "John Ivanoff" <john.ivan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> what are you looking to do with flex? > I haven''t started flex with rails but I use it with coldfusion. > > http://www.google.com/search?q=flex+ruby+on+rails > > On 6/14/07, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hey all, > > > Is anyone here using Flex with Rails? > > > Robert Dempsey > >http://www.techcfl.com > >http://www.railsforall.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Robert Dempsey <robertonrails@...> writes:> > > John, > > Thanks for the quick response. I am looking to build a complete UI in > Flex and the backend in Rails. Any links you can provide are welcomed. > Thanks for the point in the right direction. > > Robert > > On Jun 14, 10:09 pm, "John Ivanoff" <john.ivan...@...> wrote: > > what are you looking to do with flex? > > I haven''t started flex with rails but I use it with coldfusion. > > > > http://www.google.com/search?q=flex+ruby+on+rails > > > > On 6/14/07, Robert Dempsey <robertonra...@...> wrote: > > > > > > > > > Hey all, > > > > > Is anyone here using Flex with Rails? > > > > > Robert Dempsey > > >http://www.techcfl.com > > >http://www.railsforall.org > > > >Hi Robert, yes, I am about to build a an app with these components (Flex and Rails) and the first experiences are good :-) It''s easy to combine them with Rails restful features and with Flex HTTPRequest and the events. Seems to me a prefect combination because you can do much more on the GUI side. Best regards Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yeah you just pass XML back and forth. I haven''t built flex stuff myself but I''ve done a bit of work building Ruby on Rails backends for Flex apps. It''s dead simple. Cam On Jun 15, 1:14 pm, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> John, > > Thanks for the quick response. I am looking to build a complete UI in > Flex and the backend in Rails. Any links you can provide are welcomed. > Thanks for the point in the right direction. > > Robert > > On Jun 14, 10:09 pm, "John Ivanoff" <john.ivan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > what are you looking to do with flex? > > I haven''t started flex with rails but I use it with coldfusion. > > >http://www.google.com/search?q=flex+ruby+on+rails > > > On 6/14/07, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hey all, > > > > Is anyone here using Flex with Rails? > > > > Robert Dempsey > > >http://www.techcfl.com > > >http://www.railsforall.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
This is little of the main issue here but a little tip from experience regarding the data flow between Flex and server side. We develop a Flex client that is very extensive on data consumption. Our experience is that among all tested protocols the JSON is the fastest one. The Xml is OK but transformation from it to Flex objects is better if you use JSON. We have our server side in C#, Php and naturally in Rails. On Jun 15, 8:37 am, cammo <mvpaustra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yeah you just pass XML back and forth. I haven''t built flex stuff > myself but I''ve done a bit of work building Ruby on Rails backends for > Flex apps. It''s dead simple. > > Cam > > On Jun 15, 1:14 pm, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > John, > > > Thanks for the quick response. I am looking to build a complete UI in > > Flex and the backend in Rails. Any links you can provide are welcomed. > > Thanks for the point in the right direction. > > > Robert > > > On Jun 14, 10:09 pm, "John Ivanoff" <john.ivan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > what are you looking to do with flex? > > > I haven''t started flex with rails but I use it with coldfusion. > > > >http://www.google.com/search?q=flex+ruby+on+rails > > > > On 6/14/07, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hey all, > > > > > Is anyone here using Flex with Rails? > > > > > Robert Dempsey > > > >http://www.techcfl.com > > > >http://www.railsforall.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Robert, yes I am :-) It''s straight forward and with Flex as GUI ist really easy to have a RichInternetApplication with features that DHTML/JavaScript simply can not achieve. Best regards Chris On 15 Jun., 03:54, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey all, > > Is anyone here using Flex with Rails? > > Robert Dempseyhttp://www.techcfl.comhttp://www.railsforall.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
If you haven''t already found it, there is the Google group http://groups.google.com/group/adobe-rubyonrails-ria-sdk The blog http://flexonrails.net/ has some good info too. Good luck. On Jun 14, 9:54 pm, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey all, > > Is anyone here using Flex with Rails? > > Robert Dempseyhttp://www.techcfl.comhttp://www.railsforall.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
and then to take it one step farther. . . http://labs.adobe.com/technologies/air/ "Adobe(r) AIR(tm), formerly code-named Apollo, is a cross-operating system runtime that allows developers to use their existing web development skills to build and deploy rich Internet applications to the desktop." John On 6/15/07, Hardbap <hardbap-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > If you haven''t already found it, there is the Google group > http://groups.google.com/group/adobe-rubyonrails-ria-sdk > > The blog http://flexonrails.net/ has some good info too. > > Good luck. > > On Jun 14, 9:54 pm, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hey all, > > > > Is anyone here using Flex with Rails? > > > > Robert Dempseyhttp://www.techcfl.comhttp://www.railsforall.org > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thank you all for your help. I have visited all provided links, and have been looking into AIR as well. I have found a great (and inexpensive) PDF as well. Here is the link to it (http:// www.flexiblerails.com/). Thanks again. Robert Dempsey http://www.techcfl.com http://www.railsforall.org On Jun 15, 9:20 am, "John Ivanoff" <john.ivan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> and then to take it one step farther. . . > > http://labs.adobe.com/technologies/air/ > "Adobe(r) AIR(tm), formerly code-named Apollo, is a cross-operating > system runtime that allows developers to use their existing web > development skills to build and deploy rich Internet applications to > the desktop." > > John--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
There''s also a pretty nice plugin for Rails - WebOrb... does a lot of the translation. I actually worked with one of the developers on a project last and he''s very cool. http://www.themidnightcoders.com/weborb/rubyonrails/index.htm On 6/15/07, Robert Dempsey <robertonrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Thank you all for your help. I have visited all provided links, and > have been looking into AIR as well. I have found a great (and > inexpensive) PDF as well. Here is the link to it (http:// > www.flexiblerails.com/). Thanks again. > > Robert Dempsey > http://www.techcfl.com > http://www.railsforall.org > > On Jun 15, 9:20 am, "John Ivanoff" <john.ivan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > and then to take it one step farther. . . > > > > http://labs.adobe.com/technologies/air/ > > "Adobe(r) AIR(tm), formerly code-named Apollo, is a cross-operating > > system runtime that allows developers to use their existing web > > development skills to build and deploy rich Internet applications to > > the desktop." > > > > John > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks Brian. I hae seen WebOrb before - it looked pricey for commercial applications. - Robert On Jun 15, 3:18 pm, "Brian Hogan" <bpho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> There''s also a pretty nice plugin for Rails - WebOrb... does a lot of the > translation. I actually worked with one of the developers on a project last > and he''s very cool. > > http://www.themidnightcoders.com/weborb/rubyonrails/index.htm--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yeah... but there''s an open-source version, at least there was last time I checked, On 6/15/07, Robert Dempsey <robertonrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Thanks Brian. I hae seen WebOrb before - it looked pricey for > commercial applications. > > - Robert > > On Jun 15, 3:18 pm, "Brian Hogan" <bpho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > There''s also a pretty nice plugin for Rails - WebOrb... does a lot of > the > > translation. I actually worked with one of the developers on a project > last > > and he''s very cool. > > > > http://www.themidnightcoders.com/weborb/rubyonrails/index.htm > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Do you have a link. That would rock. Also, when receiving XML from a RESTful Rails controller, is there a certain format that Flex expects? I am having issues and Rails is returning the proper XML, however I am not sure that Flex is getting it properly formatted. Any help would be great. Thanks. Robert On Jun 15, 6:40 pm, "Brian Hogan" <bpho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yeah... but there''s an open-source version, at least there was last time I > checked, > > On 6/15/07, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Thanks Brian. I hae seen WebOrb before - it looked pricey for > > commercial applications. > > > - Robert > > > On Jun 15, 3:18 pm, "Brian Hogan" <bpho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > There''s also a pretty nice plugin for Rails - WebOrb... does a lot of > > the > > > translation. I actually worked with one of the developers on a project > > last > > > and he''s very cool. > > > >http://www.themidnightcoders.com/weborb/rubyonrails/index.htm--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Robert, Look at flexonrails.net for WebORB articles, and at http://www.themidnightcoders.com/weborb/rubyonrails/index.htm. -Peter On 6/16/07, Robert Dempsey <robertonrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Do you have a link. That would rock. > > Also, when receiving XML from a RESTful Rails controller, is there a > certain format that Flex expects? I am having issues and Rails is > returning the proper XML, however I am not sure that Flex is getting > it properly formatted. Any help would be great. Thanks. > > Robert > > On Jun 15, 6:40 pm, "Brian Hogan" <bpho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Yeah... but there''s an open-source version, at least there was last time I > > checked, > > > > On 6/15/07, Robert Dempsey <robertonra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > Thanks Brian. I hae seen WebOrb before - it looked pricey for > > > commercial applications. > > > > > - Robert > > > > > On Jun 15, 3:18 pm, "Brian Hogan" <bpho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > There''s also a pretty nice plugin for Rails - WebOrb... does a lot of > > > the > > > > translation. I actually worked with one of the developers on a project > > > last > > > > and he''s very cool. > > > > > >http://www.themidnightcoders.com/weborb/rubyonrails/index.htm > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Is WebORB a "better" way to go than accessing Rails via REST? - Robert On Jun 16, 12:51 pm, "Peter Armstrong" <peterarmstr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Robert, > > Look at flexonrails.net for WebORB articles, and athttp://www.themidnightcoders.com/weborb/rubyonrails/index.htm. > > -Peter--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
It is different. Whether it is "better" depends on your requirements. REST lets you support traditional HTML views (and HTML + AJAX) with the same Rails controllers that talk to Flex (typically with XML). Note, however, that the Flex + RESTful Rails combination is not tied to XML: you can also use JSON (see http://www.mikechambers.com/blog/2006/03/28/tutorial-using-json-with-flex-2-and-actionscript-3 for details). In my Flexible Rails book [www.flexiblerails.com] I am only using XML for now with RESTful controllers, but I am considering adding an iteration which replaces the XML with JSON, just to show the difference. Furthermore, it should be fairly straightforward to implement support for YAML as well. WebORB uses AMF, which is a binary protocol. There are pros and cons to this. Also, WebORB is not MIT-licensed [like Rails] or LGPL-licensed [like JBoss]--it is currently available under two licenses: a commercial license and the GPL. Whether you need a commercial license or can use the GPL version depends on what you are doing. The GPL is not the same thing as the LGPL. I''m not a lawyer, so I won''t comment further. -Peter On 6/16/07, Robert Dempsey <robertonrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Is WebORB a "better" way to go than accessing Rails via REST? > > - Robert > > On Jun 16, 12:51 pm, "Peter Armstrong" <peterarmstr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > Hi Robert, > > > > Look at flexonrails.net for WebORB articles, and athttp://www.themidnightcoders.com/weborb/rubyonrails/index.htm. > > > > -Peter > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks all. So far, Peter''s book is rockin the house with Flex + Rails. Now I just need some more Flex training and I am off to the races. Robert Dempsey http://www.techcfl.com http://www.railsforall.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
http://www.adobe.com/devnet/flex/ ''quick starts'' has some good examples (my 2 cents) On 6/18/07, Robert Dempsey <robertonrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Thanks all. So far, Peter''s book is rockin the house with Flex + > Rails. Now I just need some more Flex training and I am off to the > races. > > Robert Dempsey > http://www.techcfl.com > http://www.railsforall.org > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Nice! Thanks. On Jun 18, 4:39 pm, "John Ivanoff" <john.ivan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> http://www.adobe.com/devnet/flex/ > > ''quick starts'' has some good examples (my 2 cents)--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---