All blog posts tagged with ruby

Still Here

Posted September 1, 2010

Just dropping a one-liner to say: I'm still alive, and I still hate Ruby and Rails.

Version Cycles

Posted January 3, 2010

I saw some idiot's post the other day complaining about how long it takes Sun to release major versions of Java. Are you kidding me??? Ruby is only up to 1.9 - at it was first released in 1995, the same year as Java. Java is up to version 6, about to enter version 7. Even Python, which was first rel…

Read more

Ruby Lies

Posted September 17, 2009

It's been a while (mainly because I've been blessed with work in Java instead of Ruby), but I've got a new issue today. My boss instructed me to upgrade our Rails application to use the new version of Soap4R. Doing a little Google search led to this site which shows how to install the new version.

F…

Read more

More Fun from the Trenches

Posted August 13, 2009

Another real-world example of Ruby and Rails sucking - check out these 2 lines in a Markaby file:

    text command.description
    
    unless session[:criteria_errors].nil? && !command.promo_applied
      unless session[:criteria_errors][command.id].nil?
        # ...

Explain to me how we get this …

Read more

Troll?

Posted August 12, 2009

A colleague of mine pointed out that this site may just be considered to be a troll site. Here's the thing - every blog post I've used to give real actual examples of how both Ruby sucks and the Ruby on Rails frameworks suck. I haven't just said "Ruby sucks ass" and left it there. That's a troll sit…

Read more

Ruby Violates OO

Posted July 29, 2009

So this is fun - found another thing about Ruby that I find completely screws up a fairly basic principle of object-oriented design.

The whole point of access level control is to explicitly prevent access to certain methods under certain conditions, thereby allowing you to refactor your classes to p…

Read more

Obie Fernandez Is An Idiot

Posted July 20, 2009

So I thought I'd post my own response to Obie Fernandez's stupid-ass rant about how Ruby is better than Java on a point-by-point basis:

  1. Compilers are great - it touches all the parts of your code to at least superficially make sure what you've written is realistic. In Ruby, you never ever know if s…

Read more

More Love for Ruby on Rails

Posted July 16, 2009

So, new gripe today. Running a RoR application - all the logging and such turned on - process runs, updates the database, etc., etc., but returns error 500 at the very end. But only for this one controller + action (so don't tell me it's a "server configuration error").

And here's the thing - no err…

Read more

More Realworld Examples of Why Ruby Sucks

Posted July 16, 2009

Looking at a post on http://nathan.crause.name on using RSpec for XML-RPC within Rails, we see another example of why Ruby can suck a fat one. This isn't the first instance I've ever seen of a process just magically stopping under Ruby. No obvious crash, no exception thrown, no results returned. Jus…

Read more

I've tried

Posted July 14, 2009

I've tried to like Ruby. I've really tried. But no matter how much I might enjoy the little benefits the dynamic nature of the language affords, I simply cannot escape the frustration I feel every single day I use it. Mystic error messages. Automagic embedded deep inside frameworks spontaneously fai…

Read more

Displaying all 10 posts

More Ruby and Rails Haters

Not everyone gets sucked into the hype of Ruby and Rails - here's some bashers, and some with very valid points.

nathan.crause.name

blog.taragana.com

cbcg.net

www.webdesignforums.net

glyphobet.net

toometa.com

discuss.joelonsoftware.com

www.sambal.org

www.cftopper.com

www.straw-dogs.co.uk

www.javalobby.org