Re: [Radiant] Radiant Instalation Help...

2009-08-06 Thread Jason Bray
Jeff,

Thanks for the advice.  I am not using the built-in Ruby.  I rolled my own
using the Hivelogic instructions for Leopard.  I did double check to make
sure everything was updated properly and everything appears to be.  I
started the Radiant install again from the beginning, made it all the way
through until running script/server and error message.

I'm not sure how installing Enterprise Ruby will help so I may not try that
yet.  I'm sure the main error here is btwn the chair and keyboard.  My
inexperience with this framework is likely the root.  I'll probably put
Radiant on the back burner for awhile until I have a better grasp of Rails.

I just wanted to say thanks.

--
Jason Bray
--


On Thu, Aug 6, 2009 at 9:44 AM, Jeff Casimir wrote:

> Jason,
>
> Are you using Leopard's built-in Ruby distribution?  I remember there
> being some complications there.  You might try to update your version
> of gems ("sudo gem update --system") and all your gems ("sudo gem
> update").  If that doesn't get you anywhere, you might consider
> installing a newer version of ruby like Ruby Enterprise Edition:
> http://www.rubyenterpriseedition.com/
>
> - Jeff
>
> ---
> Jeff Casimir
> Jumpstart Lab by Casimir Creative, LLC
> http://jumpstartlab.com
> @jumpstartlab on twitter
> Rails Jumpstart - Aug 15&16 - Beginning Web Application Development
> JavaScript Jumpstart - Sep 12 - Intermediate Javascript Programming & UI
> Robotics Jumpstart - Sep 13 - Intro to Robotics with Lego Mindstorms NXT
>
>
>
> On Wed, Aug 5, 2009 at 9:17 PM, Jason Bray wrote:
> > Greetings,
> >
> > I'm attempting to install Radiant on OSX Leopard.  I'm also a Rails noob
> > just to get that out there.  I followed these installation instructions:
> > http://wiki.github.com/radiant/radiant/installing-on-mac-os
> >
> > Everything went flawlessly until I ran - ./script/server
> >
> > I get this message in terminal:
> > /Users/jaybray/Sites/example/config/boot.rb:138:in `load_rubygems':
> > undefined method `>=' for nil:NilClass (NoMethodError)
> >from /Users/jaybray/Sites/example/config/boot.rb:100:in
> > `load_initializer'
> >from /Users/jaybray/Sites/example/config/boot.rb:61:in `run'
> >from /Users/jaybray/Sites/example/config/boot.rb:19:in `boot!'
> >from /Users/jaybray/Sites/example/config/boot.rb:161:in ` > (required)>'
> >from ./script/server:2:in `require'
> >from ./script/server:2:in `'
> >
> > and of course I get nothing when I go to my localhost.  Anyone have
> advice
> > or suggestion on where to find help?  Many thanks...
> >
> > --
> > Jason
> > --
> > ___
> > Radiant mailing list
> > Post:   Radiant@radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem unsolved: Multiple languages for content

2009-08-06 Thread john muhl
could you just ask your snippet to give the right urls?








still some duplication but much less and duplicating layouts

On Thu, Aug 6, 2009 at 2:06 PM, exitseven wrote:
> Hey again,
>
> sorry, I'm still looking around for a solution. I stumbled over an old
> post of someone having the same problem
> (http://www.ruby-forum.com/topic/133019). He writes exactly about what
> I need. But besides I am unable to install the Language Redirect
> extension, it is not exactly what I need.
>
> I have to page trees:
>
> 1) /de/page
> 2) /en/page
>
> The /de-tree is working fine. The user should now be able to hit a
> link "English version" on the site and should then get to the
> /en-tree-contents.
>
> So far not a problem. The user gets to for example /en/home. But from
> now on he should only get contents from the /en-tree:
>
> /en/home/
> /en/about_us
> /en/contact
> /en/...
>
> I use a snippet to render the menu:
> 
>
> Do I have to double every layout I have into an /en- and an
> /de-version? I thought there is propably some extension that
> automatically routes every /de-request to the /en-tree if the user
> requested the english version of the site one time by clicking the
> "English version" link.
>
> Hopefully you understand the problem and there is an answer somewhere 
> outside...
>
> Best wishes,
> rainer
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread john muhl
`script/extension install` runs both the migrate and update tasks
regardless just to be safe. extensions that plan for this include
empty migrate/update task to keep these messages from confusing users.

