Re: [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread John W . Long
On Oct 12, 2009, at 1:26 PM, Anton Aylward wrote: Ah. about 50 pages more than I wanted. learn.github.com looks like your ticket: http://learn.github.com/p/intro.html http://learn.github.com/p/setup.html http://learn.github.com/p/normal.html http://learn.github.com/p/branching.html

Re: Git Confusion - thread detour from "[Radiant] [ANN] Radiant 0.9.0 RC1"

2009-10-12 Thread Nate Turnage
On Mon, Oct 12, 2009 at 3:35 PM, john muhl wrote: > i've found the following to be pretty easy to use once it's setup. > > - clone the latest radiant source to somewhere in your home directory; > i use ~/.radiant > > git clone git://github.com/radiant/radiant.git ~/.radiant > > - add aliases to

Re: Git Confusion - thread detour from "[Radiant] [ANN] Radiant 0.9.0 RC1"

2009-10-12 Thread john muhl
oh and once you've created a radiant from an older version (or edge) you probably want to freeze it with `rake radiant:freeze:edge TAG=0.7.1` or whatever On Mon, Oct 12, 2009 at 3:35 PM, john muhl wrote: > On Mon, Oct 12, 2009 at 3:02 PM, Nate Turnage wrote: >> On Mon, Oct 12, 2009 at 2:45 PM, D

Re: Git Confusion - thread detour from "[Radiant] [ANN] Radiant 0.9.0 RC1"

2009-10-12 Thread john muhl
On Mon, Oct 12, 2009 at 3:02 PM, Nate Turnage wrote: > On Mon, Oct 12, 2009 at 2:45 PM, Dayne Broderson wrote: >> [dbrod...@beef ~]$ gem environment >> ... >> [dbrod...@beef ~]$ /usr/local/lib/ruby/gems/1.8/gems/radiant-0. >> radiant-0.6.9/ radiant-0.7.0/ radiant-0.7.1/ radiant-0.8.1/ >> [dbrod...

Re: Git Confusion - thread detour from "[Radiant] [ANN] Radiant 0.9.0 RC1"

2009-10-12 Thread Nate Turnage
On Mon, Oct 12, 2009 at 2:45 PM, Dayne Broderson wrote: > > Ahh, that is actually pretty easy. Just ask gem where you're gems are > installed. You can find that from 'gem environment' and looking at > GEM_PATHS. Mine is typically /usr/local/lib/ruby/gems/1.8. In that > directory is another g

Re: Git Confusion - thread detour from "[Radiant] [ANN] Radiant 0.9.0 RC1"

2009-10-12 Thread Dayne Broderson
On Mon, Oct 12, 2009 at 10:19 AM, Nate Turnage wrote: > > > > What I am not certain on is how you *create* a Radiant project using a > specific version of the gem. If anyone could chime in here it would be > great. I didn't see it mentioned in the wiki either. > > > > ~Nate Ahh, that is act

Re: [Radiant] Question about Radiant_Rbiz extension

2009-10-12 Thread nx
Nate, I just posted up my rbiz_donations plugin that allows you to make donations through Rbiz. Its in what I would call an infantile stage, but it works. If you want to try it out see the README at: http://github.com/nuex/radiant_rbiz_donations. I also just finished a pledge system so customers

Git Confusion - thread detour from "[Radiant] [ANN] Radiant 0.9.0 RC1"

2009-10-12 Thread Nate Turnage
On Mon, Oct 12, 2009 at 12:26 PM, Anton Aylward wrote: > Arthur Gunn said the following on 10/12/2009 08:24 AM: > >> Perhaps, then, you can suggest a source of "How To" for GIT for > >> non-developers. > > > > There are no end of resources out there, my personal recommendation > > though: > >

Re: [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread Anton Aylward
Arthur Gunn said the following on 10/12/2009 08:24 AM: >> Perhaps, then, you can suggest a source of "How To" for GIT for >> non-developers. > > There are no end of resources out there, my personal recommendation > though: > http://www-cs-students.stanford.edu/~blynn/gitmagic/ Ah. about

Re: [Radiant] Restricting access to select pages

2009-10-12 Thread Nate Turnage
On Mon, Oct 12, 2009 at 11:44 AM, James Britt wrote: > Hey all. > > I'm setting up a Radiant site, and in addition to having to add some custom > behavior, I need to be able to restrict access to specific pages for > different users. > > I've started trying p8's Restricted Access extension ( > ht

[Radiant] Restricting access to select pages

2009-10-12 Thread James Britt
Hey all. I'm setting up a Radiant site, and in addition to having to add some custom behavior, I need to be able to restrict access to specific pages for different users. I've started trying p8's Restricted Access extension (http://github.com/p8/radiant-restricted-access-extension) but wonde

Re: [Fwd: Re: [Radiant] the error on rake command]

2009-10-12 Thread Nate Turnage
On Mon, Oct 12, 2009 at 10:09 AM, fredmann wonder wrote: > > > of course i have installed the cucumber gem. > Well then. I dunno. I just installed the gem, and bootstrapped a mysql db without any problem. Do you have the 0.8.1 gem installed? I got a bunch of gem dependencies installed when I up

Fwd: [Fwd: Re: [Radiant] the error on rake command]

2009-10-12 Thread fredmann wonder
fredmann wonder wrote: > hi! > > After I installed the RC1 of 0.9.0 version, I build a new project, but when > i run "rake production db:bootstrap" command , their comeout the error > message: > > "rake aborted! > undefined method `feature_pattern=' for # > /home/fredmann/.gem/ruby/1.8/gems/radiant

Re: [Radiant] the error on rake command

2009-10-12 Thread Nate
fredmann wonder wrote: hi! After I installed the RC1 of 0.9.0 version, I build a new project, but when i run "rake production db:bootstrap" command , their comeout the error message: "rake aborted! undefined method `feature_pattern=' for # /home/fredmann/.gem/ruby/1.8/gems/radiant-0.9.0/lib/tas

Re: [Radiant] Radiant 0.9.0 RC1 & Extensions

2009-10-12 Thread Nate
Sharon Clift wrote: We use the old version of page attachments. How do we go about upgrading page attachments to the newest version without losing all of the images on our site? I couldn't find any documentation on how to upgrade the attachments and I assume our version will break with 0.9.0

[Radiant] Radiant 0.9.0 RC1 & Extensions

2009-10-12 Thread Sharon Clift
We use the old version of page attachments. How do we go about upgrading page attachments to the newest version without losing all of the images on our site? I couldn't find any documentation on how to upgrade the attachments and I assume our version will break with 0.9.0? Many thanks for any

[Radiant] the error on rake command

2009-10-12 Thread fredmann wonder
hi! After I installed the RC1 of 0.9.0 version, I build a new project, but when i run "rake production db:bootstrap" command , their comeout the error message: "rake aborted! undefined method `feature_pattern=' for # /home/fredmann/.gem/ruby/1.8/gems/radiant-0.9.0/lib/tasks/cucumber.rake:13 /home

Re: [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread qutic development
This one is pretty easy: http://progit.org/book/ Best regards jerry On 12.10.2009, at 14:20, Anton Aylward wrote: Perhaps, then, you can suggest a source of "How To" for GIT for non-developers. ___ Radiant mailing list Post: Radiant@radiantcms.or

Re: [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread Arthur Gunn
Perhaps, then, you can suggest a source of "How To" for GIT for non-developers. There are no end of resources out there, my personal recommendation though: http://www-cs-students.stanford.edu/~blynn/gitmagic/ -Arthur ___ Radiant mailing l

Re: [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread Anton Aylward
Nate said the following on 10/11/2009 10:38 PM: >> Anton Aylward said the following on 10/11/2009 07:23 AM: >> >>> Ah. >>> >>> Any suggestions for running this along side the development of other >>> Radiant sites using earlier version? For reasons of extension >>> compatibility and my lack of

Re: [Radiant] Question about Radiant_Rbiz extension

2009-10-12 Thread Todd Willey
Nate, Actually, named_scope shouldn't be necessary any more. Did you do git submodule init / update from within the radiant_rbiz extension? Thanks -todd[1] On Sun, Oct 11, 2009 at 1:18 AM, Nate wrote: > I am trying to migrate the radiant_rbiz extension but I get an error of > "uninitialized co

[Radiant] [ANN] Ping.fm Extension

2009-10-12 Thread Haselwanter Edmund
Hi *, I haked a little extension inspired by the twitter extension from Sean (and some code thereof ;-): http://github.com/ehaselwanter/radiant-pingfm-extension http://edmund.haselwanter.com/en/blog/2009/10/11/simple-ping-fm-extension-for-radiant/ a sample twitter message created by saving t