[Radiant] Re: first question(s): migration, comments....

2009-02-23 Thread Elle Meredith
On Feb 22, 2009, at 10:43 PM, Mohit Sindhwani wrote: > Hi Elle, > > Welcome to Radiant. Thanks guys. If Radiant is similar to Textpattern, I believe I will feel right at home. >> and tools to import from other blogging software...' [Rails Inside, August 2008] > I think this has been de

[Radiant] Freezing non-Radiant gems?

2009-02-23 Thread Mohit Sindhwani
HI, just a quick question. How do I freeze "other" gems to my current Radiant site? The code_ray syntax highlighter extension uses the CodeRay gem and I'd like to freeze it to my site. I tried rake radiant:freeze:gems but that seems to only freeze Radiant? Cheers, Mohit. 2/23/2009 | 10:54 PM.

Re: [Radiant] Freezing non-Radiant gems?

2009-02-23 Thread Sean Cribbs
If you have them configured in environment.rb, you should be able to do "rake gems:install". At least, I know Rails 2.2 supports that (which edge is on now). Sean Mohit Sindhwani wrote: HI, just a quick question. How do I freeze "other" gems to my current Radiant site? The code_ray syntax h

Re: [Radiant] Freezing non-Radiant gems?

2009-02-23 Thread Mohit Sindhwani
Sean Cribbs wrote: If you have them configured in environment.rb, you should be able to do "rake gems:install". At least, I know Rails 2.2 supports that (which edge is on now). Hmm, OK... I'm on 0.6.9 for this site. It doesn't seem like rake gems:install works. Any other suggestions? Can

[Radiant] Odd behavior with copy_move and default_page_parts

2009-02-23 Thread Chaim Kirby
Has anyone else run into this issue? I copied a tree of pages using the copy_move extension. Some of the pages use the default_page_parts extension to define page parts of children. Some of the children ended up with duplicate page parts, where only one had content. example: page_part_config ---

Re: [Radiant] Odd behavior with copy_move and default_page_parts

2009-02-23 Thread Chaim Kirby
Using radiant 0.6.9 Chaim Kirby wrote: > Has anyone else run into this issue? I copied a tree of pages using the > copy_move extension. Some of the pages use the default_page_parts > extension to define page parts of children. Some of the children ended > up with duplicate page parts, where only

Re: [Radiant] Odd behavior with copy_move and default_page_parts

2009-02-23 Thread Andrea Franz
Hi Chaim, which version of copy_move are you using? On Mon, Feb 23, 2009 at 8:23 PM, Chaim Kirby wrote: > Has anyone else run into this issue? I copied a tree of pages using the > copy_move extension. Some of the pages use the default_page_parts > extension to define page parts of children. Som

Re: [Radiant] Odd behavior with copy_move and default_page_parts

2009-02-23 Thread Chaim Kirby
1.9.1, Git rev. 79ee39addf4adabcf28fe77a8cb9cbf2338feda8 (The one that works correctly with 0.6.9) Chaim chaim.ki...@childrens.harvard.edu Andrea Franz wrote: > Hi Chaim, which version of copy_move are you using? > > On Mon, Feb 23, 2009 at 8:23 PM, Chaim Kirby > wrote: >> Has anyone else run

[Radiant] Radiant-Comments

2009-02-23 Thread Elle Meredith
Hi again, I followed suggestions on http://wiki.radiantcms.org/Using_Radiant_as_a_Blog . I installed the radiant comments extension -- then ran: rake production radiant:extensions:comments:migrate When I start the server and go to /admin/pages I get errors at the top saying: `index_head_vie

Re: [Radiant] Radiant-Comments

2009-02-23 Thread Steven Southard
If you have comments/app/view/admin/page change it to "pages". Steven On Feb 23, 2009, at 10:18 PM, Elle Meredith wrote: Hi again, I followed suggestions on http://wiki.radiantcms.org/Using_Radiant_as_a_Blog . I installed the radiant comments extension -- then ran: rake production radia

[Radiant] Re: Radiant-Comments

2009-02-23 Thread Elle Meredith
When I start the server and go to /admin/pages I get errors at the top saying: `index_head_view_comments' default partial not found! If you have comments/app/view/admin/page change it to "pages". Steven That worked. Thank you Steven. Elle ___