Action Web Service has already be bump out of the Rails default stack. Is the Core team still taking patches and enhancements for the library? IMHO, it should be completely removed from Rails Core and given to a team of people who are really interesting in maintaining it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On 6/13/07, Josh Peek <josh@joshpeek.com> wrote:> > Action Web Service has already be bump out of the Rails default stack. > Is the Core team still taking patches and enhancements for the > library? IMHO, it should be completely removed from Rails Core and > given to a team of people who are really interesting in maintaining it.Kent Sibilev is the current maintainer of AWS, and we''re in the process of coordinating exactly this kinda stuff. Whether it stays in the rails svn repository or moves out, will be entirely up to kent, but he''ll definitely be given the relevant access. -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
+1 that it should be taken seriously. Whether or not you think SOAP is ideal, allowing other people access to our apps in a format they are comfortable with is a big need. Poor SOAP support (both as a client and service) is the #1 weakness of Ruby in the enteprise, IMO. On Jun 12, 8:00 pm, "Michael Koziarski" <mich...@koziarski.com> wrote:> On 6/13/07, Josh Peek <j...@joshpeek.com> wrote: > > > > > Action Web Service has already be bump out of the Rails default stack. > > Is the Core team still taking patches and enhancements for the > > library? IMHO, it should be completely removed from Rails Core and > > given to a team of people who are really interesting in maintaining it. > > Kent Sibilev is the current maintainer of AWS, and we''re in the > process of coordinating exactly this kinda stuff. > > Whether it stays in the rails svn repository or moves out, will be > entirely up to kent, but he''ll definitely be given the relevant > access. > -- > Cheers > > Koz--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
> +1 that it should be taken seriously. Whether or not you think SOAP > is ideal, allowing other people access to our apps in a format they > are comfortable with is a big need. Poor SOAP support (both as a > client and service) is the #1 weakness of Ruby in the enteprise, IMO.I definitely agree that using SOAP is definitely one of the key weaknesses of most places that call themselves enterprise. Rails has picked its side in the whole WS-* / REST thing, and we''re sticking with it. If you''re stuck using SOAP you should probably help with AWS maintenance, drop kent a line and see what''s up. -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On Jun 22, 4:33 pm, "Michael Koziarski" <mich...@koziarski.com> wrote:>> Poor SOAP support (both as a >> client and service) is the #1 weakness of Ruby in the enteprise, IMO.> I definitely agree that using SOAP is definitely one of the key > weaknesses of most places that call themselves enterprise.Awesome :-) I couldn''t have said it better myself! Thanks for having the courage to keep the good stuff in, and the questionable stuff out. Jeff softiesonrails.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On Jun 22, 5:33 pm, "Michael Koziarski" <mich...@koziarski.com> wrote:> I definitely agree that using SOAP is definitely one of the key > weaknesses of most places that call themselves enterprise. Rails > has picked its side in the whole WS-* / REST thing, and we''re sticking > with it.Have to disagree here. First, speaking a language that someone else understands - customer, partners, users, clients, whatever - is not a weakness. I may think that Hindi is a better language than Spanish. But if I''m going to Mexico, learning their language is the right thing. When I build an app, I want my customers and users to be able to connect to it how they like - not give them a sermon in architecture. Aside from which, SOAP is well proven software supported on nearly every platform you can think of. ActiveResource at this point is labware. Promising labware, perhaps, but certainly nothing I can expect all of my customers to use. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
REST is much larger than ActiveResource. ActiveResource is one implementation of a client library that consumes RESTful resources. If it doesn''t suit you, write your own. Furthermore (and forgive the further abuse of this metaphor, which I think is not entirely accurate), just because you''re going to Mexico does not mean you should learn Spanish. It may be more cost-effective in the short-term to hire a translator. Rails itself has definitely picked sides in the WS-* debate, and REST is where Rails is going. That does not mean you cannot write web-services in Rails that use SOAP or XML-RPC, it just means that you''re going to have to grab a plugin and get your hands dirty. Rails, as you might have heard, is opinionated. :) - Jamis On 6/28/07, S. Robert James <srobertjames@gmail.com> wrote:> > > > On Jun 22, 5:33 pm, "Michael Koziarski" <mich...@koziarski.com> wrote: > > I definitely agree that using SOAP is definitely one of the key > > weaknesses of most places that call themselves enterprise. Rails > > has picked its side in the whole WS-* / REST thing, and we''re sticking > > with it. > > Have to disagree here. > > First, speaking a language that someone else understands - customer, > partners, users, clients, whatever - is not a weakness. I may think > that Hindi is a better language than Spanish. But if I''m going to > Mexico, learning their language is the right thing. > > When I build an app, I want my customers and users to be able to > connect to it how they like - not give them a sermon in architecture. > > Aside from which, SOAP is well proven software supported on nearly > every platform you can think of. ActiveResource at this point is > labware. Promising labware, perhaps, but certainly nothing I can > expect all of my customers to use. > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On Fri, Jun 29, 2007 at 02:07:36AM -0000, S. Robert James wrote:> Aside from which, SOAP is well proven software supported on nearly > every platform you can think of.s/supported/supported differently/ Or, to put it more bluntly: http://wanderingbarque.com/nonintersecting/2006/11/15/the-s-stands-for-simple/ - Matt -- That''s why I love VoIP. You don''t get people phoning up to complain that the network is down. -- Peter Corlett, in the Monastery --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On 6/29/07, Matthew Palmer <mpalmer@hezmatt.org> wrote:> > On Fri, Jun 29, 2007 at 02:07:36AM -0000, S. Robert James wrote: > > Aside from which, SOAP is well proven software supported on nearly > > every platform you can think of. > > s/supported/supported differently/ > > Or, to put it more bluntly: > http://wanderingbarque.com/nonintersecting/2006/11/15/the-s-stands-for-simple/ > > - MattWhile it''s fun to kick SOAP while it''s down, the reality is that people who have to use it still can using ActionWebService. It will continue to work, so long as maintainers jump on board to give kent a hand. People who feel passionately about rails and SOAP now have the perfect vehicle to channel their energy! -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---