Ruby on Rails 1.2 released

Rails works with a wealth of web servers and databases. For web server, we recommend Apache or lighttpd, running either FastCGI or SCGI, or Mongrel. For database, you can use MySQL, PostgreSQL, SQLite, Oracle, SQL Server, DB2, or Firebird. Just about any operating system will do, but we recommend a ‘nix-based one for deployment.
[ED: spotted on the rails weblog and slashdot develannouncements]

New Null Guide beta

There’s a new Null Guide beta at
http://www.firebirdsql.org/devel/doc/manual/temp/nullguide/nullguide.html
The following things have been added since the previous beta:

plan for Firebird 2.0 package in debian

When is planned packaging of Firebird 2.0 ? Damyan responds:

Altering procedures in use

From Dmitry Yemanov: As you might know, Firebird 2.0 no longer allows to alter/drop procedures that are used by active statements. However, we’ve got many requests from customers to restore the previous behaviour, because now it’s impossible to upgrade metadata under load. While we don’t consider this practice safe, I’d like to report that the new limitation is removed in the v2.0.1 release, thus rolling back to the prior logic. All potentially confusing situations (when two different versions of the procedure may coexist in memory simultaneously) are reported in firebird.log.

1 48 49 50 51 52 57