Release Name: 0.5
Notes:
New release of the "one click" (nearly :) Rails installer for Linux. Upgraded everything I could lay my hands on (most importantly, to Rails 1.1.2); now works with XAMPP 1.5.1, as the new mod_scgi 1.10 seems to play nice with it (fingers crossed). Also added SQLite and PostgreSQL bindings for Ruby, Tidy gem, Builder gem, and swapped to Capistrano from Switchtower.
Changes:
***
VERSION 0.5: 2006-04-20
Built against XAMPP 1.5.1 (includes Apache 2.2)
Upgraded to mod_scgi 1.10
Upgraded to Rails 1.1.2 (plus latest dependencies)
Took tcltklib support out of Ruby compilation
Upgraded to Rake 0.7.1
Fixed apply_scgi.sh script to rewrite URLs correctly (was getting // in URLs in Rails app.)
Rewrote diff scripts to give cleaner results for constructing tarball (using rsync instead of ropey Ruby script)
Added Ruby bindings for SQLite (sqlite-ruby gem)
Added Ruby bindings for PostgreSQL (ruby-postgres built against PostgreSQL 8.1)
Added Ruby bindings for Tidy (tidy gem)
Added builder (gem) for XML
Swapped out Switchtower and replaced with Capistrano + Capistrano Ext
Upgraded to net-ssh 1.0.9
Upgraded cmdparse to 2.0.1
|