Hi: I am trying to find API documentation regarding active resources. I was very inspired by Rick Olsson''s blog post http://weblog.techno-weenie.net/2006/12/13/taking-ares-out-for-a-test-drive I looked at the following Edge rail api docs? but no sign of active resources.. http://caboo.se/doc.html am i missing something obvious or ?? Also any blog post or anything that leads to bit more info regarding my quest is extremely welcome. Thanks Antonio -- 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 -~----------~----~----~----~------~----~------~--~---
ryan.raaum-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Dec-19 13:48 UTC
Re: active resources api docs?
On Dec 19, 6:58 am, Antonio Eggberg <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi: > > I am trying to find API documentation regarding active resources. I was > very inspired by Rick Olsson''s blog post > > http://weblog.techno-weenie.net/2006/12/13/taking-ares-out-for-a-test... > > I looked at the following Edge rail api docs? but no sign of active > resources.. > > http://caboo.se/doc.html > > am i missing something obvious or ?? > > Also any blog post or anything that leads to bit more info regarding my > quest is extremely welcome.I think this is one where you''re going to have to browse the svn repository... http://dev.rubyonrails.org/browser/trunk/activeresource (the tests are a good place to start :) Best, -r> > Thanks > Antonio > > -- > Posted viahttp://www.ruby-forum.com/.-- Ryan Raaum http://raaum.org http://rails.raaum.org -- Rails docs http://locomotive.raaum.org -- Self contained one-click Rails for Mac OS X --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Antonio Eggberg wrote:> Hi: > > I am trying to find API documentation regarding active resources. I was > very inspired by Rick Olsson''s blog post > > http://weblog.techno-weenie.net/2006/12/13/taking-ares-out-for-a-test-drive > > I looked at the following Edge rail api docs? but no sign of active > resources.. > > http://caboo.se/doc.html > > am i missing something obvious or ?? > > Also any blog post or anything that leads to bit more info regarding my > quest is extremely welcome. > > Thanks > AntonioHi: As far as I know there is no known API docs unless you are reading the code in the trunk. We have a customer project where we were thinking of implementing active resources cos the project consist of two part one being the backend java servlet which sends XML and other being the rails front-end. The much talked about/marketed via blogs and railsconf2006 the active resources AFAIK is now pulled out of rails 1.2 http://www.ryandaigle.com/articles/2006/11/20/whats-new-in-edge-rails-activeresource-pulled-world-weeps#comments please pay specific attention to comments. Anyway back to my customer case we ended up using other tools to solve the problem. Honestly I would have preffered to do it via active resources. So actually its a game of chicken and egg as one of the commentetor mentioned it (blog post comments). It is very unclear to me what is the goal or purpose of active resource in the Rails Edge? It tells me the following : 1. Rails framework in the future will have active resources 2. Hence it is not decided if its going to be included in 2.0? (blog post comment) huh? So Edge/ - SVN trunk contains code that might or might not be released in the future? Sorry I am not sure what/how things get into svn/trunk? A clarification would be helpful. I have developed code using Edge rails and I am sure many others have done so. It is important for us that our code will work in the future so things are in the trunk might change but disappear will make my life a living hell. So I would very much like to know am I living dangerously on the Edge or?? Cheers -- 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 -~----------~----~----~----~------~----~------~--~---
> > I looked at the following Edge rail api docs? but no sign of active > > resources..ActiveResource is its own thing and probably won''t be bundled with Rails. I just fixed an issue that was preventing you from generating your own rdoc. Change to the directory that activeresource lives in and type ''rake rdoc''. Then open up rails/activeresource/doc/index.html. Docs are fairly sparse, help in this area would be great :) -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.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 -~----------~----~----~----~------~----~------~--~---