me too, I've used ruby-enterprise from phusion and then gem'ed rails
into it (or was rails inlcuded ????)
the debian packages were bad: stable (ruby 1.8.5) and unstable (ruby
1.8.7), so I decided to use the enterprise version (ruby 1.8.6)

On Oct 13, 10:22 pm, "Adam Nelson" <[EMAIL PROTECTED]> wrote:
> It was more of a general comment about the OS setup - since I didn't do it.
> I'll check with the person who set this up and see if anything fishy was
> done.  I do know that we used gem to install rails and not apt-get.
>
> On Mon, Oct 13, 2008 at 4:01 PM, Fritzek <[EMAIL PROTECTED]>wrote:
>
>
>
> > No, my Prod is running Debian too and as part of my cap the
> > plugin_migration will be checked every time I deploy.
> > Normally the gem is not necessary because CE comes with the
> > engine_plugin acts_as_taggable_on_steriods. I guess that Bruno asked
> > for the gem to ensure that it is not on collision course with the
> > built-in plugin.
> > Why you guess your path is screwy?
> > You guess that you miss the entry in env.rb which points to the
> > plugin_path of engine_plugins? Or more OS specific?
>
> > On Oct 13, 9:10 pm, "Adam Nelson" <[EMAIL PROTECTED]> wrote:
> > > I did sudo in a run that I didn't copy over - the same outcome.  I am
> > > thinking that possibly my path may be screwy or something.  I'm using
> > Debian
> > > and I'm presuming most people are using Ubuntu?
>
> > > -Adam
>
> > > On Mon, Oct 13, 2008 at 2:34 PM, Fritzek <
> > [EMAIL PROTECTED]>wrote:
>
> > > > Hi Adam
> > > > just to ensure you've checked the plug in the wall: you've tried a
> > > > "sudo script/generate plugin_migration" (guess your dir /var/www
> > > > belongs to root or www-data and you're logged in as someone else; its
> > > > a common prob at my site and my devs)
>
> > > > Fritzek
>
> > > > On Oct 13, 6:10 pm, "Adam Nelson" <[EMAIL PROTECTED]> wrote:
> > > > > Bruno,
>
> > > > > That gem was not installed - however it didn't help when I installed
> > it:
>
> > > > > [EMAIL PROTECTED]:/var/www/communityengine-setup$ sudo gem
> > > > install
> > > > > acts_as_taggable
> > > > > Successfully installed acts_as_taggable-2.0.2
> > > > > 1 gem installed
> > > > > Installing ri documentation for acts_as_taggable-2.0.2...
> > > > > Installing RDoc documentation for acts_as_taggable-2.0.2...
> > > > > [EMAIL PROTECTED]:/var/www/communityengine-setup$ cd ..
> > > > > [EMAIL PROTECTED]:/var/www$ ls
> > > > > communityengine-setup  va_community_engine  va_pinax_dev  va_trac
> > > > > va_community_dev       va_live              va_staging
> > > > > [EMAIL PROTECTED]:/var/www$ cd va_community_dev/
> > > > > [EMAIL PROTECTED]:/var/www/va_community_dev$ ls
> > > > > app  config  db  doc  lib  log  public  Rakefile  README  script
> >  test
> > > >  tmp
> > > > > vendor
> > > > > [EMAIL PROTECTED]:/var/www/va_community_dev$
> > script/generate
> > > > > plugin_migration
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:278:in
> > > > > `load_missing_constant': uninitialized constant TagList (NameError)
> > > > >     from
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:467:in
> > > > > `const_missing'
> > > > >     from
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:479:in
> > > > > `const_missing'
> > > > >     from
>
> > /var/www/va_community_dev/vendor/plugins/community_engine/engine_config/ini
> > > > tializers/taglist.rb:1
> > > > >     from
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:502:in
> > > > > `load'
> > > > >     from
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:502:in
> > > > > `load'
> > > > >     from
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:354:in
> > > > > `new_constants_in'
> > > > >     from
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:502:in
> > > > > `load'
> > > > >     from
>
> > /var/www/va_community_dev/vendor/plugins/community_engine/engine_config/boo
> > > > t.rb:5
> > > > >     from
>
> > /var/www/va_community_dev/vendor/plugins/community_engine/engine_config/boo
> > > > t.rb:4:in
> > > > > `each'
> > > > >     from
>
> > /var/www/va_community_dev/vendor/plugins/community_engine/engine_config/boo
> > > > t.rb:4
> > > > >     from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> > > > > `gem_original_require'
> > > > >     from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
> > > > >     from
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:509:in
> > > > > `require'
> > > > >     from
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:354:in
> > > > > `new_constants_in'
> > > > >     from
>
> > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
> > > > rb:509:in
> > > > > `require'
> > > > >     from /var/www/va_community_dev/config/environment.rb:58
> > > > >     from /var/lib/gems/1.8/gems/rails-2.1.0/lib/initializer.rb:91:in
> > > > `run'
> > > > >     from /var/www/va_community_dev/config/environment.rb:14
> > > > >     from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> > > > > `gem_original_require'
> > > > >     from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
> > > > >     from
> > /var/lib/gems/1.8/gems/rails-2.1.0/lib/commands/generate.rb:1
> > > > >     from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> > > > > `gem_original_require'
> > > > >     from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
> > > > >     from script/generate:3
> > > > > [EMAIL PROTECTED]:/var/www/va_community_dev$
>
> > > > > On Mon, Oct 13, 2008 at 11:14 AM, Bruno <[EMAIL PROTECTED]>
> > > > wrote:
>
> > > > > > Can you do a gem list?
> > > > > > Do you have the acts_as_taggable gem installed?
>
> > > > > > On Oct 13, 10:11 am, adamiis111 <[EMAIL PROTECTED]> wrote:
> > > > > > > I've tried pretty much every possible combination of tasks,
> > > > > > > permissions, etc... and I'm having trouble with the
> > script/generate
> > > > > > > plugin_migration stage of installation.  Does anybody have
> > thoughts
> > > > on
> > > > > > > this?:
>
> > > > > > > [EMAIL PROTECTED]:/var/www/va_community_dev$ sudo
> > script/
> > > > > > > generate plugin_migration
> > > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:278:in `load_missing_constant': uninitialized
> > > > constant
> > > > > > > TagList (NameError)
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:467:in `const_missing'
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:479:in `const_missing'
> > > > > > >         from
> > > > /var/www/va_community_dev/vendor/plugins/community_engine/
> > > > > > > engine_config/initializers/taglist.rb:1
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:502:in `load'
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:502:in `load'
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:354:in `new_constants_in'
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:502:in `load'
> > > > > > >         from
> > > > /var/www/va_community_dev/vendor/plugins/community_engine/
> > > > > > > engine_config/boot.rb:5
> > > > > > >         from
> > > > /var/www/va_community_dev/vendor/plugins/community_engine/
> > > > > > > engine_config/boot.rb:4:in `each'
> > > > > > >         from
> > > > /var/www/va_community_dev/vendor/plugins/community_engine/
> > > > > > > engine_config/boot.rb:4
> > > > > > >         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> > > > > > > `gem_original_require'
> > > > > > >         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> > > > `require'
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:509:in `require'
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:354:in `new_constants_in'
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
> > > > > > > dependencies.rb:509:in `require'
> > > > > > >         from /var/www/va_community_dev/config/environment.rb:58
> > > > > > >         from
> > > > /var/lib/gems/1.8/gems/rails-2.1.0/lib/initializer.rb:91:in
> > > > > > > `run'
> > > > > > >         from /var/www/va_community_dev/config/environment.rb:14
> > > > > > >         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> > > > > > > `gem_original_require'
> > > > > > >         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> > > > `require'
> > > > > > >         from
> > > > > > /var/lib/gems/1.8/gems/rails-2.1.0/lib/commands/generate.rb:1
> > > > > > >         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> > > > > > > `gem_original_require'
> > > > > > >         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> > > > `require'
> > > > > > >         from script/generate:3
> > > > > > > [EMAIL PROTECTED]:/var/www/va_community_dev$
>
> > > > > > > Thanks,
> > > > > > > Adam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to