Arik,
This is a bug that snuck in to 0.6.5. Sean should be pushing a fixed
release soon; in the meantime, you can apply this patch:
http://github.com/jfrench/radiant/commit/
52897147ae427b6dea4c8281e9e9bdf9e2c6fa9a
j
On Apr 20, 2008, at 12:55 PM, radiant...@radiantcms.org wrote:
> Send Radiant mailing list submissions to
> rad...@radiantcms.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.radiantcms.org/mailman/listinfo/radiant
> or, via email, send a message with subject or body 'help' to
> radiant...@radiantcms.org
>
> You can reach the person managing the list at
> radian...@radiantcms.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Radiant digest..."
>
>
> Today's Topics:
>
> 1. Re: Ruby Gems Installation Issue (Tom Cloyd)
> 2. Re: Ruby Gems Installation Issue (Rufo Sanchez)
> 3. Shards and Radiant 0.6.5 Chisel (Arik Jones)
> 4. Re: Ruby Gems Installation Issue (Tom Cloyd)
> 5. Re: Ruby Gems Installation Issue (Tom Cloyd)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 19 Apr 2008 18:40:22 -0700
> From: Tom Cloyd <tomc...@comcast.net>
> Subject: Re: [Radiant] Ruby Gems Installation Issue
> To: Radiant CMS List <rad...@radiantcms.org>
> Message-ID: <480A9F06...@comcast.net>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> I just updated to ver. 0.6.5. My essential problem remains:
>
> $ radiant --database sqlite3 "/home/tom/Ruby projects -
> Toms/radiant-test-CMS"
> bash: radiant: command not found
>
> Awaiting enlightenment.
>
> t.
>
> --
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Tom Cloyd, MS MA, LMHC
> Private practice Psychotherapist
> Bellingham, Washington, U.S.A: (360) 920-1226
> << t...@tomcloyd.com >> (email)
> << TomCloyd.com >> (website & psychotherapy weblog)
> << sleightmind.wordpress.com >> (mental health issues weblog)
> << directpathdesign.com >> (web site design & consultation)
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 19 Apr 2008 23:52:05 -0400
> From: "Rufo Sanchez" <ru...@rufosanchez.com>
> Subject: Re: [Radiant] Ruby Gems Installation Issue
> To: t...@tomcloyd.com, rad...@radiantcms.org
> Message-ID:
> <d0b3e66b0804192052xa1...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Sat, Apr 19, 2008 at 8:28 PM, Tom Cloyd <tomc...@comcast.net>
> wrote:
>
> "locate" spewed out the files in
>> "/var/lib/gems/1.8/doc/radiant-0.6.4/", of course. It also listed
>> "/var/lib/gems/1.8/bin/radiant", so, I executed the
>>
>> radiant --database sqlite3 "/home/tom/Ruby projects -
>> Toms/radiant-test-CMS"
>>
>> command I'd tried earlier, from within that dir, and once again got:
>> bash: radiant: command not found
>>
>
> Tom,
> Apologies if you know/tried this already, but sometimes it's the
> simple
> things... What happens if you run the "radiant" command using the
> absolute
> path, e.g.
>
> /var/lib/gems/1.8/bin/radiant
>
> ...instead of switching to the /var/lib/gems/1.8/bin directory?
>
> Most UNIX installs don't put the current directory in PATH for
> security
> reasons, so while that may have been the radiant command you tried to
> launch, the shell may not have found it.
>
> If that works, you can add the /var/lib/gems/1.8/bin directory to
> your PATH,
> and from that point on you should be good to go.
>
> Hope this helps, and good luck with your Radiant adventures,
> Rufo
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 20 Apr 2008 06:11:17 +0200
> From: Arik Jones <maki...@gmail.com>
> Subject: [Radiant] Shards and Radiant 0.6.5 Chisel
> To: rad...@lists.radiantcms.org
> Message-ID: <b1f9e953f81e966d...@ruby-forum.com>
> Content-Type: text/plain; charset=utf-8
>
> Every extension that used shards has been rendered completely useless.
> None of the Admin UI additions provided by extensions show up anymore.
> Is there a way to fix this, has shards been integrated into core? I
> need
> help!
> --
> Posted via http://www.ruby-forum.com/.
>
>
> ------------------------------
>
> Message: 4
> Date: Sun, 20 Apr 2008 07:59:38 -0700
> From: Tom Cloyd <tomc...@comcast.net>
> Subject: Re: [Radiant] Ruby Gems Installation Issue
> Cc: rad...@radiantcms.org
> Message-ID: <480B5A5A...@comcast.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Rufo Sanchez wrote:
>> On Sat, Apr 19, 2008 at 8:28 PM, Tom Cloyd <tomc...@comcast.net
>> <mailto:tomc...@comcast.net>> wrote:
>>
>> "locate" spewed out the files in
>> "/var/lib/gems/1.8/doc/radiant-0.6.4/", of course. It also listed
>> "/var/lib/gems/1.8/bin/radiant", so, I executed the
>>
>>
>> radiant --database sqlite3 "/home/tom/Ruby projects -
>> Toms/radiant-test-CMS"
>>
>> command I'd tried earlier, from within that dir, and once
>> again got:
>>
>> bash: radiant: command not found
>>
>>
>> Tom,
>> Apologies if you know/tried this already, but sometimes it's the
>> simple things... What happens if you run the "radiant" command using
>> the absolute path, e.g.
>>
>> /var/lib/gems/1.8/bin/radiant
>>
>> ...instead of switching to the /var/lib/gems/1.8/bin directory?
>>
>> Most UNIX installs don't put the current directory in PATH for
>> security reasons, so while that may have been the radiant command you
>> tried to launch, the shell may not have found it.
>>
>> If that works, you can add the /var/lib/gems/1.8/bin directory to
>> your
>> PATH, and from that point on you should be good to go.
>>
>> Hope this helps, and good luck with your Radiant adventures,
>> Rufo
> Well [expletive deleted - several of them, in fact...]! That
> appears to
> have done it. I got a lot of output from that command, and it sure
> looks
> like the right sort of things happened.
>
> I realize that being rather new to Linux there is much I don't
> know, but
> this latest piece of secret knowledge flabbergasts me. Why can't
> radiant use the same path all the other gems seems to successfully
> use?
> How could I ever have figured out this problem without your expert
> help?
> I couldn't, it's a good bet.
>
> Now, my next big problem: it appears that I'm supposed to be
> Rails-cognizant, which I surely am not. I wish that had been made
> clear
> at the website. I'd still have come to this point, but would have
> studied up a bit beforehand. So...that's next. "You only need to
> create
> the "production" database..." Yeah, sure. I have no idea what that
> means. Yet. Onward.
>
> Thanks again. Much appreciated!
>
> T.
>
> --
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Tom Cloyd, MS MA, LMHC
> Private practice Psychotherapist
> Bellingham, Washington, U.S.A: (360) 920-1226
> << t...@tomcloyd.com >> (email)
> << TomCloyd.com >> (website & psychotherapy weblog)
> << sleightmind.wordpress.com >> (mental health issues weblog)
> << directpathdesign.com >> (web site design & consultation)
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sun, 20 Apr 2008 08:42:53 -0700
> From: Tom Cloyd <tomc...@comcast.net>
> Subject: Re: [Radiant] Ruby Gems Installation Issue
> To: rad...@radiantcms.org
> Message-ID: <480B647...@comcast.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Tom Cloyd wrote:
> [snip]
>> I realize that being rather new to Linux there is much I don't know,
>> but this latest piece of secret knowledge flabbergasts me. Why can't
>> radiant use the same path all the other gems seems to successfully
>> use? How could I ever have figured out this problem without your
>> expert help?
> Update: I figured out that my earlier attempt to update my path were
> bases on bad information, so that the path wasn't actually being
> modified at all. THAT makes sense - accounts for the behavior I was
> seeing. I have now fixed the path, and verified the fix. Live and
> learn.
> (Not necessarily in equal parts!).
>
> t.
>
> --
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Tom Cloyd, MS MA, LMHC
> Private practice Psychotherapist
> Bellingham, Washington, U.S.A: (360) 920-1226
> << t...@tomcloyd.com >> (email)
> << TomCloyd.com >> (website & psychotherapy weblog)
> << sleightmind.wordpress.com >> (mental health issues weblog)
> << directpathdesign.com >> (web site design & consultation)
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
> ------------------------------
>
> _______________________________________________
> Radiant mailing list
> Post: Rad...@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>
> End of Radiant Digest, Vol 25, Issue 32
> ***************************************
_______________________________________________
Radiant mailing list
Post: Rad...@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant