The only tutorail i have found is here: http://www.eribium.org/?p=71 Its quite nice but i would prefer a few more to get a broader understanding. Also, i am unable to get the documentation. I ran rdoc to generate the documents but recieved an error saying that docs was already there and i had to specify the dir so i did. After rdoc running for a while i end up with a README_FOR_APP file??? Am i right in thinking that these generated docs will contain not only my app details but those for active record , active resource etc ?? As a final attempt i went to the caboose site which is sopposed to be for edge rails documentation updated from the trunk frequently??? I did a search for activeresource and found nothing. http://caboo.se/doc.html ActiveResource would be a great fit for an inter-app problem i have. It would be great to get some docs and tutorials. -- 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 -~----------~----~----~----~------~----~------~--~---
On 2/9/07, Adam Madd <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > The only tutorail i have found is here: > http://www.eribium.org/?p=71 > Its quite nice but i would prefer a few more to get a broader > understanding. > > > Also, i am unable to get the documentation. I ran rdoc to generate the > documents but recieved an error saying that docs was already there and i > had to specify the dir so i did. After rdoc running for a while i end up > with a README_FOR_APP file??? > > Am i right in thinking that these generated docs will contain not only > my app details but those for active record , active resource etc ?? > > As a final attempt i went to the caboose site which is sopposed to be > for edge rails documentation updated from the trunk frequently??? I did > a search for activeresource and found nothing. > http://caboo.se/doc.html > > > ActiveResource would be a great fit for an inter-app problem i have. It > would be great to get some docs and tutorials.cd vendor/rails/activeresource rake doc open doc/index.html # or however you open urls from the command line Remember, ARes is still beta and unreleased. If you use it, you may want to be familiar with the source for it. Don''t worry it''s pretty simple. We''d appreciate the feedback and any help pushing for a real release. Here''s another ARes tutorial BTW: http://weblog.techno-weenie.net/2006/12/12/taking-ares-out-for-a-test-drive -- 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 -~----------~----~----~----~------~----~------~--~---
Rick Olson wrote:> cd vendor/rails/activeresource > rake doc > open doc/index.html # or however you open urls from the command lineHmm, I did this and just got: mkdir -p doc and that''s it... and there''s no docs in the doc directory. Running it again just outputs the (in /my/path...) and still no docs. b> Remember, ARes is still beta and unreleased. If you use it, you may > want to be familiar with the source for it. Don''t worry it''s pretty > simple. We''d appreciate the feedback and any help pushing for a real > release. > > Here''s another ARes tutorial BTW: > http://weblog.techno-weenie.net/2006/12/12/taking-ares-out-for-a-test-drive > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Feb 9, 1:35 pm, Ben Munat <bmu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Rick Olson wrote: > > cd vendor/rails/activeresource > > rake doc > > open doc/index.html # or however you open urls from the command line > > Hmm, I did this and just got: > > mkdir -p doc > > and that''s it... and there''s no docs in the doc directory. Running it > again just outputs the (in /my/path...) and still no docs. > > b > > > Remember, ARes is still beta and unreleased. If you use it, you may > > want to be familiar with the source for it. Don''t worry it''s pretty > > simple. We''d appreciate the feedback and any help pushing for a real > > release. > > > Here''s another ARes tutorial BTW: > >http://weblog.techno-weenie.net/2006/12/12/taking-ares-out-for-a-test...ActiveResource isn''t in 1.2.2. You will only have files in vendor/ rails if you are have Edge frozen. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
bryanl wrote:> ActiveResource isn''t in 1.2.2. You will only have files in vendor/ > rails if you are have Edge frozen.So, is checking out rails trunk different from running freeze edge? Now, I actually checked out trunk into a directory to just poke around in the code... then decided to play with it, so I generated an app around it. Maybe this somehow makes the rails app generated afterward not savvy that there be a copy of trunk in vendor rails? b --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---