[Radiant] Blog extension usage

2009-11-16 Thread María Paula Mariani
Hello! Does anybody knows if there's a document which explains the blog extension usage? I didn´t found it at the documentation stored at git. Thanks very much, -- Paula ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

Re: [Radiant] Sphinx Extension help

2009-11-16 Thread Josh French
When I run a search I'm getting the following error. undefined method `constantize' for nil:NilClass Hi John, This may help: http://jimneath.org/2009/11/09/thinkingsphinx-and-nil-results/ Best, Josh ___ Radiant mailing list Post:

[Radiant] Paperclipped Upload Error

2009-11-16 Thread Tom Stoll
Unfortunately, Anton, I tried Keith's suggestion, and nothing changed. I use Safari, and I don't think Safari did anything funny. Perhaps it will work for you. I don't understand how Firefox could have done it to you. There seem to be quite a few moving parts... Has anyone else seen this problem

Re: [Radiant] Paperclipped Upload Error

2009-11-16 Thread Anton Aylward
Tom Stoll said the following on 11/16/2009 08:59 PM: Unfortunately, Anton, I tried Keith's suggestion, and nothing changed. I use Safari, and I don't think Safari did anything funny. Perhaps it will work for you. I don't understand how Firefox could have done it to you. There seem to be quite

[Radiant] Comments Extension

2009-11-16 Thread Rob Levin
Wondering what to do to get comments extension to work. When I run the ./script/server -e [production|development] and go to the extensions tab in Admin I see the comments extension and also, a “Comments” tab showed up on the right of Admin. But I still got the following error when I click on it:

Re: [Radiant] Comments Extension

2009-11-16 Thread Alexander Wallace
Looks like you're missing the will_paginate gem. Try gem install will_paginate, or grab it from http://github.com/mislav/will_paginate Alex On Mon, Nov 16, 2009 at 9:58 PM, Rob Levin roblevinten...@gmail.com wrote: Wondering what to do to get comments extension to work. When I run the

Re: [Radiant] Comments Extension

2009-11-16 Thread Rob Levin
I thought this was it: mislav-will_paginate (2.3.11) (as listed in my gem local listing). No? On Mon, Nov 16, 2009 at 7:04 PM, Alexander Wallace alexmlwall...@gmail.com wrote: Looks like you're missing the will_paginate gem. Try gem install will_paginate, or grab it from

Re: [Radiant] Comments Extension

2009-11-16 Thread Alexander Wallace
Saw that a second after I click send, oops. Try installing it as a plugin, or directly installing the will_paginate gem (as opposed to the github version, mine is simply listed as will_paginate (2.2.2)... Try out these steps on script/console as well- should let you know if the gem is being

Re: [Radiant] 0.9.0 RC1, head or 0.8.1 ?

2009-11-16 Thread John Long
2009/11/15 Raphaël Valyi rva...@gmail.com: So my question is, what version would you advise for best overall peace of mind in the coming 6 months (balancing current trouble on head against future migration cost): - stable 0.8.1 ? - 0.9.0 RC1 ? - head ? That depends. 0.9.0 RC1 is stable

Re: [Radiant] Comments Extension

2009-11-16 Thread Jim Gay
edit your config/environment.rb to have: config.gem 'mislav-will_paginate', :lib = 'will_paginate' I think that should do it. On Mon, Nov 16, 2009 at 10:11 PM, Alexander Wallace alexmlwall...@gmail.com wrote: Saw that a second after I click send, oops. Try installing it as a plugin, or

[Radiant] Issues with shared_layouts and reader extensions

2009-11-16 Thread Kevin Olbrich
I've been going through setting up a fairly standard Radiant (0.8.1) install and have set up the 'submenu', 'shared_layouts', 'settings' and 'reader' extensions. When I try to create a new reader, I am greeted with the following exception... undefined method `radiant_layout' for

[Radiant] comments extension roadmap

2009-11-16 Thread Bernard Yu
Hi, We're about to start doing our own work on the comments extension, does anyone have a good roadmap for what is being done and where it's going? Bernard Yu EnguinDesign.com 202.569.8116 ___ Radiant mailing list Post: Radiant@radiantcms.org

Re: [Radiant] Comments Extension

2009-11-16 Thread Rob Levin
Hi Jim, That worked - thanks! So I can't depend on the system gem? On Mon, Nov 16, 2009 at 7:36 PM, Jim Gay j...@saturnflyer.com wrote: edit your config/environment.rb to have: config.gem 'mislav-will_paginate', :lib = 'will_paginate' I think that should do it. On Mon, Nov 16, 2009 at

Re: [Radiant] comments extension roadmap

2009-11-16 Thread Jim Gay
On Mon, Nov 16, 2009 at 10:49 PM, Bernard Yu berna...@enguin.com wrote: Hi, We're about to start doing our own work on the comments extension, does anyone have a good roadmap for what is being done and where it's going? Bernard Yu EnguinDesign.com 202.569.8116 I'm currently maintaining it

Re: [Radiant] Comments Extension

2009-11-16 Thread Jim Gay
You can; that's what you are doing. You have to tell Rails to load the mislav-will_paginate gem and recognize it as will_paginate. On Mon, Nov 16, 2009 at 10:58 PM, Rob Levin roblevinten...@gmail.com wrote: Hi Jim, That worked - thanks! So I can't depend on the system gem? On Mon, Nov 16,

Re: [Radiant] Comments Extension

2009-11-16 Thread Rob Levin
Got it Jim. Thanks. One other question. If I have a Markdown filtered page and I want to insert comment snippets like: r:snippet name=comment_form/ using the default snippets, it shows up as preformatted text. Is there a workaround that I can make it actually show a form within a Markdown page or

Re: [Radiant] Sphinx Extension help

2009-11-16 Thread John Polling
Thanks Josh, Unfortunately this hasn't resolved the issue. It's weird that it works just fine on my local machine. John On 16 Nov 2009, at 14:43, Josh French wrote: When I run a search I'm getting the following error. undefined method `constantize' for nil:NilClass Hi John, This may