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
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
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
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
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
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
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
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)
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:
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
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
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
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
13 matches
Mail list logo