Anyone have any information on this? As others have said in past threads, I would be more than willing to host a mirror for the site. In fact, barring any copyright notices I find on the site, next time it''s up I''m going to rip it for my own personal benefit, and I may as well put it up as a mirror in static HTML format. Jason --~--~---------~--~----~------------~-------~--~----~ 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 1/2/07, Jason Norris <jasonmnorris-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> next time it''s > up I''m going to rip it for my own personal benefitYou could build the docs from source if you don''t want to wait for the site to come back up. #1 - create a dummy rails project, e.g. "rails-1_2-rc-apidoc" #2 - change directories, e.g. "cd rails-1_2-rc-apidoc" #3 - check out the rails source into that project, e.g. "svn co http://dev.rubyonrails.org/svn/rails/branches/1-2-pre-release/ vendor/rails" #4 - generate the api docs, "rake doc:rerails" #5 - point your browser at doc/api/index.html If you prefer, use "stable" rather than the "1-2-pre-release" branch. Isak> > Jason > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Manuals are different than the API; the API docs are available at http://api.rubyonrails.org/ but the manuals are...well...manuals. Narrative texts that explain how to do something such as routing or deployment. And again, I, too, can host or chip in to pay for a mirror. --Jeremy On 1/2/07, Isak Hansen <isak.hansen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > On 1/2/07, Jason Norris <jasonmnorris-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > next time it''s > > up I''m going to rip it for my own personal benefit > > You could build the docs from source if you don''t want to wait for the > site to come back up. > > #1 - create a dummy rails project, e.g. "rails-1_2-rc-apidoc" > #2 - change directories, e.g. "cd rails-1_2-rc-apidoc" > #3 - check out the rails source into that project, e.g. "svn co > http://dev.rubyonrails.org/svn/rails/branches/1-2-pre-release/ > vendor/rails" > #4 - generate the api docs, "rake doc:rerails" > #5 - point your browser at doc/api/index.html > > If you prefer, use "stable" rather than the "1-2-pre-release" branch. > > > Isak > > > > > > Jason > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 1/2/07, Jeremy McAnally <jeremymcanally-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Manuals are different than the API; the API docs are available at > http://api.rubyonrails.org/ but the manuals are...well...manuals. > Narrative texts that explain how to do something such as routing or > deployment.Of course. Time to call it a day, I guess.. :) Isak> > And again, I, too, can host or chip in to pay for a mirror. > > --Jeremy > > On 1/2/07, Isak Hansen <isak.hansen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > On 1/2/07, Jason Norris <jasonmnorris-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > next time it''s > > > up I''m going to rip it for my own personal benefit > > > > You could build the docs from source if you don''t want to wait for the > > site to come back up. > > > > #1 - create a dummy rails project, e.g. "rails-1_2-rc-apidoc" > > #2 - change directories, e.g. "cd rails-1_2-rc-apidoc" > > #3 - check out the rails source into that project, e.g. "svn co > > http://dev.rubyonrails.org/svn/rails/branches/1-2-pre-release/ > > vendor/rails" > > #4 - generate the api docs, "rake doc:rerails" > > #5 - point your browser at doc/api/index.html > > > > If you prefer, use "stable" rather than the "1-2-pre-release" branch. > > > > > > Isak > > > > > > > > > > Jason > > > > > > > > > > > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Actually, I don''t really need any of the Rails manuals, specifically. What I was looking for last week was the Capistrano manual, which is not available anywhere else AFAIK. I don''t recall if there''s anything else on the site that I''ve needed recently, but the Capistrano thing was really really annoying. Isak Hansen wrote:> > On 1/2/07, Jason Norris <jasonmnorris-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> next time it''s >> up I''m going to rip it for my own personal benefit > > You could build the docs from source if you don''t want to wait for the > site to come back up. > > #1 - create a dummy rails project, e.g. "rails-1_2-rc-apidoc" > #2 - change directories, e.g. "cd rails-1_2-rc-apidoc" > #3 - check out the rails source into that project, e.g. "svn co > http://dev.rubyonrails.org/svn/rails/branches/1-2-pre-release/ > vendor/rails" > #4 - generate the api docs, "rake doc:rerails" > #5 - point your browser at doc/api/index.html > > If you prefer, use "stable" rather than the "1-2-pre-release" branch. > > > Isak > > >> >> Jason >> >> > >> > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---