On Thu, Aug 6, 2009 at 1:11 PM, exitseven wrote:
> Hm,
>
> thanks for the answer. But I run the provided installer script
> (./script/extension install mailer). This script is running the
> update. Why is it doing this, if it is not needed? I did not touched
> the script.
>
> I know that the mailer extension needs to get configured in the mailer
> page part. But what do you mean with:
> "You just need to clone the extension and config the mailer in the
> "mailer" page part."
>
> To clone? You mean copy? What do I have to copy?
>
> Your help will be very appreciated! Thanks!
> rainer
>
> On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
>> The thing is that you don't need to run "update" on mailer extension.
>> There's nothing to update. As there is nothing to migrate. You just need to
>> clone the extension and config the mailer in the "mailer" page part.
>>
>> And you get that error, because the "update" task is not present in the
>> extension.
>>
>> Cristi
>>
>> On 06.08.2009 12:29, Mamed Mamedov wrote:
>>>
>>> Does anyone knows if it compatible with last version of radiant (0.8)?
>>> I'am
>>> using it on 0.7.1 without any problem.
>>> 
>>> Regards,
>>> Mamed Mamedov
>>>
>>>
>>> Samuel
>>> Goldwyn
>>> - "I'm willing to admit that I may not always be right, but I am never
>>> wrong."
>>>
>>> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
>>>
>>>

 Hey Mamed,

 sure, thanks for the quick reply!

 ~$ ruby -v
 ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
 Ruby Enterprise Edition 20090610

 ~$ rails -v
 Rails 2.3.3

 ~$ radiant -v
 Radiant 0.8.0

 Does it help?

 Best wishes,
 rainer

 On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
 wrote:

>
> I think there is problem with your radiant/rails/ruby versions
> cross-compatibility.. ha?
> Please give us your actual versions of radiant, rails and ruby. Thank
>

 you!

>
> 
> Regards,
> Mamed Mamedov
>
>
> Mike Ditka
>

  -

>
> "If God had wanted man to play soccer, he wouldn't have given us arms."
>
> On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:
>
>
>>
>> Hello again,
>>
>> I just tried to install the mailer extension as described
>>
>> here: http://wiki.github.com/radiant/radiant/mailer-extension
>> and here (manually):
>> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>>
>> Unfortunately the installation process (rake) exits with:
>>
>> $ rake radiant:extensions:mailer:update --trace
>> (in /home/claude/DEV/freiraumart)
>> rake aborted!
>> Don't know how to build task 'radiant:extensions:mailer:update'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in

>>
>> `[]'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in

>>
>> `invoke_task'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in

>>
>> `top_level'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in

>>
>> `each'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in

>>
>> `top_level'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in

>>
>> `standard_exception_handling'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in

>>
>> `top_level'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in

>>
>> `run'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in

>>
>> `standard_exception_handling'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in

>>
>> `run'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31

>>
>> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
>> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
>>
>> What a

[Radiant] Problem unsolved: Multiple languages for content

2009-08-06 Thread exitseven
Hey again,

sorry, I'm still looking around for a solution. I stumbled over an old
post of someone having the same problem
(http://www.ruby-forum.com/topic/133019). He writes exactly about what
I need. But besides I am unable to install the Language Redirect
extension, it is not exactly what I need.

I have to page trees:

1) /de/page
2) /en/page

The /de-tree is working fine. The user should now be able to hit a
link "English version" on the site and should then get to the
/en-tree-contents.

So far not a problem. The user gets to for example /en/home. But from
now on he should only get contents from the /en-tree:

/en/home/
/en/about_us
/en/contact
/en/...

I use a snippet to render the menu:


Do I have to double every layout I have into an /en- and an
/de-version? I thought there is propably some extension that
automatically routes every /de-request to the /en-tree if the user
requested the english version of the site one time by clicking the
"English version" link.

Hopefully you understand the problem and there is an answer somewhere outside...

Best wishes,
rainer
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread exitseven
Ah, okay. Did that!

