Discover the latest Rails news, version releases, community updates, and feature announcements.
April 28, 2005
A star is rising as an alternative, lighter-weight web server that doesn’t start with an A and ends with ‘pache. It’s called lighttpd and they actually maintain their FastCGI bindings,...
April 25, 2005
Just spotted this mighty brief posting for a Rails position in Columbus, Ohio on craigslist and thought I’d pass it along. It’s never been a better time to jump on...
April 25, 2005
Robby Russell has announced his authorship of an upcoming book that’ll provide “… an in-depth look at RoR, how it works inside and out”. The book is to be published...
April 19, 2005
There’s nothing like pushing a new major update in order to find bugs in the code when its exposed to a couple of hundred working applications. Thankfully the fixes were...
April 18, 2005
The time had come to butcher the piggy-back query and introduce real association loading through outer joins. Behold, the glorious eager loading of associations that makes it silly easy to...
April 15, 2005
Since Rails is supposedly this über-productive bag of lightning bolts, you should be able to accomplish great things within a single clip of 24 hours, right? That’s the assumption Rails...
April 15, 2005
Lucas Carlson talks about how Portland is turning into a power zone for Rails development and how great his presentation there went last night: Last night I gave a presentation...
April 13, 2005
RForum is one of the earliest open source applications based on Rails, but it has only just reached a state where the authors Andreas Schwarz and Alexey Verkhovsky were willing...
April 13, 2005
Alexey Verkhovsky has completed the transition of Instiki to a Rails-based core that uses the latest versions of all the framework instead of the ‘03 dialects it was currently running....
April 12, 2005
Jon Tirsen has taken a closer look at the differences between the threaded scaling approach in J2EE and using Rails with FastCGI. While the former requires object pools, induces thread-safety...