Re: [Radiant] r:find question

2008-12-02 Thread Adam van den Hoven
EEEWWW NOO! Please don't do this. If you are going to use an XML paradigm for your DSL then stick to it. There is nothing that makes my skin crawl more than seeing tags as attribute values. Aside from pure aesthetics (which is considerable), there is the matter of tooling. I can find exte

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/ >> >>

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 d

Re: [Radiant] Freezing Gems?

2008-12-02 Thread Anton J Aylward
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, you install Gems on Rails as a Rails plugin; install your > gems in t

Re: [Radiant] plugin jrails prevents adding page parts

2008-12-02 Thread john
On 2008/12/02, at 18:02, bruce davison wrote: 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 p

Re: [Radiant] plugin jrails prevents adding page parts

2008-12-02 Thread Jim Gay
On Dec 2, 2008, at 8:02 PM, bruce davison wrote: 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 t

[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] Freezing Gems?

2008-12-02 Thread Erik Ostrom
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, you install Gems on Rails as a Rails plugin; install your gems in the normal way; then use 'rake gems:freeze' to install them in vendor/g

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

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] r:find question

2008-12-02 Thread Joe Van Dyk
Hi, I have a snippet that contains this code: current "> r:var is an extension that lets me pass arbitrary values in to snippets. So, I'd be calling that snippet with something like: However, I think since the r:var call is in quotes, it's being passed directly to the

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:

Re: [Radiant] Re: Creating new pages

2008-12-02 Thread Andreas Roedl
Hey guys. On Tue, Dec 2, 2008 at 5:53 PM, Mohit Sindhwani <[EMAIL PROTECTED]> wrote: > We are talking about the same thing. I'm sorry I misunderstood your > requirements. Perhaps, someone could help us with finding out how to flip > that status setting (if any). What you need is a method that u

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

Re: [Radiant] Re: Creating new pages

2008-12-02 Thread Anton J Aylward
Mohit Sindhwani said the following on 12/02/2008 10:49 AM: > > That said, if you're creating new pages by copying and saving with a new > different title, you really should "copy" the "copy and move" way - it > would be perfect for your needs. > > I wrote up about it on Summer Reboot: > http:

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. I

Re: [Radiant] Problems with gallery extension

2008-12-02 Thread Mohit Sindhwani
Nate Turnage wrote: I didn't seem to have problems with the first two, but #3 really had me stumped. I'll need to try that tonight when I can work on the project again. The biggest (first) problem I had was that the migration kept failing on the sessions table. It wanted to create a sessions

Re: [Radiant] Problems with gallery extension

2008-12-02 Thread Nate Turnage
On Tue, Dec 2, 2008 at 9:34 AM, Mohit Sindhwani <[EMAIL PROTECTED]> wrote: > > Nate, do the 3 troubleshooting notes on Summer Reboot help? > > Appendix C – Troubleshooting > * index sitemap column headers error when you upgrade > * Publication Date Fields Disappear from page editing screen after u

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 exte

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: - Purpose /about/purpose - Boards and Committees /about/boards - Information Center /about/infoctr - Member Directory /about/members - Careers /about/careers

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 1.8.

Re: [Radiant] Problems with gallery extension

2008-12-02 Thread Mohit Sindhwani
Nate Turnage wrote: On Thu, Oct 16, 2008 at 8:18 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: On a related note, I ran into this error when using the page_attachment extension. I had to remove the calls to the code that expected the authenticity token to be there. Sorry to dig up an

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 li

Re: [Radiant] Problems with gallery extension

2008-12-02 Thread Nate Turnage
On Tue, Dec 2, 2008 at 3:32 AM, Andrea Franz <[EMAIL PROTECTED]> wrote: > > 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

[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: - Purpose /about/purpose - Boards and Committees /about/boards - Information Center /about/infoctr - Member Directory /about/members - Careers /about/careers -- Vision Statement /about

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 n