Install Ruby, Rails on Lepard

Wow what hell(can that be said here?)

I am no novice in working on osx command line nor windows and this has
been a very frustrating experience.

I have spent 5 days(on and off) trying to consistently use rails. It
just horrible.

So does anyone have a good set of instructions to install RoR in
Leopard?

Thanks,

Giovanni

This is a good one:

http://www.robbyonrails.com/articles/2008/01/22/installing-ruby-on-rails-and-postgresql-on-os-x-third-edition

I opted to use PostgresPlus instead of compiling:

http://www.enterprisedb.com/products/postgres_plus.do

Good luck!

Ryan

Try this:
http://howtoforge.net/getting-started-with-ruby-on-rails

Not really, just want it to work.

Trying to learn rails/ruby, I have tried the different examples and
most stuff dont work because the versions are totally different. So I
am trying to install the most commonly used version.

The Leopard installation got ruined so have to re-install. But there
is no simple install manuals.

So I need help.

If you are running Leopard, you should already have working
installations of Ruby and Rails. Are you looking for specific
versions?

On Jul 16, 1:17 am, “[email protected][email protected]

Using the rails that comes with OS X 10.5, I simply did:

sudo gem update --system
sudo gem install rails
sudo gem update rake
sudo gem update sqlite3-ruby

and was swiftly upgraded to the latest version. If that’s the most
commonly used I don’t know.

thanks guys,

I ultimately decided to NOT do the RoR way and stay with php.

Ruby was never the issue, but Rails.

Thanks again,

Giovanni

On Wed, 2008-07-16 at 10:00 -0700, Giovanni wrote:

thanks guys,

I ultimately decided to NOT do the RoR way and stay with php.

Ruby was never the issue, but Rails.

Thanks again,


good move - if you give up that easily, then you are better off sticking
with what you already know.

Craig

You could use Locomotive to try Rails.

It doesn’t include the latest version of rails put it is very easy to
install (to comand line)

Here’s an even easier Rails guide at Apple:

http://developer.apple.com/tools/developonrailsleopard.html

Go ahead and give another chance to Rails.

Gabor

sudo gem update --system
sudo gem update
sudo gem install activeresource

Rails is amazingly simple to install especially if you are not a n00b,
Craig is right, if you give up that easy you should just use PHP.

On Jul 17, 10:26 pm, Achille P. [email protected]

Giovanni

sudo gem update --system
sudo gem update
sudo gem install activeresource

ciao