Regarding your errors getting Radiant working due to a Cucumber version mismatch, I was able to install the older version of Cucumber along side the newer version and everything started working.
I just ran this command: gem install cucumber -v 0.3.104 Hope this helps people work around the issue until Radiant updates their release. Subject: [Radiant] Radiant Installation Failing Using Ruby 1.9.1/1.8.7 From: Conrad Taylor <[email protected]> Date: Tue, 2 Feb 2010 23:09:43 -0500 To: [email protected] Hi, Radiant installation is failing with ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-linux] because I'm getting the following error message: $ rake production db:bootstrap (in /home/conradwt/rails.dir/examples/test) rake aborted! undefined method `feature_pattern=' for #<Cucumber::Rake::Task:0xb77941d8>*/home/conradwt/*.rvm/gems/ruby-1.8.7-head/gems/radiant-0.8.1/Rakefile:10 (See full trace by running task with --trace) and $ rake db:bootstrap (in /home/conradwt/rails.dir/examples/test) rake aborted! undefined method `feature_pattern=' for #<Cucumber::Rake::Task:0xb770b914>*/home/conradwt/*.rvm/gems/ruby-1.8.7-head/gems/radiant-0.8.1/Rakefile:10 (See full trace by running task with --trace) Next, I'm seeing much better success using Ruby 1.8.7 with the clone of the github project instead of the radiant gem. Lastly, I have tried using Ruby 1.9.1 with the clone of the github project but it required changes to the script files because they were referencing an incorrect path for the boot file. The fix was to revert the files back to the Rails standard script files (i.e. 2.3.5). Then Radiant appears to be functional on the admin and generates an error message on the client for Ruby 1.9.1. However, it continued to work on both the client and admin for Ruby 1.8.7. -Conrad _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ List Site: http://lists.radiantcms.org/mailman/listinfo/radiant Radiant: http://radiantcms.org Extensions: http://ext.radiantcms.org
