Ruby on Rails on Oracle
Here is a simple tutorial to get rails working with oracle.
Posted in Ruby | no comments |
Rails 1.1: The Forgotten Features
Here are a few of the smaller changes that made it into Rail 1.1. They maybe small but the look very useful.
Posted in Ruby, Web | no comments |
Rails 1.1 is Out
I just checked my mail and Rails 1.1 is out. Read DHH’s post for more info.
Posted in Ruby, Web | no comments |
A new rails based web forum
A few minutes ago I stumbled across the Rails Recipes forum. Then I saw a link to it’s code called opinion. Here is a overview from its trac.
Opinion is a Ruby on Rails based Forum system that tries to approximate a “blog <-> comment” system rather than imitating busy and noisy traditional forum solutions that already exist.
Posted in Ruby, Web | no comments |
Rails 1.1: Release Candidate 1 available
Posted in Ruby, Web | no comments |
Transformation
Steve Yegge at O’Reilly Ruby has a blog post called Transormation. This is an article about refactoring and it a good read.
Posted in Ruby | no comments |
why_ the lucky stiff
He has many web sites, but the one I use the most is RedHanded.
why_ is a lunatic that you have to keep your eye on.
Posted in Ruby | no comments |
Quick rails news
Just to brake the constant ImageNow happings. Hereis a post with the new features in Rails 1.1
Posted in Ruby, Web | no comments |
New ez_where plugin
I was thinking about writing something like this for rails. I guess these guys beat me too it.
Posted in Ruby | no comments |
Digging into Ruby Symbols
This is a good article on ruby meta-programming and symbols. All budding rubist should read.
