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

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 pr

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

[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

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 ge

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

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

[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.rb

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 ve

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 extensi

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

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 t

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 wante

[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: