I would like to download the Rails Framework Documentation (http:// rails.rubyonrails.com/) so I can use it offline.
I tried doing 'File / Save As...' but that didn't work.
I had limited success with downloading http://corelib.rubyonrails.org/
using 'File / Save As...', but the frames get all confused.
I would like to download the Rails Framework Documentation (http:// rails.rubyonrails.com/) so I can use it offline.
I tried doing 'File / Save As...' but that didn't work.
I had limited success with downloading http://corelib.rubyonrails.org/
using 'File / Save As...', but the frames get all confused.
I would like to download the Rails Framework Documentation (http:// rails.rubyonrails.com/) so I can use it offline.
I tried doing 'File / Save As...' but that didn't work.
I had limited success with downloading http://corelib.rubyonrails.org/
using 'File / Save As...', but the frames get all confused.
I would like to download the Rails Framework Documentation (http:// rails.rubyonrails.com/) so I can use it offline.
I tried doing 'File / Save As...' but that didn't work.
I had limited success with downloading http://corelib.rubyonrails.org/
using 'File / Save As...', but the frames get all confused.
Any help greatly appreciated.
- Paul Davidowitz
1. download wget, and run wget -m -k api.rubionrails.com (I'm not
about the switches, use --help and or google to find out)
Please do not encourage people to do this.
It will eat up considerable bandwidth from a site that is offering a free service, and gains you nothing you cannot get for yourself in other, better ways.
Can you share with the list what those better ways are? Is it tar'd up
somewhere? I've always wanted to get a local copy of the api and never
thought about using wget until this mail.
Jano Svitok wrote:
> On 5/29/07, Paul <pdavidow@gmail.com> wrote:
>> I would like to download the Rails Framework Documentation (http://
>> rails.rubyonrails.com/) so I can use it offline.
>> I tried doing 'File / Save As...' but that didn't work.
>>
>> I had limited success with downloading http://corelib.rubyonrails.org/
>> using 'File / Save As...', but the frames get all confused.
>>
>> Any help greatly appreciated.
>> - Paul Davidowitz
>
> 1. download wget, and run wget -m -k api.rubionrails.com (I'm not
> about the switches, use --help and or google to find out)
Please do not encourage people to do this.
It will eat up considerable bandwidth from a site that is offering a
free service, and gains you nothing you cannot get for yourself in
other, better ways.
Can you share with the list what those better ways are? Is it tar'd up
somewhere? I've always wanted to get a local copy of the api and never
thought about using wget until this mail.
On 5/29/07, James Britt <james.britt@gmail.com> wrote:
>
> Jano Svitok wrote:
> > On 5/29/07, Paul <pdavidow@gmail.com> wrote:
> >> I would like to download the Rails Framework Documentation (http://
> >> rails.rubyonrails.com/) so I can use it offline.
> >> I tried doing 'File / Save As...' but that didn't work.
> >>
> >> I had limited success with downloading http://corelib.rubyonrails.org/
> >> using 'File / Save As...', but the frames get all confused.
> >>
> >> Any help greatly appreciated.
> >> - Paul Davidowitz
> >
> > 1. download wget, and run wget -m -k api.rubionrails.com (I'm not
> > about the switches, use --help and or google to find out)
>
> Please do not encourage people to do this.
>
> It will eat up considerable bandwidth from a site that is offering a
> free service, and gains you nothing you cannot get for yourself in
> other, better ways.
>
> --
> James Britt
>
> www.ruby-doc.org
>
Can you share with the list what those better ways are? Is it tar'd up
somewhere? I've always wanted to get a local copy of the api and never
thought about using wget until this mail.
Get the source (i.e gem install rails -y)
Run rdoc over the source
I'm pretty sure that's how it gets created for display on rubyonrails.com
If there's more to than that, then perhaps someone on the rails list could give more detail.
list. rb wrote:
> Can you share with the list what those better ways are? Is it tar'd up
> somewhere? I've always wanted to get a local copy of the api and never
> thought about using wget until this mail.
>
Get the source (i.e gem install rails -y)
Run rdoc over the source
I'm pretty sure that's how it gets created for display on rubyonrails.com
If there's more to than that, then perhaps someone on the rails list
could give more detail.
What am I doing wrong? Perhaps because when I installed rails I didn't
pass
the -y flag?
Thanks in advance:
That's exactly what I get. On the other hand, doesn't using the
installed gems for docs mean that they will be split up into rails,
activerecord etc...?
List Rb wrote:
> What am I doing wrong? Perhaps because when I installed rails I didn't
> pass
> the -y flag?
>
> Thanks in advance:
That's exactly what I get. On the other hand, doesn't using the
installed gems for docs mean that they will be split up into rails,
activerecord etc...?
1. [1] says do
rake rails:freeze:gems
before
rake doc:rails
2. if you don't want to freeze your rails app, create a new one and freeze that.
3. this is a Rails specific question now, so it'd better to ask on
rails list/group - this is not a question of rdoc anymore, it's about
how their rakefiles are set up.
On 5/31/07, Daniel Lucraft <dan@fluentradical.com> wrote:
>
> List Rb wrote:
> > What am I doing wrong? Perhaps because when I installed rails I didn't
> > pass
> > the -y flag?
> >
> > Thanks in advance:
>
> That's exactly what I get. On the other hand, doesn't using the
> installed gems for docs mean that they will be split up into rails,
> activerecord etc...?
>
> best,
> Dan