views:

162

answers:

8

Might sound like a stupid question I guess but rubyonrails.org is just an advert right now, which isn't a good sign.

+6  A: 

http://rubyonrails.org

Except that they are having some domain registration problems today. It should be back up within 24 hours.

Until that is back up, it looks like http://rubyonrails.com will work for you.

See http://twitter.com/dhh

kingjeffrey
Thank you, should probably have checked the .com myself!
TooManyCooks
The .com is not usually up. It usually redirects to the .org. But as a short term fix, they set the name servers to the .org's server ips.
kingjeffrey
+1  A: 

You're right, they are down (today?).

rlb.usa
+3  A: 

install rubygems, they type "gem install rails" from the commandline. There were some domain name issues with the hosting provider today, should be cleared up in the next few hours.

Matt Briggs
A: 

Looks like the site is currently having problems with its domain registrar, see here. Hopefully they should be resolved before too long and these links should work.

Donut
This is a good comment but doesn't answer question.
rlb.usa
At the time of posting, there were already a good 3 or 4 links to the Ruby website. I didn't feel like my answer needed to contribute to this redundancy, but I did want to let the OP know that the site was down (which, at the time of posting, no one else had mentioned yet).
Donut
+1  A: 

Or if you have Rubygems installed:

gem install rails

zetetic
A: 

First you need to download Ruby www.ruby-lang.org Rails is a Ruby gem, so after installing Ruby, in a console you would enter gem install rails

Check out http://guides.rails.info/3_0_release_notes.html#orm-abstraction-and-action-pack-interface to get started with the latest beta release of Rails 3

Or http://www.railstutorial.org/book#sec:up_and_running or similar for basics on Rails 2.X

Reuben Mallaby
A: 

You can find the rails gems and download here: http://rubyforge.org/frs/?group_id=307