September 2008
3 posts
NeverBlock: Instant Scaling For Your Rails Apps →
Rails Performance (Thin Vs.NeverBlock::Thin) The scaling characteristics under heavy load were benchmarked, we did so with 500 and 1000 concurrent requests. Thin scaling NeverBlock::Thin scaling Memory consumption was recorded for the different configurations Memory Consumption (Thin Vs. NeverBlock::Thin)
Sep 4th
Git Community Book →
Sep 3rd
New Relic - Rails performance monitoring plugin →
Sep 3rd
June 2008
1 post
The Rails Documentation App - Rails-doc.org →
Jun 20th
May 2008
5 posts
Clean your configuration with... →
May 29th
Community Engine | A Social Networking Plugin for... →
May 24th
Dynamically created methods in Ruby →
Use def, avoid define_method
May 15th
“Imagine trying to make a Rails project LSB compliant — your database.yaml...”
– Puppet Blog: Development and More
May 6th
flamefest: Twitter Said To Be Abandoning Ruby on... →
May 1st
April 2008
39 posts
rails: Using Thin Instead Of Mongrel →
Apr 30th
rails: From Param: How URL-Based Fetching Ought to... →
From Param will auto-magically save the to_param of your model to the specified parameter column (defaults to “param” but you can set it by calling set_param_column) and then automatically know to find by that column if it exists when from_param is called. This way, all you have to do is define a to_param that will be unique to your record and everything else is handled for you!
Apr 29th
“the only writing that is of great value anymore is that which explains why...”
– Rex Hammock
Apr 28th
“It may be easier than ever to build something and, perhaps because of social...”
– Why Johnny Can’t Scale
Apr 25th
Hey Rails, nice Rack! →
Ezra is putting rack support into his fork of Rails.
Apr 25th
Building a Social Network Site in Rails →
Pretty awesome list of plugins for building a new site.
Apr 25th
rails: Database agnostic != database ignorant →
Basic SQL stuff that people using Rails need to know.
Apr 24th
What's up in Ruby? - Niche search engine →
Apr 24th
rails: Creating More Using Less Effort with Ruby... →
Decent intro guide for people who want to know what Rails is at 50,000 feet.
Apr 24th
rails: Fail Early with misconfigured MySql adapter →
Here’s another case where this idea is useful. It’s well-known that the Ruby-based MySQL driver included with Rails isn’t suitable for use in production. In fact, Rails will produce this warning in the log if it is in use: WARNING: You’re using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please...
Apr 23rd
Better Redirects in Rails →
Simple ways to redirect the user back-and-forth between pages. Like ‘edit then return to where you started the edit from’
Apr 22nd
msysgit - Windows git Client →
Apr 22nd
Apr 22nd
“Do stuff, instead of trying to make the non-stuff you are doing seem important.”
– AJ Valliant
Apr 21st
The new attack on the RDBMS →
AppEngine / SimpleDB / CouchDB are coming up with new ways of doing scalable DBs. Will we have SQLite on the client and something else on the backend soon?
Apr 21st
“anyone can do any amount of work, provided it isn’t the work he is...”
– Robert Benchley
Apr 21st
Using InnoSetup to Build a Self-Extracting Shoes...
I’m going to go into this one in more detail on the main blog sometime in the future. But I’m happy to say I was able to build Shoes app as a self-extracting Windows executable (~7MB).  This is my file structure  myprogram\Rakefile # This is where I stick static files that will be copied in the distribution myprogram\meta            # full shoes install, with gems unpacked into the...
Apr 20th
“Success is the continued absence of failure.”
– NOOP
Apr 16th
Ruby River - FriendFeed →
Apr 16th
Book Review: Design Patterns in Ruby →
Apr 14th
Mini reviews of 19 Ruby template engines →
Apr 14th
CruiseControl.rb - support cvs →
Apr 14th
Ruby GUI Toolkits →
Apr 12th
“Seriously, it is almost impossible to be fired as a programmer on a team if you...”
– Raganwald
Apr 11th
Using New Gem Generator in Windows →
1) Install bdstar from gnuwin32 2) Create tar.bat and sudo.bat. Ensure they are on your windows path. 3) In tar.bat put the line: @bsdtar.exe %* 4) In sudo.bat put the line %*
Apr 11th
Virtual Rails →
Apr 10th
gems: Duration in Ruby on Rails →
chronic, but in the other direction.
Apr 10th
rails/plugin: Rails schema browser plugin: proof... →
Pretty slick. Demo
Apr 10th
RubyFlow : Community Filtered Ruby News →
New site for Ruby news, does a better job of filtering and summaries.
Apr 10th
gems: Ruby-GitHub: Simple Access to the GitHub API →
user = GitHub.user('mbleigh') user.name # => "Michael Bleigh" user.repositories # => array of repositories user.repositories.last.name # => "ruby-github" user.repositories.last.url # => "http://github.com/mbleigh/ruby-github" user.repositories.last.commits # => array of commits (see below)
Apr 9th
rails/plugin: Better Partials Plugin for Rails →
form, :show_header => true %>
Apr 9th
“class BufferedConnection”
– Method Injection
Apr 4th
MyBlogLog Claim
Apr 3rd
“The fact of the matter is that monkeys simply aren’t very stealthy. They are...”
– Virtuous Code › Announcing Ninja-Patching! (via drawohara)
Apr 3rd
1 note
“According to my preliminary tests, using Crack makes you 5 to 10 times more...”
– Announcing Ruby on Crack (via rubyist)
Apr 3rd
Rails Admins Plugins Review →
Still looks like ActiveScaffold FTW
Apr 3rd
“In the frenzy for viral loops and SEO, we quietly chugged away on building...”
– Tony Wright of RescueTime
Apr 2nd
“What kinda fuckin’ drugs was Larry Wall smokin’ when he designed...”
– Badtux the Snarky Penguin:
Apr 2nd
“A novice had a problem and could not find a solution. “I know,” said...”
– Erik Naggum
Apr 2nd
March 2008
60 posts
“That whole WWJD thing bugs me. People have been claiming to know my will for...”
– TweetJeebus
Mar 30th
“But there’s another point of view, which says that people who might take...”
– Giles Bowkett
Mar 28th