Reputation: 21
I can't figure out where exactly to go in order to write the Ruby code itself. I know that I can enter things line-by-line in Terminal (I'm on a Mac), but I'd like to figure out how to start using something like Xdrive (Apple won't allow me to download Xrive because I have OS X 10.5, not 10.6).
What steps do I need to take in order to start writing code in a program like xDrive.
Thank you in advance.
Upvotes: 2
Views: 94
Reputation: 1
Yes - I meant Xcode, not Xdrive. Sorry about that.
I had created an Apple developer account, but when I tried to download Xcode, there was only one download available.
Upvotes: 0
Reputation: 73303
Do you mean Xcode and not Xdrive? Xcode version 3.1.x is what you need for 10.5 - create a free account at Apple Developer Connection at http://connect.apple.com (if you haven't already) and in the Developer Tools subsection of Downloads (about halfway down) you will find it.
There's a nice intro at http://developer.apple.com/tools/developonrailsleopard.html
Upvotes: 1
Reputation: 49114
I started with the book "Agile Web Development with Rails"
I suggest you look at that book in a bookstore. If it isn't of help, then you may need to take a class on software development first. Or look for a more introductory book about programming in general.
Ruby and Ruby on Rails are not simple systems if you haven't written/developed software before.
Upvotes: 0