[Radiant] Re: Trouble installing extensions

2011-08-08 Thread john
On Monday, August 8, 2011 1:47:56 PM UTC-5, roguedev wrote: > > I can install extensions without errors in radiant 0.9.1. It's after > freezing to edge that I'm having trouble. Do I need to do something > different after freezing? rake radiant:update rake db:migrate (and update the new environm

[Radiant] Re: Trouble installing extensions

2011-08-08 Thread roguedev
I can install extensions without errors in radiant 0.9.1. It's after freezing to edge that I'm having trouble. Do I need to do something different after freezing? Is it even possible to install extensions after running rake radiant:freeze:edge? The /vendor/extensions/index_page directory is presen

Re: [Radiant] Having issues getting RadiantCMS to run for the first time

2011-08-08 Thread Ryan Wilcox
On Mon, Aug 8, 2011 at 8:55 AM, Chance Dinkins wrote: > If anyone runs into this in the future, the issue was the version of gems. > Downgrade your gems: > > gem update --system 1.5.3 To weigh in here, I actually have installed slimgems, and use that in my Radiant project related RVMs. It works

Re: [Radiant] Having issues getting RadiantCMS to run for the first time

2011-08-08 Thread Chance Dinkins
Rails being below a certain version*. On Mon, Aug 8, 2011 at 11:23 AM, Chance Dinkins wrote: > Being a newb to rails, my only solution was to kick up the googlefoo. I > happened to find a related error regarding a Mutex error with rails being > higher than a certain version and rubygems being ab

Re: [Radiant] Having issues getting RadiantCMS to run for the first time

2011-08-08 Thread Chance Dinkins
Being a newb to rails, my only solution was to kick up the googlefoo. I happened to find a related error regarding a Mutex error with rails being higher than a certain version and rubygems being above a certain version. It just happened to work. Sorry that's such an uninformative answer but I was

Re: [Radiant] Having issues getting RadiantCMS to run for the first time

2011-08-08 Thread Jim Gay
Thanks. I did see that, but nothing here makes me think your version of rubygems should be 1.5.3. Why did you choose that version? On Mon, Aug 8, 2011 at 11:07 AM, Chance Dinkins wrote: > Hey Jim, > I did, but for brevity's sake here is the error I was receiving with a fresh > gemset: > /Users/ch

Re: [Radiant] Trouble installing extensions

2011-08-08 Thread Chance Dinkins
I have run into this as well on OSX 10.7 with radiant 0.9.2. In order to solve it, I had to run the migrations seperately: rake radiant:extensions:[EXTENSION]:migrate rake radiant:extensions:[EXTENSION]:update On Sun, Aug 7, 2011 at 8:11 PM, roguedev wrote: > I want to install a few extensions

Re: [Radiant] Having issues getting RadiantCMS to run for the first time

2011-08-08 Thread Chance Dinkins
Hey Jim, I did, but for brevity's sake here is the error I was receiving with a fresh gemset: /Users/chance/.rvm/gems/ruby-1.8.7-p352@radiant/gems/radiant-0.9.1/ vendor/rails/activesupport/lib/active_support/dependencies.rb:55: uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)

Re: [Radiant] Trouble installing extensions

2011-08-08 Thread Jim Gay
It says "uninitialized constant IndexPageExtension" Do you have that extension installed properly? This error might occur if the directory was created, but the code doesn't exist. So you might have an empty directory in vendor/extensions/index_page On Sun, Aug 7, 2011 at 8:11 PM, roguedev wrote:

Re: [Radiant] Having issues getting RadiantCMS to run for the first time

2011-08-08 Thread Jim Gay
Thanks for bringing this up Chance. It's not clear to me which error this rubygems downgrade solves. I've seen lots of problems with newer versions of rubygems and haven't been back to experiment. I'm currently on 1.6.2 but we should track down the actual errors to see what we can solve. Did you

Re: [Radiant] Having issues getting RadiantCMS to run for the first time

2011-08-08 Thread Chance Dinkins
If anyone runs into this in the future, the issue was the version of gems. Downgrade your gems: gem update --system 1.5.3 On Sun, Aug 7, 2011 at 12:00 PM, Chance Dinkins wrote: > Bob, > > Thanks for taking the time to respond. Yo clarify, I forgot that to > change my rvm to 1.9.2 until after I

[Radiant] Trouble installing extensions

2011-08-08 Thread roguedev
I want to install a few extensions from the repository. Installing with script/extension install works until it gets to the migrate and update tasks, then it looks like the extensions aren't being loaded. I'm on OS X 10.7, with radiant installed from the gem and then frozen with rake radiant:freez

[Radiant] Search Function for Radiant Site

2011-08-08 Thread Shanison
Hi I need to have a search function for my Radiant site. It needs the following: 1. Able to support UTF8. So non-english character search would be visible 2. Able to search files. If the site has a link to a file, it must be able to search for the contents inside as well. 3. Have a API, so that t