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
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
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
> 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
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
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
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)
>
>
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
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
_