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 vendor/extensions path. then,
you want to run:
rake radiant:extensions:forms:migrate
and
rake radiant:extensions:forms:update

Anna

On Wed, Aug 11, 2010 at 9:42 AM, Jim Gay <j...@saturnflyer.com> wrote:

> 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 <lmorris...@gmail.com>wrote:
>
>> I used hostgator's cpanel web interface to install it.
>> There is no vendor/extensions/forms directory.
>>
>> So I ran "gem install radiant-forms-extension"; it seemed to work:
>> [lind...@gator634 ~/rails_apps/radiant]$ gem install
>> radiant-forms-extension
>> Successfully installed radiant-forms-extension-2.0.1
>> 1 gem installed
>> Installing ri documentation for radiant-forms-extension-2.0.1...
>> Installing RDoc documentation for radiant-forms-extension-2.0.1...
>>
>> But there's still no forms directory anywhere.
>>
>> [lind...@gator634 ~/rails_apps/radiant]$ find / -name forms
>> /home/lindsay/ruby/gems/gems/radiant-forms-extension-2.0.1/spec/lib/forms
>>
>> /home/lindsay/ruby/gems/gems/radiant-forms-extension-2.0.1/app/views/admin/forms
>> /home/lindsay/ruby/gems/gems/radiant-forms-extension-2.0.1/lib/forms
>>
>> /home/lindsay/ruby/gems/doc/radiant-forms-extension-2.0.1/rdoc/files/lib/forms
>>
>> /usr/lib/ruby/gems/1.8/doc/radiant-forms-extension-2.0.1/rdoc/files/lib/forms
>> /usr/lib/ruby/gems/1.8/gems/radiant-forms-extension-2.0.1/spec/lib/forms
>> /usr/lib/ruby/gems/1.8/gems/radiant-forms-extension-2.0.1/lib/forms
>>
>> /usr/lib/ruby/gems/1.8/gems/radiant-forms-extension-2.0.1/app/views/admin/forms
>>
>>
>> Is it supposed to be "gems/gems" above (line 2)?
>> Is it using the wrong directory? radiant starts from
>> /home/lindsay/rails_apps/radiant.
>>
>> Maybe I need to tweak this line in my config/environment.rb BEFORE I run
>> gem install?
>> (It's commented out at present.)
>>
>> #ENV['GEM_PATH'] = '/home/lindsay/ruby/gems:/usr/lib/ruby/gems/1.8'
>>
>> Thanks for any advice...
>>
>>  On Wed, Aug 11, 2010 at 12:14 AM, Jim Gay <j...@saturnflyer.com> wrote:
>>
>>> Lindsay,
>>>
>>> How did you install the radiant-forms-extension? Was it just by doing
>>> "gem install radiant-forms-extension"? And if so did you add "config.gem
>>> 'radiant-forms-extension'" to your config/environment.rb? If you did the
>>> first step but not the second, then you didn't "install" it into your app.
>>>
>>
>
> --
> Jim Gay
> Saturn Flyer LLC
> http://www.saturnflyer.com
> 571-403-0338
>

Reply via email to