Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

railsapi.com out of date #29

Closed
sunaku opened this issue Oct 7, 2011 · 40 comments
Closed

railsapi.com out of date #29

sunaku opened this issue Oct 7, 2011 · 40 comments

Comments

@sunaku
Copy link
Contributor

sunaku commented Oct 7, 2011

Please add Rails 3.1.1 to railsapi.com, thanks!

@mikdiet
Copy link
Contributor

mikdiet commented Oct 8, 2011

+1
Your resource is the most convinent API doc for Rails

@pankajso
Copy link

pankajso commented Nov 2, 2011

+1
Rails 3.1.1

@lukeholder
Copy link

+1

2 similar comments
@huug
Copy link

huug commented Nov 18, 2011

+1

@smarius
Copy link

smarius commented Nov 27, 2011

+1

@maxime-menant
Copy link

+1 I can't live without :'(

@ndbroadbent
Copy link
Contributor

+1

@Nkburdick
Copy link

+1, its such a great tool to have when i'm offline (which is all the time)!!

@andreimoment
Copy link

+1 how can we help?

@Nkburdick
Copy link

@voloko - I already added my +1, but I want to echo what @aandre said, how can we help? The community is here to assist :)

@lukeholder
Copy link

how is this different from http://api.rubyonrails.org/

@Nkburdick
Copy link

I find that railsapi does two things that http:/api.rubyonrails.org doesn't.

  1. Your can include the ruby docs (plus other gems) and create a custom package. I really like being able to search both the rails docs and ruby docs at the same time to be able to find the right method.
  2. I'm offline a lot, and it helps a ton to be able to download a custom package that I can search at any time. I use it constantly, every day... it's one of the browser tabs I keep open when writing rails code.

@mikdiet
Copy link
Contributor

mikdiet commented Jan 13, 2012

@lukeholder It mixes ruby API and rails API together

@lukeholder
Copy link

ooops.. yeah sorry duh.

On Fri, Jan 13, 2012 at 11:16 AM, Mikhail Dieterle <
reply@reply.github.com

wrote:

@lukeholder It mixes ruby API and rails API together


Reply to this email directly or view it on GitHub:
#29 (comment)

Luke Holder

(+1) 425 647 5710

@phallstrom
Copy link

For those that want them...

http://dl.dropbox.com/u/23115266/railsapi/rails-v3.1.3.zip
http://dl.dropbox.com/u/23115266/railsapi/rails-v3.2.1.zip

Generated using ruby 1.9.3, sdoc v0.3.16, and a command similar to this:

RDOCOPT="--main rails-v3.2.1/README.rdoc" sdoc -x test -x example -x bin -N --title "Rails v3.2.1" --op ~/Desktop/rails-v3.2.1 rails-v3.2.1

@Aaron2Ti
Copy link

@pankajso thanks a lot

@andreimoment
Copy link

Thank you!

@Dagnan
Copy link

Dagnan commented Feb 16, 2012

Thanks!

@leesmith
Copy link

It would be nice if railsapi.com was a community asset. The "build your own package" feature is awesome (especially when you can combine ruby and rails apis) but unfortunately the site is not maintained. Why is that?

@phallstrom
Copy link

More interest than I thought... I generated ruby 1.9.3-p125 docs as well...

http://dl.dropbox.com/u/23115266/railsapi/ruby-1.9.3p125.zip

@leesmith
Copy link

@phallstrom Any chance you could produce a combined ruby 1.9.2 and rails 3.2 bundle? Thanks in advance!

@phallstrom
Copy link

1.9.2 or 1.9.3 ?

On Feb 16, 2012, at 11:21 AM, Lee Smith wrote:

@phallstrom Any chance you could produce a combined ruby 1.9.2 and rails 3.2 bundle? Thanks in advance!


Reply to this email directly or view it on GitHub:
#29 (comment)

@leesmith
Copy link

@phallstrom 1.9.2

@phallstrom
Copy link

Not merged, but here's ruby 1.9.2-p290

http://dl.dropbox.com/u/23115266/railsapi/ruby-1.9.2p290.zip

On Feb 16, 2012, at 11:28 AM, Lee Smith wrote:

@phallstrom 1.9.2


Reply to this email directly or view it on GitHub:
#29 (comment)

@toy
Copy link
Contributor

toy commented Feb 16, 2012

Maybe it will help — some time ago I created doc gem for building searchable documentation for any number of version of ruby, rails, gems and other libs and gem uses sdoc. Building takes longer then downloading, but then you can customize whatever you want.

@nfm
Copy link

nfm commented Feb 19, 2012

Thanks @phallstrom, very helpful!

Does anyone know how to merge them so that you get the little colored 'ruby' or 'rails' prefixes before the class name? I thought sdoc-merge --names would do this, but it doesn't.

@phallstrom
Copy link

@whitehat101
Copy link

+1, when you need it, you need it.

@ndbroadbent
Copy link
Contributor

Hey everyone, I'm going to be helping out with the sdoc repo and railsapi.com maintenance. Closing this issue for now, hope to get Rails 3.2.8 and Ruby 1.9.3 up on railsapi.com soon

@leesmith
Copy link

@ndbroadbent How's the maintenance going? Some fresh api docs would be awesome.

@manuelmeurer
Copy link
Contributor

@ndbroadbent Would be great to get Ruby 1.9.3 or even 2.0.0 and a current version of Rails 3.2 online... thanks for your effort!

@leesmith
Copy link

Maybe @phallstrom can come through for us again. :)

@phallstrom
Copy link

I really should write up what I do, but I'm lazy right now... Rails is 0.0.1 out of date, but close enough.

https://dl.dropbox.com/u/23115266/railsapi/Rails%203.2.12.zip
https://dl.dropbox.com/u/23115266/railsapi/Ruby%201.9.3.zip

@manuelmeurer
Copy link
Contributor

Great, thanks! Is it possible to generate a combined version of Ruby and Rails, like http://railsapi.com/doc/rails-v3.2.6_ruby-v1.9.2/ ?

@leesmith
Copy link

Mucho gracias @phallstrom! A gist on how you do this would be awesome too. Thanks again! 🤘

@phallstrom
Copy link

@leesmith Here's how to build them yourself.

http://pjkh.com/articles/building-your-own-rails-and-ruby-searchable-api-docs/

@manuelmeurer I think it's possible to combine them, but I don't like them that way so haven't figured out how to do it.

@leesmith
Copy link

That's awesome. Thanks man!

@manuelmeurer
Copy link
Contributor

Awesomeness, thanks @phallstrom! Combining them is really easy using sdoc-merge:

sdoc-merge --title "Ruby 1.9.3, Rails 2.3.13" --op merged --names "Ruby 1.9.3,Rails 2.3.13" Ruby\ 1.9.3 Rails\ 3.2.13

@phallstrom
Copy link

Thanks @manuelmeurer I added it to the article and mentioned you. If you'd rather your name wasn't on there let me know and I'll take it off.

@manuelmeurer
Copy link
Contributor

No problem with my name on there, I took the command directly from the README though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests