From: Diego Bernardes Date: 2010-08-16T21:34:19+09:00 Subject: Unix Philosophy in Ruby Programing I use Linux about 5 years, but, this year that i started to "use" linux. Now i understand a little more about the unix philosophy and some other trick things windows dont do/have. This changed the way i program. Ruby was build to help manage linux systems, rigth? So, this is the question, what you guys think about the way ruby programs are made? Why build a gem/program to send mail if you can send with sendmail? Why build process monitor if you can use monit? And so.. A nice post about this is: http://tomayko.com/writings/unicorn-is-unix -- Posted via http://www.ruby-forum.com/.