Re: [Radiant] Dependency Error

2011-10-15 Thread Jordon Bedwell
On 10/14/2011 07:20 PM, Avery Laird wrote: Hola > I've been trying for several days to fix a certain problem I keep > running into, which is whenever I run script/server I get this error > message: I don't quite remember but I think you need to migrate after. > I've install the gems "require" an

[Radiant] NameError when creating radiant

2011-10-15 Thread AgentSage
Hello all, I'm new to Radiant, and trying to set up a blog using radiant in heroku. I'm on a Mac with lion OS. When I run the following command in terminal: $ radiant -d sqlite3 wonder I receive this error: /Library/Ruby/Gems/1.8/gems/radiant-0.9.1/vendor/rails/activesupport/ lib/active_suppo

[Radiant] Re: NameError when creating radiant

2011-10-15 Thread john
use rubygems 1.3.7; `gem update --system 1.3.7` or add `require "thread"` to boot.rb