2005-11-08から1日間の記事一覧

Database-agnostic schemas

Ruby-based representation of your database schema. you can change from one database to another with no effort.The schema generator is sort of the flip side of the new schema code in Rails 1.0. It takes a set of Rails migrations, aggregates…

Standardising flash usage

Interesting discussion in the Rails ML about better (more standard) flash messages. In general: // :notice for positive feedback (action successful, etc) // :message for neutral feedback (reminders, etc) // :warning for negative feedback (…

Rails 1.0 RC4 (0.14.3)

RoR

script/server - will use lighttpd/fastcgi if installed and fall down to webrick if not (not for Winblows users) script/plugin is already native part of the distribution script/about - i'm waiting for this from a loooong time. reports all R…

Ruby way in benchmarking (apache ab replacement)

Ruby Web Bench (RWB) - I wanted to be able to build a weighted list of urls with which to test a website. RWB will become a little language in which you can write such lists, run tests, and build reports -- Pat Eyler