Ruby Messaging Shootout: or why SQS is slow and Starling or Beanstalk might be a better option
We had to have a really fast messaging system for Devver, after testing various systems here are some results from our Ruby messaging shootout. The... more »
0 commentsSave Tags: ruby, web services
Smart Model, Dumb Controller
After accepting the notion that models should be fat and controllers should be skinny, the important question is how do you know when a controller is... more »
0 commentsSave Tags: ruby
Riding Rails: Free Rails 2.1 Book
If you’re eager to learn how to use all the new features in Rails 2.1, Carlos Brando just released a free book titled Ruby on Rails 2.1, What’s New?.... more »
2 commentsSave Tags: books, ruby
Top 7 Things Ruby Does Better Than Java
I was a professional java developer from 1996 to 2006. From 2007 to present I've been a professional ruby developer. This last week I've been forced... more »
6 commentsSave Tags: java, opinion, ruby
Tired of looking at the console to know if the tests passed or failed?
A very cool gem, that makes very easy to use Autotest with Growl, Snarl, Libnotify, in your Mac, Linux or windows box. And it can even use text to... more »
0 commentsSave Tags: open source, ruby, tools
Duplicate Code in Your Tests
Sadly, DRY has become a philosophy that is dogmatically and blindly applied to every aspect of programming. I'm a big fan of firing silver bullets but... more »
0 commentsSave Tags: methodology, ruby
Automating the Development Environment
A simple guide that teaches you how to automate your development environment to a 1-click affair using the latest Mac OS X technologies.
0 commentsSave Tags: how-to, ruby
Best of Railscasts
Railscasts.com is one of the best places to learn invaluable tidbits of Ruby on Rails knowledge. They released their 100th episode today, and... more »
0 commentsSave Tags: ruby
Rails Auto Admin Plugin Reviews
An examination of some of the major admin plugins for ruby on rails. Looks at Lipsiaadmin, AutoAdmin, ActiveScaffold, Hobo & Streamlined.
0 commentsSave Tags: reviews, ruby
Adventures in Merb
An article on getting up and running with the web application framework Merb.
0 commentsSave Tags: database, how-to, ruby, web 2.0
Why Basecamp Sucks
Its so good but just falls flat on its face in the most important needs for a small dev team.
7 commentsSave Tags: reviews, ruby
BioRuby and Ruby on Rails: Active BioRecords
I work in bioinformatics because I like writing code to solve problems, and my first response is to start coding, rather than look to see if someone... more »
0 commentsSave Tags: frameworks, ruby
Generating Sitemaps With Rails
How to generate a sitemap to be used by search engines using Rails.
0 commentsSave Tags: how-to, ruby, standards
The Power of Git, Part 2
Git makes branching and merging so fast and easy that I can rewind all of the changes that I've made to the code base to support that feature, fix a... more »
0 commentsSave Tags: ruby, tools
Merb 0.9.0 (developer release)
A few minutes ago I pushed the gems for Merb 0.9.0 “All you need, none you don’t” to merbivore.com. We’ve chopped Merb up a little bit. merb-core is... more »
0 commentsSave Tags: announcement, frameworks, ruby
Nginx and Memcached, a 400% boost in req/s!
How-to for Nginx and Memcached for a quick and dirty 400% performance increase with any web application.
0 commentsSave Tags: how-to, ruby, server, web services
Search Engine Optimization for Ruby on Rails
How to improve your site's usability and search engine visibility, the Rails way. Use DRY principles and less coding to give both your users and... more »
0 commentsSave Tags: how-to, ruby, usability, web design
Call for action: do you want to have 5 times faster Rails applications?
Patches to Rails are submitted with overwhelming speed nowdays. But most of them are far from being as important as those mentioned in the post. Go... more »
0 commentsSave Tags: frameworks, open source, ruby, trends
Choosing a dynamic language to learn (Ruby/Groovy/Scala)
Why did I choose Groovy over the others? What where the characteristics that I valued most?
3 commentsSave Tags: groovy, open source, ruby, trends
Rails Plugins Recommendations
One of the niceties about working with Rails is how most plugins just work. Since plugins are tied to the framework, and just about everyone that... more »
0 commentsSave Tags: frameworks, opinion, ruby
Writing Efficient Ruby Code
A review of Stefan Kaes' book covering a few interesting and useful tips and tricks on writing efficient code in Ruby.
0 commentsSave Tags: books, how-to, reviews, ruby
Java is the New COBO…ZAP! (cartoon)
What do COBOL programmers think when they get on The Internets and read that Java is the New COBOL?
0 commentsSave Tags: humor, java, other languages, ruby
Why automated testing matters
This blog post discusses a couple of the author’s experiences with automated testing, and takes an honest look at how well it worked out. It then goes... more »
0 commentsSave Tags: .net, open source, opinion, tools
The Art and Science of JavaScript
In this tutorial, we'll look at a technique for using CSS and JavaScript to build a first-person-perspective maze, in homage to old-school adventure... more »
0 commentsSave Tags: css-html, javascript
jQuery 1.2.2 Released:
jQuery has a new release, 1.2.2, which is a bug fix release and more. This release comes on the 2nd birthday of jQuery:
0 commentsSave Tags: ajax, javascript
via