Good guide. It seems that the group of devs that worked on the rails3 branch gave up after their code-sprint in Australia, but I may be wrong. This allows people to pick up where they left off.
I'll give this a shot when I get home. On Jan 11, 7:17 am, Freddy Vulto <[email protected]> wrote: > 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 browsehttp://localhost:3000/ > > Regards, > > Freddy Vultohttp://www.clickhere.nl
