Modern Ruby Development
ascarter.net
Modern Ruby Development
1–10 of 56 posts
Re: Modern Ruby Development
#2Re: Modern Ruby Development
#3It's always interesting to see differences in people's 'base' stacks. Where feasible I like to have the environment on my dev machine reflect production as closely as possible so I would go with Passenger over Pow, but this is a great little guide.
Re: Modern Ruby Development
#4 source "http://rubygems.org"
should be gem source "http://rubygems.org"Re: Modern Ruby Development
#5Re: Modern Ruby Development
#6Interesting that he roots for homebrew over macports and rbenv over rvm while at the same time voting for capistrano. Of those 3 projects I find macports and rvm to do what I need from them perfectly and capistrano to be really lacking in both performance and complexity.
Re: Modern Ruby Development
#7Sorry guys, but this post is silly. What is modern on "ruby development" on mac? Why use zsh, xcode? "ruby development" doesn't mean you are doing rails.
Also, you glossed over the fact that he's not installing Xcode so that he can use its IDE; rather, he's installing to get LLVM/GCC easily. He makes it clear that ZSH is his preference and that he recommends it.
The vast majority of developers looking for a guide to set up their machine for Ruby development will be Rails developers. Denying that is silly.
Re: Modern Ruby Development
#8Interesting guide, one thing I find lacking in ruby is longevity in projects. Too much cool new stuff, why not just work out the bugs in the existing projects instead? Of course it's easier to write a new half-assed implementation than getting the hard last percent done. Interesting that he roots for homebrew over macports and rbenv over rvm while at the same time voting for capistrano. Of those 3 projects I find mac…
Re: Modern Ruby Development
#9source "http://rubygems.org" should be gem source "http://rubygems.org"
Re: Modern Ruby Development
#10Sorry guys, but this post is silly. What is modern on "ruby development" on mac? Why use zsh, xcode? "ruby development" doesn't mean you are doing rails.
There's nothing silly about a developer sharing his preferred development configuration. Also, you glossed over the fact that he's not installing Xcode so that he can use its IDE; rather, he's installing to get LLVM/GCC easily. He makes it clear that ZSH is his preference and that he recommends it. The vast majority of developers looking for a guide to set up their machine for Ruby development will be Rails developer…
Calling that "modern ruby development" is silly.