For what it's worth, I've been able to run the radiant 'rails3' branch
on rails-3.0.3/ruby-1.9.2-p136 using rvm and this Gemfile:
source 'http://rubygems.org'
gem 'rails', '3.0.3'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'acts_as_tree', :git => 'git://github.com/parasew/
acts_as_tree'
gem 'radiant', :branch => 'rails3', :git => 'git://github.com/
radiant/radiant.git'
gem 'radius', :branch => 'ruby19', :git => 'git://github.com/jlong/
radius'
gem 'will_paginate', :branch => 'rails3', :git => 'git://
github.com/mislav/will_paginate'
Using these commands:
rails new mysite
cd mysite
vi Gemfile # Update with the above
bundle install
rake db:migrate
mkdir -p db/templates && touch db/templates/empty.yml
rake db:bootstrap # Gives error "undefined method `[]' for
false:FalseClass"...
mv public/index.html public/index.html.old
rails server
Now browse http://localhost:3000/
Regards,
Freddy Vulto
http://www.clickhere.nl