Blog Detail
Ruby on Rails Examples
http://www.rubyonrailsexamples.com
The blog is fairly new, it will have numerous number of Ruby code examples.
Recent Posts
techcfl.com review
techcfl.com asked me to review his web site (they are ruby on rails developers). techcfl.com is a Ruby on Rails Company, the have quite decent portfolio. The advantages of using Ruby on Rails as a main platform for the company allows them to deliver ...
dreamhost promo
I came across a decent dreamhost promo. It gave me 97 dollars discount for the 1 year plan. I paid about 22$ per year for huge space, and huge amount of bandwidth. Dreamhost support ruby on rails, I am not sure about their quality yet as they do not...
codersource.net review
I came across codersource.net, and I decided to review it. It has been a while from last time, I updated this blog. I was busy with very big exam. And, it has been a while from last time I wrote C# code. I am not real fan of C# .NET programming, but ...
Renaming files using ruby!
This is a simple program that renames all files inside a directory.Basically, it adds underscore in the beginning of every file. dir = "C:\\rubywork\\files" files = Dir.entries(dir) files.each do |f| next if f == "." or f == ".." oldFile...
RoR DRY
Ruby on Rails Vs J2EE


Nice! I love short and simple posts.
Posted: May 11th, 2007 | More Reviews From georgi | Report This Comment