Hi, I have ruby1.9 installed as per this documentation to /usr/local: http://ruby.tie-rack.org/28/installing-19/
I tried this hello world example on ruby 1.8.6 on Fedora 10, and it works fine: http://radius.rubyforge.org/ === gem list === *** LOCAL GEMS *** actionmailer (2.3.2) actionpack (2.3.2) activerecord (2.3.2) activeresource (2.3.2) activesupport (2.3.2) cgi_multipart_eof_fix (2.5.0) daemons (1.0.10) fastercsv (1.4.0) fastthread (1.0.4) mislav-will_paginate (2.3.8) mongrel (1.1.5) mysql (2.7) rack (0.9.1) radiant (0.7.1) radius (0.5.1) rails (2.3.2) rake (0.8.4) rspec (1.2.2) rspec-rails (1.2.2) === END === I also installed radiant, radius using gem19: # gem19 install radius === gem19 list === *** LOCAL GEMS *** rack (1.0.0) radiant (0.7.1) radius (0.5.1) rake (0.8.4) rdoc (2.2.2) rspec (1.2.4) rspec-rails (1.2.4) === END === When I try to run the hello world example on ruby 1.9 using: $ ruby19 hello.rb I get the following output: === OUTPUT === [#<Radius::ParseTag:0x8adfc84 @block=#<Proc:0x8adfc5c@/usr/local/lib/ruby19/gems/1.9.1/gems/radius-0.5.1/lib/radius.rb:413>>, #<Radius::ParseContainerTag:0x8adfb94 @contents=[#<Radius::ParseTag:0x8adfa2c @block=#<Proc:0x8adfa04@/usr/local/lib/ruby19/gems/1.9.1/gems/radius-0.5.1/lib/radius.rb:413>>], @attributes={"times"=>"3"}, @name="repeat", @block=#<Proc:0x8adf9c8@/usr/local/lib/ruby19/gems/1.9.1/gems/radius-0.5.1/lib/radius.rb:437>>, #<Radius::ParseTag:0x8adf8b0 @block=#<Proc:0x8adf888@/usr/local/lib/ruby19/gems/1.9.1/gems/radius-0.5.1/lib/radius.rb:422>>] === END === In the documentation I see that radius is supported with ruby 1.8.6. Is radius tags support available for ruby 1.9? Appreciate any inputs. Thanks! SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
