Ajax
Setting up of Ruby on OS X
15/01/08 11:17
Settting up Ruby and Ajax, I followed these instructions.
You also need to make sure the PATH variable is set correctly to properly execute the files. This can be checked by typing ENV into the terminal of OS X.
Also you need to start with this comment
"I was able to get everything installed okay. The only problem is that the default database is now SQLite3. So, if you want to create apps with the above instructions using MySQL, you’ll have to start it using “rails -d mysql myApp”. Else, install SQLite3 and use it. These instructions are easy to use and very much appreciated. Thanks!"
You also need to make sure the PATH variable is set correctly to properly execute the files. This can be checked by typing ENV into the terminal of OS X.
Also you need to start with this comment
"I was able to get everything installed okay. The only problem is that the default database is now SQLite3. So, if you want to create apps with the above instructions using MySQL, you’ll have to start it using “rails -d mysql myApp”. Else, install SQLite3 and use it. These instructions are easy to use and very much appreciated. Thanks!"