Now I have the directory "mailer" in the vendor/extensions dir. And
mailer shows up under "Extensions" in radiant. So far, so good. But I
have the language_transliterate extension
(git://github.com/kranthi/language_transliterate_local.git) installed
and now everything I type gets somehow translated into arabic
characters. And there is usually a dropdown called "Type in" provided
by this extension, where you can choose the language you are typing
in. But this dropdown is empty now.  As soon as I move the "mailer"
dir out of the extensions dir language_transliterate is working again.

I don't know what to do now. You?

On Thu, Aug 6, 2009 at 9:16 PM, Mamed Mamedov wrote:
> I think, clone is something like that:
>
> git clone 
> 
> Regards,
> Mamed Mamedov
>
>
> Mike Ditka   -
> "If God had wanted man to play soccer, he wouldn't have given us arms."
>
> 2009/8/7 exitseven 
>
>> Hm,
>>
>> thanks for the answer. But I run the provided installer script
>> (./script/extension install mailer). This script is running the
>> update. Why is it doing this, if it is not needed? I did not touched
>> the script.
>>
>> I know that the mailer extension needs to get configured in the mailer
>> page part. But what do you mean with:
>> "You just need to clone the extension and config the mailer in the
>> "mailer" page part."
>>
>> To clone? You mean copy? What do I have to copy?
>>
>> Your help will be very appreciated! Thanks!
>> rainer
>>
>> On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
>> > The thing is that you don't need to run "update" on mailer extension.
>> > There's nothing to update. As there is nothing to migrate. You just need
>> to
>> > clone the extension and config the mailer in the "mailer" page part.
>> >
>> > And you get that error, because the "update" task is not present in the
>> > extension.
>> >
>> > Cristi
>> >
>> > On 06.08.2009 12:29, Mamed Mamedov wrote:
>> >>
>> >> Does anyone knows if it compatible with last version of radiant (0.8)?
>> >> I'am
>> >> using it on 0.7.1 without any problem.
>> >> 
>> >> Regards,
>> >> Mamed Mamedov
>> >>
>> >>
>> >> Samuel
>> >> Goldwyn> >
>> >> - "I'm willing to admit that I may not always be right, but I am never
>> >> wrong."
>> >>
>> >> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
>> >>
>> >>
>> >>>
>> >>> Hey Mamed,
>> >>>
>> >>> sure, thanks for the quick reply!
>> >>>
>> >>> ~$ ruby -v
>> >>> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
>> >>> Ruby Enterprise Edition 20090610
>> >>>
>> >>> ~$ rails -v
>> >>> Rails 2.3.3
>> >>>
>> >>> ~$ radiant -v
>> >>> Radiant 0.8.0
>> >>>
>> >>> Does it help?
>> >>>
>> >>> Best wishes,
>> >>> rainer
>> >>>
>> >>> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov> >
>> >>> wrote:
>> >>>
>> 
>>  I think there is problem with your radiant/rails/ruby versions
>>  cross-compatibility.. ha?
>>  Please give us your actual versions of radiant, rails and ruby. Thank
>> 
>> >>>
>> >>> you!
>> >>>
>> 
>>  
>>  Regards,
>>  Mamed Mamedov
>> 
>> 
>>  Mike Ditka<
>> http://www.brainyquote.com/quotes/authors/m/mike_ditka.html>
>> 
>> >>>
>> >>>  -
>> >>>
>> 
>>  "If God had wanted man to play soccer, he wouldn't have given us
>> arms."
>> 
>>  On Thu, Aug 6, 2009 at 1:45 PM, exitseven
>>  wrote:
>> 
>> 
>> >
>> > Hello again,
>> >
>> > I just tried to install the mailer extension as described
>> >
>> > here: http://wiki.github.com/radiant/radiant/mailer-extension
>> > and here (manually):
>> > http://wiki.github.com/radiant/radiant/installing-extensions#manual
>> >
>> > Unfortunately the installation process (rake) exits with:
>> >
>> > $ rake radiant:extensions:mailer:update --trace
>> > (in /home/claude/DEV/freiraumart)
>> > rake aborted!
>> > Don't know how to build task 'radiant:extensions:mailer:update'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
>> >>>
>> >
>> > `[]'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
>> >>>
>> >
>> > `invoke_task'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> >>>
>> >
>> > `top_level'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> >>>
>> >
>> > `each'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> >>>
>> >
>> > `top_level'
>> >
>> >
>> >

Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread Mamed Mamedov
I think, clone is something like that:

git clone 

Regards,
Mamed Mamedov


Mike Ditka   -
"If God had wanted man to play soccer, he wouldn't have given us arms."

2009/8/7 exitseven 

> Hm,
>
> thanks for the answer. But I run the provided installer script
> (./script/extension install mailer). This script is running the
> update. Why is it doing this, if it is not needed? I did not touched
> the script.
>
> I know that the mailer extension needs to get configured in the mailer
> page part. But what do you mean with:
> "You just need to clone the extension and config the mailer in the
> "mailer" page part."
>
> To clone? You mean copy? What do I have to copy?
>
> Your help will be very appreciated! Thanks!
> rainer
>
> On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
> > The thing is that you don't need to run "update" on mailer extension.
> > There's nothing to update. As there is nothing to migrate. You just need
> to
> > clone the extension and config the mailer in the "mailer" page part.
> >
> > And you get that error, because the "update" task is not present in the
> > extension.
> >
> > Cristi
> >
> > On 06.08.2009 12:29, Mamed Mamedov wrote:
> >>
> >> Does anyone knows if it compatible with last version of radiant (0.8)?
> >> I'am
> >> using it on 0.7.1 without any problem.
> >> 
> >> Regards,
> >> Mamed Mamedov
> >>
> >>
> >> Samuel
> >> Goldwyn >
> >> - "I'm willing to admit that I may not always be right, but I am never
> >> wrong."
> >>
> >> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
> >>
> >>
> >>>
> >>> Hey Mamed,
> >>>
> >>> sure, thanks for the quick reply!
> >>>
> >>> ~$ ruby -v
> >>> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
> >>> Ruby Enterprise Edition 20090610
> >>>
> >>> ~$ rails -v
> >>> Rails 2.3.3
> >>>
> >>> ~$ radiant -v
> >>> Radiant 0.8.0
> >>>
> >>> Does it help?
> >>>
> >>> Best wishes,
> >>> rainer
> >>>
> >>> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov >
> >>> wrote:
> >>>
> 
>  I think there is problem with your radiant/rails/ruby versions
>  cross-compatibility.. ha?
>  Please give us your actual versions of radiant, rails and ruby. Thank
> 
> >>>
> >>> you!
> >>>
> 
>  
>  Regards,
>  Mamed Mamedov
> 
> 
>  Mike Ditka<
> http://www.brainyquote.com/quotes/authors/m/mike_ditka.html>
> 
> >>>
> >>>  -
> >>>
> 
>  "If God had wanted man to play soccer, he wouldn't have given us
> arms."
> 
>  On Thu, Aug 6, 2009 at 1:45 PM, exitseven
>  wrote:
> 
> 
> >
> > Hello again,
> >
> > I just tried to install the mailer extension as described
> >
> > here: http://wiki.github.com/radiant/radiant/mailer-extension
> > and here (manually):
> > http://wiki.github.com/radiant/radiant/installing-extensions#manual
> >
> > Unfortunately the installation process (rake) exits with:
> >
> > $ rake radiant:extensions:mailer:update --trace
> > (in /home/claude/DEV/freiraumart)
> > rake aborted!
> > Don't know how to build task 'radiant:extensions:mailer:update'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
> >>>
> >
> > `[]'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
> >>>
> >
> > `invoke_task'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >>>
> >
> > `top_level'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >>>
> >
> > `each'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >>>
> >
> > `top_level'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> >>>
> >
> > `standard_exception_handling'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
> >>>
> >
> > `top_level'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
> >>>
> >
> > `run'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> >>>
> >
> > `standard_exception_handling'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
> >>>
> >
> > `run'
> >
> >
> >
> >>>
> >>>
> >>>
> /o

Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread exitseven
Hm,

thanks for the answer. But I run the provided installer script
(./script/extension install mailer). This script is running the
update. Why is it doing this, if it is not needed? I did not touched
the script.

I know that the mailer extension needs to get configured in the mailer
page part. But what do you mean with:
"You just need to clone the extension and config the mailer in the
"mailer" page part."

To clone? You mean copy? What do I have to copy?

Your help will be very appreciated! Thanks!
rainer

On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
> The thing is that you don't need to run "update" on mailer extension.
> There's nothing to update. As there is nothing to migrate. You just need to
> clone the extension and config the mailer in the "mailer" page part.
>
> And you get that error, because the "update" task is not present in the
> extension.
>
> Cristi
>
> On 06.08.2009 12:29, Mamed Mamedov wrote:
>>
>> Does anyone knows if it compatible with last version of radiant (0.8)?
>> I'am
>> using it on 0.7.1 without any problem.
>> 
>> Regards,
>> Mamed Mamedov
>>
>>
>> Samuel
>> Goldwyn
>> - "I'm willing to admit that I may not always be right, but I am never
>> wrong."
>>
>> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
>>
>>
>>>
>>> Hey Mamed,
>>>
>>> sure, thanks for the quick reply!
>>>
>>> ~$ ruby -v
>>> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
>>> Ruby Enterprise Edition 20090610
>>>
>>> ~$ rails -v
>>> Rails 2.3.3
>>>
>>> ~$ radiant -v
>>> Radiant 0.8.0
>>>
>>> Does it help?
>>>
>>> Best wishes,
>>> rainer
>>>
>>> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
>>> wrote:
>>>

 I think there is problem with your radiant/rails/ruby versions
 cross-compatibility.. ha?
 Please give us your actual versions of radiant, rails and ruby. Thank

>>>
>>> you!
>>>

 
 Regards,
 Mamed Mamedov


 Mike Ditka

>>>
>>>  -
>>>

 "If God had wanted man to play soccer, he wouldn't have given us arms."

 On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:


>
> Hello again,
>
> I just tried to install the mailer extension as described
>
> here: http://wiki.github.com/radiant/radiant/mailer-extension
> and here (manually):
> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>
> Unfortunately the installation process (rake) exits with:
>
> $ rake radiant:extensions:mailer:update --trace
> (in /home/claude/DEV/freiraumart)
> rake aborted!
> Don't know how to build task 'radiant:extensions:mailer:update'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
>>>
>
> `[]'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
>>>
>
> `invoke_task'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>>
>
> `top_level'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>>
>
> `each'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>>
>
> `top_level'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>>>
>
> `standard_exception_handling'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
>>>
>
> `top_level'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
>>>
>
> `run'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>>>
>
> `standard_exception_handling'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
>>>
>
> `run'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
>>>
>
> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
>
> What am I doing wrong? Could someone please help me?
>
> Thanks,
> rainer
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
>

 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://ra

[Radiant] "exclude_pages" attribute doesn't work in search extension tag

2009-08-06 Thread Rafael Carvalho
Hello,

I saw at http://wiki.github.com/radiant/radiant/search-extension that I can
use this form:


 
   
 


but the attribute exclude_pages="/rss/,/styles.css/,/sitemap.xml/" doesn't
work. I still founding rss, styles.css and sitemap.xml pages.

I looked at 
app/models/search_page.rband
there's nothing about "exclude_pages" attribute. Is this feature not
implemented yet?
or am I missing in something?

Thanks!
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant Instalation Help...

2009-08-06 Thread Jeff Casimir
Jason,

Are you using Leopard's built-in Ruby distribution?  I remember there
being some complications there.  You might try to update your version
of gems ("sudo gem update --system") and all your gems ("sudo gem
update").  If that doesn't get you anywhere, you might consider
installing a newer version of ruby like Ruby Enterprise Edition:
http://www.rubyenterpriseedition.com/

- Jeff

---
Jeff Casimir
Jumpstart Lab by Casimir Creative, LLC
http://jumpstartlab.com
@jumpstartlab on twitter
Rails Jumpstart - Aug 15&16 - Beginning Web Application Development
JavaScript Jumpstart - Sep 12 - Intermediate Javascript Programming & UI
Robotics Jumpstart - Sep 13 - Intro to Robotics with Lego Mindstorms NXT



On Wed, Aug 5, 2009 at 9:17 PM, Jason Bray wrote:
> Greetings,
>
> I'm attempting to install Radiant on OSX Leopard.  I'm also a Rails noob
> just to get that out there.  I followed these installation instructions:
> http://wiki.github.com/radiant/radiant/installing-on-mac-os
>
> Everything went flawlessly until I ran - ./script/server
>
> I get this message in terminal:
> /Users/jaybray/Sites/example/config/boot.rb:138:in `load_rubygems':
> undefined method `>=' for nil:NilClass (NoMethodError)
>    from /Users/jaybray/Sites/example/config/boot.rb:100:in
> `load_initializer'
>    from /Users/jaybray/Sites/example/config/boot.rb:61:in `run'
>    from /Users/jaybray/Sites/example/config/boot.rb:19:in `boot!'
>    from /Users/jaybray/Sites/example/config/boot.rb:161:in ` (required)>'
>    from ./script/server:2:in `require'
>    from ./script/server:2:in `'
>
> and of course I get nothing when I go to my localhost.  Anyone have advice
> or suggestion on where to find help?  Many thanks...
>
> --
> Jason
> --
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread Cristi Duma
The thing is that you don't need to run "update" on mailer extension. 
There's nothing to update. As there is nothing to migrate. You just need 
to clone the extension and config the mailer in the "mailer" page part.


And you get that error, because the "update" task is not present in the 
extension.


Cristi

On 06.08.2009 12:29, Mamed Mamedov wrote:

Does anyone knows if it compatible with last version of radiant (0.8)? I'am
using it on 0.7.1 without any problem.

Regards,
Mamed Mamedov


Samuel Goldwyn
- "I'm willing to admit that I may not always be right, but I am never
wrong."

On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:

   

Hey Mamed,

sure, thanks for the quick reply!

~$ ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
Ruby Enterprise Edition 20090610

~$ rails -v
Rails 2.3.3

~$ radiant -v
Radiant 0.8.0

Does it help?

Best wishes,
rainer

On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
wrote:
 

I think there is problem with your radiant/rails/ruby versions
cross-compatibility.. ha?
Please give us your actual versions of radiant, rails and ruby. Thank
   

you!
 


Regards,
Mamed Mamedov


Mike Ditka
   

  -
 

"If God had wanted man to play soccer, he wouldn't have given us arms."

On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:

   

Hello again,

I just tried to install the mailer extension as described

here: http://wiki.github.com/radiant/radiant/mailer-extension
and here (manually):
http://wiki.github.com/radiant/radiant/installing-extensions#manual

Unfortunately the installation process (rake) exits with:

$ rake radiant:extensions:mailer:update --trace
(in /home/claude/DEV/freiraumart)
rake aborted!
Don't know how to build task 'radiant:extensions:mailer:update'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
 

`[]'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
 

`invoke_task'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 

`top_level'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 

`each'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 

`top_level'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
 

`standard_exception_handling'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
 

`top_level'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
 

`run'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
 

`standard_exception_handling'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
 

`run'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
 

/opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
/opt/ruby-enterprise-1.8.6-20090610/bin/rake:19

What am I doing wrong? Could someone please help me?

Thanks,
rainer
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

 

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

   

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

 

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
   


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread Mamed Mamedov
Does anyone knows if it compatible with last version of radiant (0.8)? I'am
using it on 0.7.1 without any problem.

Regards,
Mamed Mamedov


Samuel Goldwyn
- "I'm willing to admit that I may not always be right, but I am never
wrong."

On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:

> Hey Mamed,
>
> sure, thanks for the quick reply!
>
> ~$ ruby -v
> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
> Ruby Enterprise Edition 20090610
>
> ~$ rails -v
> Rails 2.3.3
>
> ~$ radiant -v
> Radiant 0.8.0
>
> Does it help?
>
> Best wishes,
> rainer
>
> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
> wrote:
> > I think there is problem with your radiant/rails/ruby versions
> > cross-compatibility.. ha?
> > Please give us your actual versions of radiant, rails and ruby. Thank
> you!
> > 
> > Regards,
> > Mamed Mamedov
> >
> >
> > Mike Ditka 
>  -
> > "If God had wanted man to play soccer, he wouldn't have given us arms."
> >
> > On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:
> >
> >> Hello again,
> >>
> >> I just tried to install the mailer extension as described
> >>
> >> here: http://wiki.github.com/radiant/radiant/mailer-extension
> >> and here (manually):
> >> http://wiki.github.com/radiant/radiant/installing-extensions#manual
> >>
> >> Unfortunately the installation process (rake) exits with:
> >>
> >> $ rake radiant:extensions:mailer:update --trace
> >> (in /home/claude/DEV/freiraumart)
> >> rake aborted!
> >> Don't know how to build task 'radiant:extensions:mailer:update'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
> >> `[]'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
> >> `invoke_task'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >> `top_level'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >> `each'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >> `top_level'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> >> `standard_exception_handling'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
> >> `top_level'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
> >> `run'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> >> `standard_exception_handling'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
> >> `run'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
> >> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
> >> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
> >>
> >> What am I doing wrong? Could someone please help me?
> >>
> >> Thanks,
> >> rainer
> >> ___
> >> Radiant mailing list
> >> Post:   Radiant@radiantcms.org
> >> Search: http://radiantcms.org/mailing-list/search/
> >> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >>
> > ___
> > Radiant mailing list
> > Post:   Radiant@radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread exitseven
Hey Mamed,

sure, thanks for the quick reply!

~$ ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
Ruby Enterprise Edition 20090610

~$ rails -v
Rails 2.3.3

~$ radiant -v
Radiant 0.8.0

Does it help?

Best wishes,
rainer

On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov wrote:
> I think there is problem with your radiant/rails/ruby versions
> cross-compatibility.. ha?
> Please give us your actual versions of radiant, rails and ruby. Thank you!
> 
> Regards,
> Mamed Mamedov
>
>
> Mike Ditka   -
> "If God had wanted man to play soccer, he wouldn't have given us arms."
>
> On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:
>
>> Hello again,
>>
>> I just tried to install the mailer extension as described
>>
>> here: http://wiki.github.com/radiant/radiant/mailer-extension
>> and here (manually):
>> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>>
>> Unfortunately the installation process (rake) exits with:
>>
>> $ rake radiant:extensions:mailer:update --trace
>> (in /home/claude/DEV/freiraumart)
>> rake aborted!
>> Don't know how to build task 'radiant:extensions:mailer:update'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
>> `[]'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
>> `invoke_task'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> `top_level'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> `each'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> `top_level'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>> `standard_exception_handling'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
>> `top_level'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
>> `run'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>> `standard_exception_handling'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
>> `run'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
>> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
>> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
>>
>> What am I doing wrong? Could someone please help me?
>>
>> Thanks,
>> rainer
>> ___
>> Radiant mailing list
>> Post:   Radiant@radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread Mamed Mamedov
I think there is problem with your radiant/rails/ruby versions
cross-compatibility.. ha?
Please give us your actual versions of radiant, rails and ruby. Thank you!

Regards,
Mamed Mamedov


Mike Ditka   -
"If God had wanted man to play soccer, he wouldn't have given us arms."

On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:

> Hello again,
>
> I just tried to install the mailer extension as described
>
> here: http://wiki.github.com/radiant/radiant/mailer-extension
> and here (manually):
> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>
> Unfortunately the installation process (rake) exits with:
>
> $ rake radiant:extensions:mailer:update --trace
> (in /home/claude/DEV/freiraumart)
> rake aborted!
> Don't know how to build task 'radiant:extensions:mailer:update'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
> `[]'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
> `invoke_task'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> `top_level'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> `each'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> `top_level'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> `standard_exception_handling'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
> `top_level'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
> `run'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> `standard_exception_handling'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
> `run'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
>
> What am I doing wrong? Could someone please help me?
>
> Thanks,
> rainer
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Problem installing mailer extension

2009-08-06 Thread exitseven
Hello again,

I just tried to install the mailer extension as described

here: http://wiki.github.com/radiant/radiant/mailer-extension
and here (manually):
http://wiki.github.com/radiant/radiant/installing-extensions#manual

Unfortunately the installation process (rake) exits with:

$ rake radiant:extensions:mailer:update --trace
(in /home/claude/DEV/freiraumart)
rake aborted!
Don't know how to build task 'radiant:extensions:mailer:update'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
`[]'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
`invoke_task'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`each'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
`run'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
`run'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
/opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
/opt/ruby-enterprise-1.8.6-20090610/bin/rake:19

What am I doing wrong? Could someone please help me?

Thanks,
rainer
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant