Hi,
I want to run ror on a macbook. Do I need to update Ruby? Can someone point me at some (reasonably easy!) guidelines to making a macbook Ruby on Rails loaded?
Thanks in advance.
Hi,
I want to run ror on a macbook. Do I need to update Ruby? Can someone point me at some (reasonably easy!) guidelines to making a macbook Ruby on Rails loaded?
Thanks in advance.
This provided all I needed to get started on my mac book:
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
Hello,
I want to run ror on a macbook. Do I need to update Ruby? Can someone point me at some (reasonably easy!) guidelines to making a macbook Ruby on Rails loaded?
Read this : http://blog.duncandavidson.com/2006/04/sandboxing_rail.html
-- Jean-François.
Thanks for the links. Locomotive looks interesting. Is there any reason I shouldn't just use it?
John Ivanoff wrote:
I tried Locomotive and it really didn't seem to work so well. Dont know why? Then I installed, Ruby and Rails as per the instructions, then console didn't work. But then I installed it with Darwin Ports, now lifes all good.
I'd recommend Ports for sure.
Weird. Locomotive is about as simple as you can get for Rails development.
Me too. Macports is great. And you can switch to Mongrel/Lighty/Apache/nginx whatever the next great thing is (and this seems to change frequently with rails) at your own pace.
Vish
I just came across an announcement that Darwin Ports is shutting down[1]. I’m not sure what this means to those of us who have relied on Darwin Ports over time (Fink?).
Anyone have any thoughts other than building each component individually?
fear not, while the opendarwin project is closing down, darwinports[1] is not - in early september, it moved to a new host[2] and was renamed macports[3]. james duncan davidson's invaluable article[4] was updated to reflect the naming change, uses mongrel instead of lighty and probably some other things as well.
cheers, jean-pierre
[1] http://darwinports.org (now redirects to macports.org) [2] http://macosforge.org [3] http://macports.org [4] http://blog.duncandavidson.com/2006/04/sandboxing_rail.html