It looks like you've got config.gem "calendar_date_select" somewhere in one
of your environment files: config/environment.rb, or
config/environments/production.rb. If you no longer need that gem, I would
delete that line from there.

If you don't understand what's going on here with gem dependencies for your
app, I would definitely read into it a little more:
http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-gem-dependencies

-Nick

On Tue, Sep 15, 2009 at 4:43 AM, sravi <[email protected]> wrote:

>
> Hi all,
> Iam new to Heroku and git.I deplyoing ruby on rails code to heroku
> through git in windows XP.Iam following the article.
> http://wiki.devchix.com/index.php?title=Server_2003
> all working fine but at the end when i run rake  heroku rake
> db:migrate .It showing error like this.
>
> Missing these required gems:
>  calendar_date_select
>
> You're running:
>  ruby 1.8.6.287 at /usr/local/bin/ruby
>  rubygems 1.3.5 at /home/slugs/55586_39407b1_f6bf/mnt/.gems, /usr/lib/
> ruby/gems/1.8, /usr/local/lib/ruby/gems/1.8
>
> Run `rake gems:install` to install the missing gems.
>
>
>  so i tried to run  rake gems:install in git bash it giving buffer
> error.and tried as gem install calender_date_select but it also not
> working.
>
> Actually that gem doesn't required for me now. so how i can i install
> or uninstall gem froom apllication in this stage of deployment.Please
> tell help.waiting for your reply.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to