Re: [Radiant] installing on Ubuntu

2007-01-03 Thread Michael Roper
Hi Sara Try checking the path to your mysql.sock file, in the database yml file in your radiant config folder... it may not be '/tmp/mysql.sock' on your system... Cheers, Michael On 1/4/07, Sara <[EMAIL PROTECTED]> wrote: > Hello, > > I am having problems installing Radiant on my ubuntu machin

[Radiant] installing on Ubuntu

2007-01-03 Thread Sara
Hello, I am having problems installing Radiant on my ubuntu machine here is the output $ ruby script/setup_database production Run `setup_database --help` for information on additional options. Loading production environment...FAILED /usr/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line

Re: [Radiant] Displaying a specific child's content

2007-01-03 Thread Ruben D. Orduz
Not to toot my own horn, but that was explained in the Getting started wiki. BTW, John, I need to get back to finish that off...maybe this weekend if I can find the time. Best, Ruben On 1/3/07, BJ Clark <[EMAIL PROTECTED]> wrote: > I figured it out. > I was trying to pull a page that was 2 levels

Re: [Radiant] Ideas for reimplementation of radiant caching

2007-01-03 Thread Daniel Sheppard
> Daniel Sheppard wrote: > >>From looking at response_cache, there are only two features that it > > implements that the default rails action caching didn't (easily): > > > > - Expire Everything > > - Expire After time > > It also caches the entire response (headers + body). Yeah, I left

Re: [Radiant] Displaying a specific child's content

2007-01-03 Thread BJ Clark
I figured it out. I was trying to pull a page that was 2 levels below where I was trying to pull it from. I had to call it by url="level1/pagename" But that works just dandy. Thanks all, BJ On 1/2/07, Andreas Semt <[EMAIL PROTECTED]> wrote: > @BJ, > > it works for me. The content tag is also descr

Re: [Radiant] How to add a new page attribute?

2007-01-03 Thread Sean Cribbs
Mmm... well, if you don't mind hacking the Rails code, you can add the attribute yourself, but perhaps that's not the best solution. What exactly do you need this for? Sean On 1/3/07, Andreas Semt <[EMAIL PROTECTED]> wrote: Hello list, is it possible to add a new page attribute (Radiant vers

Re: [Radiant] Performance of find_page_by_url

2007-01-03 Thread John W. Long
Daniel Sheppard wrote: > The performance of find_by_url degrades because children don't > automatically get a reference to their parent, but they need to get that > parent reference to compute their url. With a structure of: > > - home > - articles > - (600 articles here) > >

Re: [Radiant] Ideas for reimplementation of radiant caching

2007-01-03 Thread John W. Long
Daniel Sheppard wrote: >>From looking at response_cache, there are only two features that it > implements that the default rails action caching didn't (easily): > > - Expire Everything > - Expire After time It also caches the entire response (headers + body). > Am I missing something

[Radiant] How to add a new page attribute?

2007-01-03 Thread Andreas Semt
Hello list, is it possible to add a new page attribute (Radiant version 0.52) in generally? If so, what's the best way to achieve that? I want to use the new page attribute called 'event_order' this way: --- --- Thanks for any help! Best regards, Andreas Semt _