Mocking Models


over 5 years ago by Kevin Clark on Gluttonous.
Today I decided to see how much of the test code in my current side project I could rip fixtures out of. At the same time I could see what kind of speed...

From Eclipse to NetBeans: Part 3


over 5 years ago by Charles Oliver Nutter on Headius.
I got a lot of good tips from NetBeans developers and users about how to resolve some of the issues I ran into. A number of them, as I mostly expected,...

TextMate Basics for Rails


over 5 years ago by topfunky on PeepCode.
This 55 minute screencast covers the basic concepts of using TextMate for Rails development. Being able to use the built in shortcuts and script your own...

Ratings On Rails


over 5 years ago by TechKnow on TechKnow Zenze.
Dave Naffis recently wrote Ruby on Rails, Ajax & CSS Star Rating System, a quick and simple tutorial that describes the steps necessary to integratin...

Quick tip - Flexible filters with respond_to


over 5 years ago by zackchandler on Depixelate - Home.
Are you using filters in your controllers to pre-load objects and DRY up your actions? Take for example a RESTful customer controller. We know we want...

Reset of Release Dates


over 5 years ago by streamlinedframework.org on Streamlined.
I’ve reset the release dates for 0.0.5 and 0.0.6. I’ve pushed 5 back to 9.9 (the original release date for 6) and 6 back to the 18th. There...

Reset of Release Dates


over 5 years ago by streamlinedframework.org on Streamlined.
I’ve reset the release dates for 0.0.5 and 0.0.6. I’ve pushed 5 back to 9.9 (the original release date for 6) and 6 back to the 18th. There...

More on Ruby Performance


over 5 years ago by Austin Ziegler on halostatue.
After yesterday's post (Joel on Ruby), Vidar of edgeio (a classified advertising site) posted to ruby-talk his experience with using Ruby in a high-performance...

Ruby on Rails: script/console reload!


over 5 years ago by Johnny on johnnys thoughts.
Somebody just showed me this on the #rubyonrails channel over on freenode… when you make changes to your model objects, you can reload the changes...

Using RubyInline for Optimization


over 5 years ago by Eric Hodel on Segment7.
I wrote an article on using RubyInline for optimization where I take png.rb, sprinkle in a little profiling and a little C and make it go over 100 times...