There are lots.
(But you shoul really be using PostgreSQL anyway -- it's a much better
DB.)
> I
> followed one to install ROR
That could be part of your problem. Did you follow Hivelogic's guide to
installing Rails? If so, you wasted your time. Mac OS developer tools
include perfectly usable versions of Ruby, RubyGems, and Rails; the
Hivelogic tutorials started at a time when this was not the case.
(Their mySQL installation guide seems pretty good, though.)
>, then another to get mysql, then another
> to install mysql gem and now I am stuck, because it just doesn't work.
> I am not a unix-master, I don't want to compile some obscure versions
> of mysql, then move all the files around, compile gems, then remove
> this, install that...
You should not have to. However, you will get better help if you don't
whine. :)
Also, it is possible to do development in many PHP frameworks without
really understanding the system you're working with. It is perhaps a
bit less possible in Rails. On balance, that's probably a good thing.
>
> Peter
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
--
Posted via http://www.ruby-forum.com/.
By "system", I meant the OS, not the app framework.
> The good thing is that anyone can enable Apache+PHP in OS X, then
> download and install MySQL and they will just work. The bad thing
> thing is that if you follow the official tutorial on how to install
> ROR, then install MySQL and run gem install mysql - it won't work.
> That's the real bad thing.
The official site says that ROR is installed by default on Mac OS.
MySQL installs the same way regardless of whether you're using PHP or
Ruby. So that leaves the mysql gem, which does just work. Your case is
apparently not typical -- the "install mySQL, install mysql gem, go"
works for nearly everyone.
> It has nothing to do with PHP frameworks.
Nor with Rails. Sounds like your particular setup.
Really? I think I've used 5.1 both with PHP and Rails (although I no
longer have access to those boxes, so I can't verify that).