Welcome to the Mac community! Check out
http://www.apple.com/support/switch101/ for some useful tips.
>
> Looks like the basic approaches I've seen so far:
> - Leave the pre-installed ruby 1.8.6 and just update the rails gem
That's what I'd advise. There's no reason to do it any other way that I
can see, unless you want to try Ruby EE.
[...]
> Mac has there own tutorial on the developer site,
No. The company is called Apple. :)
> but it requires
> using XCode and I want to use TextMate, so I haven't paid much
> attention to their instructions.
That's a foolish reason to ignore it. A text editor is a text editor.
But before you blow €39 on TextMate, try jEdit (see
http://marnen.livejournal.com for setup info) and/or TextWrangler.
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
--
Posted via http://www.ruby-forum.com/.
> I suppose the only real reason I have for not using the Ruby version
> that is already available is that it's 1.8.6 and my deployment
> environment (my hosting service), uses 1.8.7. Not too sure if there
> are any changes between versions that would be significant to me.
I would recommend getting VMWare or equivalent and re-creating
(as closely as possible) your deployment environment on a VM.
Then you can develop natively and test-deploy to your local Linux
(assuming!) instance for integration testing before pushing out to
production.
FWIW,
--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
If that's really a concern it's not that hard at all to compile and use
your own Ruby of whatever version you like. There's a good tutorial over
at Hivelogic. As for me I'm just using the pre-installed 1.8.6 version.
http://hivelogic.com/articles/view/ruby-rails-leopard
As for the comment earlier about "blowing" your money on TextMate, I am
in complete disagreement. That's the best €39 I think I've ever spent on
software. I've used a lot of text editors and in my opinion nobody else
comes close. This is, of course, one man's opinion. Your mileage may
vary.
Um, I meant "blow" in the sense of "spend irreversibly", not in the
sense of "waste". I know that TextMate is, by all reports, an excellent
program. However, I also know that a lot of Rails developers seem to
have tunnel vision when it comes to editors, so I just wanted to point
out a couple of free alternatives that the OP could evaluate. Sorry if
my choice of words was misleading.
> I've used a lot of text editors and in my opinion nobody else
> comes close. This is, of course, one man's opinion. Your mileage may
> vary.
Then I guess I should ask: in your opinion, what makes TextMate worth
the money?
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
Yea, maybe my comment sounded a bit more harsh than intended. I just
wanted to point out that there are sometimes compelling reasons to spend
money on good software when it can make you more efficient. That is as
opposed to using free software that just gets the job done.
> Then I guess I should ask: in your opinion, what makes TextMate worth
> the money?
In a word, "bundles."
And, the longer form: TextMate gives me exactly what I want in a text
editor, which is a feature set designed to help enter code. I'm not
talking about assistance entering method names (as in code completion).
I really care very little about that. I'm talking about getting help
entering code without getting in my way all time with popup menus
suggesting things it "thinks" I might want to enter (and getting it
wrong about half the time).
Or, getting me stuck with a "beach ball" while it goes off trying to
figure out what I might want to enter next, as is the case with the Java
based IDE that I'm stuck with in my day job as a Java programmer.
All I can say is, download the 30 day trial of TextMate. Read the docs
and really get to know the editor. Chances are, if you're like most of
use who have tried it, you'll happily whip out that credit card to buy
your very own copy of this wonderful editor.
I know, I sound like a TextMate salesman, but really I'm just a happy
customer.