Gem manifest problem

2010-12-02 Thread BBJ
I use laserlemon's vestal_versions for versioning of my app.

The problem is the naming in the environment file creates production
environment problems for me.

Heroku app works and launches with

  config.gem 'vestal_versions', :lib = 'vestal_versions', :source =
'http://gems.github.com' # github gem

in environment.rb

but locally I can only start my server if

environment.rb contains

config.gem 'laserlemon-vestal_versions', :lib =
'vestal_versions', :source = 'http://gems.github.com'


I don't understand the inconsistency in naming, and would appreciate
if someone could explain this to me. If I change environment.rb to the
second example Heroku server won't start.

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Heroku dependency error - JSON

2010-06-01 Thread BBJ
Managed to fix this by reinstalling Heroku.

On May 27, 3:03 pm, BBJ babychee...@lolcatbible.com wrote:
 Hi everyone

 I recently updated my gems.

 On executing:
               heroku rake --trace db:migrate
 I get
                /usr/lib/ruby/site_ruby/1.8/rubygems.rb:230:in
 `activate': can't activate json_pure (~ 1.2.0, runtime) for
 [heroku-1.8.1], already activated json_pure-1.4.3
 for                  [gemcutter-0.5.0] (Gem::LoadError)

 How can I work around to fix this? I cannot update my remote DB.

 Thanks in advance,
 Bob

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Heroku dependency error - JSON

2010-05-30 Thread BBJ
Hi everyone

I recently updated my gems.

On executing:
  heroku rake --trace db:migrate
I get
   /usr/lib/ruby/site_ruby/1.8/rubygems.rb:230:in
`activate': can't activate json_pure (~ 1.2.0, runtime) for
[heroku-1.8.1], already activated json_pure-1.4.3
for  [gemcutter-0.5.0] (Gem::LoadError)


How can I work around to fix this? I cannot update my remote DB.

Thanks in advance,
Bob

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.