Re: [Radiant] Search Extension not installing at all

2011-09-08 Thread Mario Zigliotto
Jim,

I believe you said something similar a few years ago lol

http://old.nabble.com/Problem-installing-page-attachments-extension-tt25182036.html#a25411065

:)

On Thu, Sep 8, 2011 at 12:35 PM, Jim Gay  wrote:

> I haven't looked at this extension in a while, but the deprecation
> warnings shouldn't affect it.
>
> Have you tried using it?
>
> The reason I ask is because the error you mention "Don't know how to
> build task 'radiant:extensions:search:update'" means that there is no
> rake task of that name. Meaning, you ran a command that doesn't exist.
>
> I don't believe there are any migrations for it either.
>
> Just jump in and try using it!
>
>
> On Thu, Sep 8, 2011 at 12:22 PM, Dave  wrote:
> > Hi,
> >
> > I have a working version of Radiant 1.0.0.rc2 on my system. I am
> > running it under REE-1.8.7 and it works on my localhost and Heroku.
> >
> > I need to provide search. I looked up the Search Extension in the
> > Extensions and went through the rigamarole of getting the code for it.
> > Eventually I was able to untar and decompress the code into /vendor/
> > extensions.
> >
> > I renamed the directory created as search.
> >
> > I went to run rake:extensions:search:migrate
> >
> > After blasting off 10 pages of deprecations about all the stuff that
> > will soon not be working in the gem... migrations did nothing? Hmmm...
> > OK.. whatever...
> >
> > I then ran rake:extensions:search:update and was met with another 10
> > pages of deprecation notices... and the kicker...
> >
> > rake aborted!
> > Don't know how to build task 'radiant:extensions:search:update'
> >
> > Phew... this is encouraging. Could someone kindly point out the best
> > way to install this extension. It is very important that the Radiant
> > site be able to provide a search for content.
> >
> > Any tips most appreciated!!
> >
> > Thanks
> >
>
>
>
> --
> Jim Gay
> Saturn Flyer LLC
> http://www.saturnflyer.com
> 571-403-0338
>


Re: [Radiant] Search Extension not installing at all

2011-09-08 Thread Jim Gay
I haven't looked at this extension in a while, but the deprecation
warnings shouldn't affect it.

Have you tried using it?

The reason I ask is because the error you mention "Don't know how to
build task 'radiant:extensions:search:update'" means that there is no
rake task of that name. Meaning, you ran a command that doesn't exist.

I don't believe there are any migrations for it either.

Just jump in and try using it!


On Thu, Sep 8, 2011 at 12:22 PM, Dave  wrote:
> Hi,
>
> I have a working version of Radiant 1.0.0.rc2 on my system. I am
> running it under REE-1.8.7 and it works on my localhost and Heroku.
>
> I need to provide search. I looked up the Search Extension in the
> Extensions and went through the rigamarole of getting the code for it.
> Eventually I was able to untar and decompress the code into /vendor/
> extensions.
>
> I renamed the directory created as search.
>
> I went to run rake:extensions:search:migrate
>
> After blasting off 10 pages of deprecations about all the stuff that
> will soon not be working in the gem... migrations did nothing? Hmmm...
> OK.. whatever...
>
> I then ran rake:extensions:search:update and was met with another 10
> pages of deprecation notices... and the kicker...
>
> rake aborted!
> Don't know how to build task 'radiant:extensions:search:update'
>
> Phew... this is encouraging. Could someone kindly point out the best
> way to install this extension. It is very important that the Radiant
> site be able to provide a search for content.
>
> Any tips most appreciated!!
>
> Thanks
>



-- 
Jim Gay
Saturn Flyer LLC
http://www.saturnflyer.com
571-403-0338


[Radiant] Search Extension not installing at all

2011-09-08 Thread Dave
Hi,

I have a working version of Radiant 1.0.0.rc2 on my system. I am
running it under REE-1.8.7 and it works on my localhost and Heroku.

I need to provide search. I looked up the Search Extension in the
Extensions and went through the rigamarole of getting the code for it.
Eventually I was able to untar and decompress the code into /vendor/
extensions.

I renamed the directory created as search.

I went to run rake:extensions:search:migrate

After blasting off 10 pages of deprecations about all the stuff that
will soon not be working in the gem... migrations did nothing? Hmmm...
OK.. whatever...

I then ran rake:extensions:search:update and was met with another 10
pages of deprecation notices... and the kicker...

rake aborted!
Don't know how to build task 'radiant:extensions:search:update'

Phew... this is encouraging. Could someone kindly point out the best
way to install this extension. It is very important that the Radiant
site be able to provide a search for content.

Any tips most appreciated!!

Thanks