Re: [Radiant] Problems with gallery extension

2008-12-02 Thread Andrea Franz
Sorry to dig up an old thread, but I am running into this exact issue and was wondering what exactly you did to get it working again. I have an app that uses the page_attachments extension and when I upgraded from the radiant 0.6.7 = 0.6.9 gem I ran into this and now I am stumped. I have no

[Radiant] Re: navigation and subnavigation

2008-12-02 Thread Joe Van Dyk
I managed to get this output: http://img.skitch.com/20081202-p88i2wbgdx7dtarkwsyb2cjwiq.png from this code: r:fixie_navigate - Purpose /about/purpose - Boards and Committees /about/boards - Information Center /about/infoctr - Member Directory /about/members - Careers /about/careers -- Vision

Re: [Radiant] Problems with gallery extension

2008-12-02 Thread Sean Cribbs
git pull origin master Sean I thought so. I'll have to check. If I git-cloned the extension to begin with, can git update (or whatever the command would be) the extension or do I have to install the new one from scratch? ~Nate ___ Radiant mailing

Re: [Radiant] Current optimum app versions?

2008-12-02 Thread Mohit Sindhwani
Nate Turnage wrote: What is the optimum match for Ruby, Rails, etc. for use with Radiant v. 0.6.9? Does is play well with the latest stable releases of Rails and Ruby (2.2.2 1.8.7) or are there issues with running the up to date releases? Just curious. I believe it is Rails 2.1 and Ruby

Re: [Radiant] Re: navigation and subnavigation

2008-12-02 Thread Mohit Sindhwani
Joe Van Dyk wrote: I managed to get this output: http://img.skitch.com/20081202-p88i2wbgdx7dtarkwsyb2cjwiq.png from this code: r:fixie_navigate - Purpose /about/purpose - Boards and Committees /about/boards - Information Center /about/infoctr - Member Directory /about/members - Careers /about

Re: [Radiant] Re: Creating new pages

2008-12-02 Thread Anton J Aylward
Gap said the following on 12/02/2008 07:52 AM: My experience is that I've never gotten this error. The slug and breadcrumb is autoautomatically create from the title. Indeed, but its when creating _NEW_ pages. I keep running into a slightly different problem. I'm using the page_event

Re: [Radiant] Re: Creating new pages

2008-12-02 Thread Mohit Sindhwani
Anton J Aylward wrote: Gap said the following on 12/02/2008 07:52 AM: My experience is that I've never gotten this error. The slug and breadcrumb is autoautomatically create from the title. Indeed, but its when creating _NEW_ pages. I keep running into a slightly different problem.

Re: [Radiant] Re: Creating new pages

2008-12-02 Thread Mohit Sindhwani
Anton J Aylward wrote: Repeat: copy_move does not give the opportunity to save with a new title. Are we talking about the same thing? The extension named copy_move: class CopyMoveExtension Radiant::Extension version 1.9.1 description Adds the ability to copy and move a page and all of

Re: [Radiant] Problems after updating app from 0.6.7 = 0.6.9

2008-12-02 Thread Joe Van Dyk
Problem happened when you upgraded to Ruby 1.8.7. Use 1.8.6 if you can. On Mon, Dec 1, 2008 at 8:06 PM, Nate Turnage [EMAIL PROTECTED] wrote: I have an app that I tried to update from 0.6.7 to 0.6.9 and have run into a couple of problems. It started a bit like this. I ran rake radiant:update

Re: [Radiant] r:find question

2008-12-02 Thread Chris Parrish
Joe. I assume that you are using Manuel Meurer's Parameterized-Snippets from the syntax (as opposed to my Variables extension) to do this. Neither of our tools (or any radius tags, for that matter) allow this kind of nested parsing out of the box. I believe that Manuel modified Radius to do

[Radiant] Freezing Gems?

2008-12-02 Thread Anton J Aylward
I'm having a lot of problems with Passenger at Dreamhost. This is shared hosting. It seems that passenger ignores GEM_PATH in the environment and despite Dreahost's suggestion at http://wiki.dreamhost.com/Passenger of putting the path to the local repository in config/environment.rb the GEM_PATH

[Radiant] plugin jrails prevents adding page parts

2008-12-02 Thread bruce davison
I need to use jQuery and added the plugin jrails. The code for jquery works find when I include the js in the layout, but when I try to add page parts only part of the page is showing no button to create etc. When I removed jrails from the plugins 'add page part' works again.

Re: [Radiant] r:find question

2008-12-02 Thread Joe Van Dyk
I think that's what I'm looking for. Any chance that could be merged into radiant core? On Tue, Dec 2, 2008 at 3:48 PM, Chris Parrish [EMAIL PROTECTED] wrote: Joe. I assume that you are using Manuel Meurer's Parameterized-Snippets from the syntax (as opposed to my Variables extension) to do

Re: [Radiant] Freezing Gems?

2008-12-02 Thread Joe Van Dyk
On Tue, Dec 2, 2008 at 6:37 PM, Anton J Aylward [EMAIL PROTECTED] wrote: Erik Ostrom said the following on 12/02/2008 07:46 PM: I'm hosting a site with Passenger on Dreamhost - it's slow, but functional. I used Dr. Nic's Gems on Rails plugin: http://gemsonrails.rubyforge.org/ Basically,