Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-16 Thread banane
On Mon, Aug 16, 2010 at 7:57 AM, Lindsay Morris wrote: > Well, "gem list" says radiant (0.9.1),  but that's remote, ie, not installed > (I guess ?) No the other way- gem list (remote) means what gems are available from gem providers. Gem list (without a flag) will give you locally installed gems.

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-16 Thread Lindsay Morris
Well, "gem list" says radiant (0.9.1), but that's remote, ie, not installed (I guess ?) "gem list --local" does not show radiant at all. But I have a /home/lindsay/rails_apps/radiant directory, with a CHANGELOG that has "=== 0.8.1 Luster" at the top. So it's SLOOOWWLY starting to make sense. Ma

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-11 Thread banane
Which version of radiant do you have installed? gem list (and you'll see radiant's version next to its name in parens). I'm suspecting it's 8, as that seems to be a 9 version diff. On Wed, Aug 11, 2010 at 2:52 PM, Lindsay Morris wrote: > Very helpful. Two different install techniques. I had no

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-11 Thread Lindsay Morris
Very helpful. Two different install techniques. I had no idea. So I took the config.gem line away, and ran [lind...@gator634 ~/rails_apps/radiant]$ rake radiant:extensions:forms:migrate (in /home/lindsay/rails_apps/radiant) rake aborted! undefined method `tab' for # What's next? On Wed, Aug 1

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-11 Thread Jim Gay
On Wed, Aug 11, 2010 at 5:09 PM, Lindsay Morris wrote: > Jim, when I added "config.gem ..", the app wouldn't start; complained "gem > not installed". > Which makes sense since there's no vendor/extensions/forms directory. > You misunderstand. It would say "gem not installed" if the user trying to

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-11 Thread john muhl
On Wed, Aug 11, 2010 at 4:09 PM, Lindsay Morris wrote: > So I tried another installer: >   git clone git://github.com/squaretalent/radiant-forms-extension > vendor/extensions/forms > That seemed happy, and I now have a vendor/extensions/forms directory.  Yay! > Then: > rake radiant:extensions:form

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-11 Thread Lindsay Morris
Jim, when I added "config.gem ..", the app wouldn't start; complained "gem not installed". Which makes sense since there's no vendor/extensions/forms directory. Trying Anna's advice: script/extension install forms fails: "git was compiled without libcurl support". I can't be root on this box.

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-11 Thread banane
Does hostgator give you command-line, or shell, access to the server? For extensions to work (last time I looked) you need to run a command-line series of commands. One simple one is, in the rails-root directory, type "script/extension install forms" That will create the forms directory in the ven

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-11 Thread Jim Gay
Please reread my previous reply. You've installed the gem and that's it. There is nothing telling your application to use it. On Wed, Aug 11, 2010 at 12:11 PM, Lindsay Morris wrote: > I used hostgator's cpanel web interface to install it. > There is no vendor/extensions/forms directory. > > So I

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-11 Thread Lindsay Morris
. Not a gem or anything like that. >> >> Anna >> >> >> On Tue, Aug 10, 2010 at 1:05 PM, Lindsay Morris wrote: >> >>> bounced, trying again >>> >>> -- Forwarded message -- >>> From: Lindsay Morris >>>

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-10 Thread Jim Gay
ually > in /lib, in the vendor/extensions/forms directory of your radiant site. Not > a gem or anything like that. > > Anna > > > On Tue, Aug 10, 2010 at 1:05 PM, Lindsay Morris wrote: > >> bounced, trying again >> >> -- Forwarded message ----

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-10 Thread banane
> -- Forwarded message -- > From: Lindsay Morris > Date: Mon, Aug 9, 2010 at 10:15 AM > Subject: Re: [Radiant] forms extensions installed, but no Forms tab appears > To: radiantcms@googlegroups.com > > > Thanks, Jim. > It's here: > > ls -l /usr/lib/ruby/g

Fwd: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-10 Thread Lindsay Morris
bounced, trying again -- Forwarded message -- From: Lindsay Morris Date: Mon, Aug 9, 2010 at 10:15 AM Subject: Re: [Radiant] forms extensions installed, but no Forms tab appears To: radiantcms@googlegroups.com Thanks, Jim. It's here: ls -l /usr/lib/ruby/gems/1.8/gems/ra

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-09 Thread Lindsay Morris
Thanks, Jim. It's here: ls -l /usr/lib/ruby/gems/1.8/gems/radiant-forms-extension-2.0.1/ total 52 -rw-r--r-- 1 root root 3507 Aug 3 16:52 README.md -rw-r--r-- 1 root root 4896 Aug 3 16:52 Rakefile -rw-r--r-- 1 root root6 Aug 3 16:52 VERSION drwxr-xr-x 5 root root 4096 Aug 3 16:03 app drwxr

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-05 Thread Mamed Mamedov
Hello, Can you please describe steps of how you have installed radiant-forms-extension? Which version of Radiant you are using? On 8/5/10, Jim Gay wrote: > On Wed, Aug 4, 2010 at 3:32 PM, lmorris99 wrote: > >> I've been struggling with this for 2 days now. >> >> I reinstalled radiant (which wo

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-05 Thread Jim Gay
On Wed, Aug 4, 2010 at 3:32 PM, lmorris99 wrote: > I've been struggling with this for 2 days now. > > I reinstalled radiant (which works fine) and radiant-forms-extensions. > Then I ran > rake db:migrate > rake db:migrate:extensions > rake radiant:extensions:forms:migrate > (which complained " D

[Radiant] forms extensions installed, but no Forms tab appears

2010-08-05 Thread lmorris99
I've been struggling with this for 2 days now. I reinstalled radiant (which works fine) and radiant-forms-extensions. Then I ran rake db:migrate rake db:migrate:extensions rake radiant:extensions:forms:migrate (which complained " Don't know how to build task 'radiant:extensions:forms:migrate') r