Anybody else notice that the mongo ruby gem versions 1.4.1 and 1.4.0 have gone missing from rubygems.org? 1.3.1 is now listed as the latest version. Anybody know what happened?
> Anybody else notice that the mongo ruby gem versions 1.4.1 and 1.4.0 have
> gone missing from rubygems.org? 1.3.1 is now listed as the latest version.
> Anybody know what happened?
You can still download and install 1.4.0 and 1.4.1 manually from
Rubygems.org. However, I had to yank them due
to some critical bugs. I'm working feverishly on a 1.4.2 release and
will let everyone know as soon as it's ready. It's better
than you wait until this new version is available, as I don't want any
more users to have to deal with these issues.
Apologies for any inconvenience this may be causing.
Kyle
On Oct 28, 2:47 pm, Tim Olsen <t...@jux.com> wrote:
> Anybody else notice that the mongo ruby gem versions 1.4.1 and 1.4.0 have
> gone missing from rubygems.org? 1.3.1 is now listed as the latest version.
> Anybody know what happened?
> You can still download and install 1.4.0 and 1.4.1 manually from
> Rubygems.org. However, I had to yank them due
> to some critical bugs. I'm working feverishly on a 1.4.2 release and
> will let everyone know as soon as it's ready. It's better
> than you wait until this new version is available, as I don't want any
> more users to have to deal with these issues.
> Apologies for any inconvenience this may be causing.
> Kyle
> On Oct 28, 2:47 pm, Tim Olsen <t...@jux.com> wrote:
> > Anybody else notice that the mongo ruby gem versions 1.4.1 and 1.4.0 have
> > gone missing from rubygems.org? 1.3.1 is now listed as the latest version.
> > Anybody know what happened?
Not that I'm ungrateful but is there any chance you know when they are
going to be added back to rubygems? The problem at the minute is that
although these links are useful for development none of my apps can be
deployed to Heroku because they need mongoid 2.0.2. It still
complains about bson-1.4.0 being missing.
Thanks!
On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote:
On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com> wrote: > Thanks for this Kyle.
> Not that I'm ungrateful but is there any chance you know when they are > going to be added back to rubygems? The problem at the minute is that > although these links are useful for development none of my apps can be > deployed to Heroku because they need mongoid 2.0.2. It still > complains about bson-1.4.0 being missing.
> Thanks!
> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote: > > Here are the relevant links for those who absolutely need these > > versions:
> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> -- > You received this message because you are subscribed to the Google Groups > "mongodb-user" group. > To post to this group, send email to mongodb-user@googlegroups.com. > To unsubscribe from this group, send email to > mongodb-user+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/mongodb-user?hl=en.
And actually, Mongoid seems to have pushed version 2.3.3 which downgrades the requirement on the mongo gem to 1.3 (and thus also the bson/bson_ext). You could also try upgrading to Mongoid 2.3.3.
On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote: > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade mongo, > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> Tim
> On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com> wrote:
>> Thanks for this Kyle.
>> Not that I'm ungrateful but is there any chance you know when they are >> going to be added back to rubygems? The problem at the minute is that >> although these links are useful for development none of my apps can be >> deployed to Heroku because they need mongoid 2.0.2. It still >> complains about bson-1.4.0 being missing.
>> Thanks!
>> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote: >> > Here are the relevant links for those who absolutely need these >> > versions:
>> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
>> -- >> You received this message because you are subscribed to the Google Groups >> "mongodb-user" group. >> To post to this group, send email to mongodb-user@googlegroups.com. >> To unsubscribe from this group, send email to >> mongodb-user+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/mongodb-user?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "mongodb-user" group. > To post to this group, send email to mongodb-user@googlegroups.com. > To unsubscribe from this group, send email to > mongodb-user+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/mongodb-user?hl=en.
> And actually, Mongoid seems to have pushed version 2.3.3 which downgrades
> the requirement on the mongo gem to 1.3 (and thus also the bson/bson_ext).
> You could also try upgrading to Mongoid 2.3.3.
> - Marten
> On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote:
> > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade mongo,
> > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > Tim
> > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com> wrote:
> >> Thanks for this Kyle.
> >> Not that I'm ungrateful but is there any chance you know when they are
> >> going to be added back to rubygems? The problem at the minute is that
> >> although these links are useful for development none of my apps can be
> >> deployed to Heroku because they need mongoid 2.0.2. It still
> >> complains about bson-1.4.0 being missing.
> >> Thanks!
> >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> >> > Here are the relevant links for those who absolutely need these
> >> > versions:
> >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "mongodb-user" group.
> >> To post to this group, send email to mongodb-user@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> mongodb-user+unsubscribe@googlegroups.com.
> >> For more options, visit this group at
> >>http://groups.google.com/group/mongodb-user?hl=en.
> > --
> > You received this message because you are subscribed to the Google Groups
> > "mongodb-user" group.
> > To post to this group, send email to mongodb-user@googlegroups.com.
> > To unsubscribe from this group, send email to
> > mongodb-user+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/mongodb-user?hl=en.
> I think pushing mongoid to 2.3.3 require min mongodb 2.0.0.
> If you use mongohq then you are stuck upgrading to mongoid 2.3.3
> On Oct 31, 8:49 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> > And actually, Mongoid seems to have pushed version 2.3.3 which downgrades
> > the requirement on the mongo gem to 1.3 (and thus also the bson/bson_ext).
> > You could also try upgrading to Mongoid 2.3.3.
> > - Marten
> > On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote:
> > > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade mongo,
> > > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > > Tim
> > > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com> wrote:
> > >> Thanks for this Kyle.
> > >> Not that I'm ungrateful but is there any chance you know when they are
> > >> going to be added back to rubygems? The problem at the minute is that
> > >> although these links are useful for development none of my apps can be
> > >> deployed to Heroku because they need mongoid 2.0.2. It still
> > >> complains about bson-1.4.0 being missing.
> > >> Thanks!
> > >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > >> > Here are the relevant links for those who absolutely need these
> > >> > versions:
> > >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > >> --
> > >> You received this message because you are subscribed to the Google Groups
> > >> "mongodb-user" group.
> > >> To post to this group, send email to mongodb-user@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> mongodb-user+unsubscribe@googlegroups.com.
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/mongodb-user?hl=en.
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "mongodb-user" group.
> > > To post to this group, send email to mongodb-user@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > mongodb-user+unsubscribe@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/mongodb-user?hl=en.
> Unless you're using features in MongoDB 2.0.0, you shouldn't have any
> problems running
> Mongoid 2.3.3.
> On Oct 31, 2:05 pm, Steve <steve21...@gmail.com> wrote:
> > I think pushing mongoid to 2.3.3 require min mongodb 2.0.0.
> > If you use mongohq then you are stuck upgrading to mongoid 2.3.3
> > On Oct 31, 8:49 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> > > And actually, Mongoid seems to have pushed version 2.3.3 which downgrades
> > > the requirement on the mongo gem to 1.3 (and thus also the bson/bson_ext).
> > > You could also try upgrading to Mongoid 2.3.3.
> > > - Marten
> > > On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote:
> > > > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade mongo,
> > > > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > > > Tim
> > > > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com> wrote:
> > > >> Thanks for this Kyle.
> > > >> Not that I'm ungrateful but is there any chance you know when they are
> > > >> going to be added back to rubygems? The problem at the minute is that
> > > >> although these links are useful for development none of my apps can be
> > > >> deployed to Heroku because they need mongoid 2.0.2. It still
> > > >> complains about bson-1.4.0 being missing.
> > > >> Thanks!
> > > >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > >> > Here are the relevant links for those who absolutely need these
> > > >> > versions:
> > > >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > >> --
> > > >> You received this message because you are subscribed to the Google Groups
> > > >> "mongodb-user" group.
> > > >> To post to this group, send email to mongodb-user@googlegroups.com.
> > > >> To unsubscribe from this group, send email to
> > > >> mongodb-user+unsubscribe@googlegroups.com.
> > > >> For more options, visit this group at
> > > >>http://groups.google.com/group/mongodb-user?hl=en.
> > > > --
> > > > You received this message because you are subscribed to the Google Groups
> > > > "mongodb-user" group.
> > > > To post to this group, send email to mongodb-user@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > mongodb-user+unsubscribe@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/mongodb-user?hl=en.
Look in your Gemfile.lock, see if there's anything about bson at 1.4.
If you previously had bundled against mongoid 2.3.2 for example, the Gemfile.lock will have recorded that you want bson at 1.4. I'd recommend manually removing all lines related to mongoid/mongo/bson/bson_ext from your Gemfile.lock, and rerunning "bundle install" to get a fresh set of dependencies with regard to this. After that you should be able to deploy again.
- Marten
On Mon, Oct 31, 2011 at 8:20 PM, Claudio Lassala <claudiolass...@gmail.com>wrote:
> when I deploy to Heroku, it's failing with this message:
> Fetching source index for http://rubygems.org/ > Could not find bson-1.4.0 in any of the sources
> I haven't followed half of what's been mentioned in this thread, as > I'm not sure what I'm doing most of the time at this point. :)
> Any feedback on how I can fix this issue is highly appreciated...
> Claudio
> On Oct 31, 1:32 pm, Kyle Banker <kyleban...@gmail.com> wrote: > > @Steve
> > Unless you're using features in MongoDB 2.0.0, you shouldn't have any > > problems running > > Mongoid 2.3.3.
> > On Oct 31, 2:05 pm, Steve <steve21...@gmail.com> wrote:
> > > I think pushing mongoid to 2.3.3 require min mongodb 2.0.0. > > > If you use mongohq then you are stuck upgrading to mongoid 2.3.3
> > > On Oct 31, 8:49 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> > > > And actually, Mongoid seems to have pushed version 2.3.3 which > downgrades > > > > the requirement on the mongo gem to 1.3 (and thus also the > bson/bson_ext). > > > > You could also try upgrading to Mongoid 2.3.3.
> > > > - Marten
> > > > On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote: > > > > > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade > mongo, > > > > > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > > > > Tim
> > > > > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com> > wrote:
> > > > >> Thanks for this Kyle.
> > > > >> Not that I'm ungrateful but is there any chance you know when > they are > > > > >> going to be added back to rubygems? The problem at the minute is > that > > > > >> although these links are useful for development none of my apps > can be > > > > >> deployed to Heroku because they need mongoid 2.0.2. It still > > > > >> complains about bson-1.4.0 being missing.
> > > > >> Thanks!
> > > > >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote: > > > > >> > Here are the relevant links for those who absolutely need these > > > > >> > versions:
> > > > >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > >> -- > > > > >> You received this message because you are subscribed to the > Google Groups > > > > >> "mongodb-user" group. > > > > >> To post to this group, send email to > mongodb-user@googlegroups.com. > > > > >> To unsubscribe from this group, send email to > > > > >> mongodb-user+unsubscribe@googlegroups.com. > > > > >> For more options, visit this group at > > > > >>http://groups.google.com/group/mongodb-user?hl=en.
> > > > > -- > > > > > You received this message because you are subscribed to the Google > Groups > > > > > "mongodb-user" group. > > > > > To post to this group, send email to mongodb-user@googlegroups.com > . > > > > > To unsubscribe from this group, send email to > > > > > mongodb-user+unsubscribe@googlegroups.com. > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/mongodb-user?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "mongodb-user" group. > To post to this group, send email to mongodb-user@googlegroups.com. > To unsubscribe from this group, send email to > mongodb-user+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/mongodb-user?hl=en.
> when I deploy to Heroku, it's failing with this message:
> Fetching source index for http://rubygems.org/ > Could not find bson-1.4.0 in any of the sources
> I haven't followed half of what's been mentioned in this thread, as > I'm not sure what I'm doing most of the time at this point. :)
> Any feedback on how I can fix this issue is highly appreciated...
> Claudio
> On Oct 31, 1:32 pm, Kyle Banker <kyleban...@gmail.com> wrote: > > @Steve
> > Unless you're using features in MongoDB 2.0.0, you shouldn't have any > > problems running > > Mongoid 2.3.3.
> > On Oct 31, 2:05 pm, Steve <steve21...@gmail.com> wrote:
> > > I think pushing mongoid to 2.3.3 require min mongodb 2.0.0. > > > If you use mongohq then you are stuck upgrading to mongoid 2.3.3
> > > On Oct 31, 8:49 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> > > > And actually, Mongoid seems to have pushed version 2.3.3 which > downgrades > > > > the requirement on the mongo gem to 1.3 (and thus also the > bson/bson_ext). > > > > You could also try upgrading to Mongoid 2.3.3.
> > > > - Marten
> > > > On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote: > > > > > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade > mongo, > > > > > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > > > > Tim
> > > > > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com> > wrote:
> > > > >> Thanks for this Kyle.
> > > > >> Not that I'm ungrateful but is there any chance you know when > they are > > > > >> going to be added back to rubygems? The problem at the minute is > that > > > > >> although these links are useful for development none of my apps > can be > > > > >> deployed to Heroku because they need mongoid 2.0.2. It still > > > > >> complains about bson-1.4.0 being missing.
> > > > >> Thanks!
> > > > >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote: > > > > >> > Here are the relevant links for those who absolutely need these > > > > >> > versions:
> > > > >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > >> -- > > > > >> You received this message because you are subscribed to the > Google Groups > > > > >> "mongodb-user" group. > > > > >> To post to this group, send email to > mongodb-user@googlegroups.com. > > > > >> To unsubscribe from this group, send email to > > > > >> mongodb-user+unsubscribe@googlegroups.com. > > > > >> For more options, visit this group at > > > > >>http://groups.google.com/group/mongodb-user?hl=en.
> > > > > -- > > > > > You received this message because you are subscribed to the Google > Groups > > > > > "mongodb-user" group. > > > > > To post to this group, send email to mongodb-user@googlegroups.com > . > > > > > To unsubscribe from this group, send email to > > > > > mongodb-user+unsubscribe@googlegroups.com. > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/mongodb-user?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "mongodb-user" group. > To post to this group, send email to mongodb-user@googlegroups.com. > To unsubscribe from this group, send email to > mongodb-user+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/mongodb-user?hl=en.
> > when I deploy to Heroku, it's failing with this message:
> > Fetching source index forhttp://rubygems.org/ > > Could not find bson-1.4.0 in any of the sources
> > I haven't followed half of what's been mentioned in this thread, as
> > I'm not sure what I'm doing most of the time at this point. :)
> > Any feedback on how I can fix this issue is highly appreciated...
> > Claudio
> > On Oct 31, 1:32 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > @Steve
> > > Unless you're using features in MongoDB 2.0.0, you shouldn't have any
> > > problems running
> > > Mongoid 2.3.3.
> > > On Oct 31, 2:05 pm, Steve <steve21...@gmail.com> wrote:
> > > > I think pushing mongoid to 2.3.3 require min mongodb 2.0.0.
> > > > If you use mongohq then you are stuck upgrading to mongoid 2.3.3
> > > > On Oct 31, 8:49 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> > > > > And actually, Mongoid seems to have pushed version 2.3.3 which
> > downgrades
> > > > > the requirement on the mongo gem to 1.3 (and thus also the
> > bson/bson_ext).
> > > > > You could also try upgrading to Mongoid 2.3.3.
> > > > > - Marten
> > > > > On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote:
> > > > > > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade
> > mongo,
> > > > > > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > > > > > Tim
> > > > > > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com>
> > wrote:
> > > > > >> Thanks for this Kyle.
> > > > > >> Not that I'm ungrateful but is there any chance you know when
> > they are
> > > > > >> going to be added back to rubygems? The problem at the minute is
> > that
> > > > > >> although these links are useful for development none of my apps
> > can be
> > > > > >> deployed to Heroku because they need mongoid 2.0.2. It still
> > > > > >> complains about bson-1.4.0 being missing.
> > > > > >> Thanks!
> > > > > >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > >> > Here are the relevant links for those who absolutely need these
> > > > > >> > versions:
> > > > > >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > >> --
> > > > > >> You received this message because you are subscribed to the
> > Google Groups
> > > > > >> "mongodb-user" group.
> > > > > >> To post to this group, send email to
> > mongodb-user@googlegroups.com.
> > > > > >> To unsubscribe from this group, send email to
> > > > > >> mongodb-user+unsubscribe@googlegroups.com.
> > > > > >> For more options, visit this group at
> > > > > >>http://groups.google.com/group/mongodb-user?hl=en.
> > > > > > --
> > > > > > You received this message because you are subscribed to the Google
> > Groups
> > > > > > "mongodb-user" group.
> > > > > > To post to this group, send email to mongodb-user@googlegroups.com
> > .
> > > > > > To unsubscribe from this group, send email to
> > > > > > mongodb-user+unsubscribe@googlegroups.com.
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/mongodb-user?hl=en.
> > --
> > You received this message because you are subscribed to the Google Groups
> > "mongodb-user" group.
> > To post to this group, send email to mongodb-user@googlegroups.com.
> > To unsubscribe from this group, send email to
> > mongodb-user+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/mongodb-user?hl=en.
Thanks, Marten. I didn't know I could tweak with the Gemfile.lock file
like that. Tim's solution address my problem, but I'm writing a note
here about tweaking the lock file so I won't forget that's an
option. :)
On Oct 31, 3:00 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> Look in your Gemfile.lock, see if there's anything about bson at 1.4.
> If you previously had bundled against mongoid 2.3.2 for example, the
> Gemfile.lock will have recorded that you want bson at 1.4. I'd recommend
> manually removing all lines related to mongoid/mongo/bson/bson_ext from
> your Gemfile.lock, and rerunning "bundle install" to get a fresh set of
> dependencies with regard to this. After that you should be able to deploy
> again.
> - Marten
> On Mon, Oct 31, 2011 at 8:20 PM, Claudio Lassala
> <claudiolass...@gmail.com>wrote:
> > Guys,
> > I'm new to Rails and Heroku, and I'm totally stuck here...
> > I have the following in my gemfile (among other things):
> > when I deploy to Heroku, it's failing with this message:
> > Fetching source index forhttp://rubygems.org/ > > Could not find bson-1.4.0 in any of the sources
> > I haven't followed half of what's been mentioned in this thread, as
> > I'm not sure what I'm doing most of the time at this point. :)
> > Any feedback on how I can fix this issue is highly appreciated...
> > Claudio
> > On Oct 31, 1:32 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > @Steve
> > > Unless you're using features in MongoDB 2.0.0, you shouldn't have any
> > > problems running
> > > Mongoid 2.3.3.
> > > On Oct 31, 2:05 pm, Steve <steve21...@gmail.com> wrote:
> > > > I think pushing mongoid to 2.3.3 require min mongodb 2.0.0.
> > > > If you use mongohq then you are stuck upgrading to mongoid 2.3.3
> > > > On Oct 31, 8:49 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> > > > > And actually, Mongoid seems to have pushed version 2.3.3 which
> > downgrades
> > > > > the requirement on the mongo gem to 1.3 (and thus also the
> > bson/bson_ext).
> > > > > You could also try upgrading to Mongoid 2.3.3.
> > > > > - Marten
> > > > > On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote:
> > > > > > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade
> > mongo,
> > > > > > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > > > > > Tim
> > > > > > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com>
> > wrote:
> > > > > >> Thanks for this Kyle.
> > > > > >> Not that I'm ungrateful but is there any chance you know when
> > they are
> > > > > >> going to be added back to rubygems? The problem at the minute is
> > that
> > > > > >> although these links are useful for development none of my apps
> > can be
> > > > > >> deployed to Heroku because they need mongoid 2.0.2. It still
> > > > > >> complains about bson-1.4.0 being missing.
> > > > > >> Thanks!
> > > > > >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > >> > Here are the relevant links for those who absolutely need these
> > > > > >> > versions:
> > > > > >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > >> --
> > > > > >> You received this message because you are subscribed to the
> > Google Groups
> > > > > >> "mongodb-user" group.
> > > > > >> To post to this group, send email to
> > mongodb-user@googlegroups.com.
> > > > > >> To unsubscribe from this group, send email to
> > > > > >> mongodb-user+unsubscribe@googlegroups.com.
> > > > > >> For more options, visit this group at
> > > > > >>http://groups.google.com/group/mongodb-user?hl=en.
> > > > > > --
> > > > > > You received this message because you are subscribed to the Google
> > Groups
> > > > > > "mongodb-user" group.
> > > > > > To post to this group, send email to mongodb-user@googlegroups.com
> > .
> > > > > > To unsubscribe from this group, send email to
> > > > > > mongodb-user+unsubscribe@googlegroups.com.
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/mongodb-user?hl=en.
> > --
> > You received this message because you are subscribed to the Google Groups
> > "mongodb-user" group.
> > To post to this group, send email to mongodb-user@googlegroups.com.
> > To unsubscribe from this group, send email to
> > mongodb-user+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/mongodb-user?hl=en.
> > when I deploy to Heroku, it's failing with this message:
> > Fetching source index forhttp://rubygems.org/ > > Could not find bson-1.4.0 in any of the sources
> > I haven't followed half of what's been mentioned in this thread, as
> > I'm not sure what I'm doing most of the time at this point. :)
> > Any feedback on how I can fix this issue is highly appreciated...
> > Claudio
> > On Oct 31, 1:32 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > @Steve
> > > Unless you're using features in MongoDB 2.0.0, you shouldn't have any
> > > problems running
> > > Mongoid 2.3.3.
> > > On Oct 31, 2:05 pm, Steve <steve21...@gmail.com> wrote:
> > > > I think pushing mongoid to 2.3.3 require min mongodb 2.0.0.
> > > > If you use mongohq then you are stuck upgrading to mongoid 2.3.3
> > > > On Oct 31, 8:49 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> > > > > And actually, Mongoid seems to have pushed version 2.3.3 which
> > downgrades
> > > > > the requirement on the mongo gem to 1.3 (and thus also the
> > bson/bson_ext).
> > > > > You could also try upgrading to Mongoid 2.3.3.
> > > > > - Marten
> > > > > On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote:
> > > > > > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade
> > mongo,
> > > > > > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > > > > > Tim
> > > > > > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com>
> > wrote:
> > > > > >> Thanks for this Kyle.
> > > > > >> Not that I'm ungrateful but is there any chance you know when
> > they are
> > > > > >> going to be added back to rubygems? The problem at the minute is
> > that
> > > > > >> although these links are useful for development none of my apps
> > can be
> > > > > >> deployed to Heroku because they need mongoid 2.0.2. It still
> > > > > >> complains about bson-1.4.0 being missing.
> > > > > >> Thanks!
> > > > > >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > >> > Here are the relevant links for those who absolutely need these
> > > > > >> > versions:
> > > > > >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > >> --
> > > > > >> You received this message because you are subscribed to the
> > Google Groups
> > > > > >> "mongodb-user" group.
> > > > > >> To post to this group, send email to
> > mongodb-user@googlegroups.com.
> > > > > >> To unsubscribe from this group, send email to
> > > > > >> mongodb-user+unsubscribe@googlegroups.com.
> > > > > >> For more options, visit this group at
> > > > > >>http://groups.google.com/group/mongodb-user?hl=en.
> > > > > > --
> > > > > > You received this message because you are subscribed to the Google
> > Groups
> > > > > > "mongodb-user" group.
> > > > > > To post to this group, send email to mongodb-user@googlegroups.com
> > .
> > > > > > To unsubscribe from this group, send email to
> > > > > > mongodb-user+unsubscribe@googlegroups.com.
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/mongodb-user?hl=en.
> > --
> > You received this message because you are subscribed to the Google Groups
> > "mongodb-user" group.
> > To post to this group, send email to mongodb-user@googlegroups.com.
> > To unsubscribe from this group, send email to
> > mongodb-user+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/mongodb-user?hl=en.
did anyone got problem running in heroku for bson 1.3.1 ?
Its working locally. but not in heroku
=============
2011-11-02T14:48:55+00:00 heroku[web.1]: State changed from created to
starting
2011-11-02T14:48:56+00:00 heroku[web.1]: Starting process with command
`thin -p 29136 -e production -R /home/heroku_rack/heroku.ru start`
2011-11-02T14:48:57+00:00 app[web.1]: Able to load bson_ext version
1.1.1, but >= 1.3.1 is required.
------------
2011-11-02T14:48:58+00:00 heroku[web.1]: Process exited
2011-11-02T14:48:58+00:00 app[web.1]: >> Thin web server (v1.2.6
codename Crazy Delicious)
2011-11-02T14:48:58+00:00 app[web.1]: >> Maximum connections set to
1024
2011-11-02T14:48:58+00:00 app[web.1]: >> Listening on 0.0.0.0:29136,
CTRL+C to stop
2011-11-02T14:48:59+00:00 heroku[web.1]: State changed from starting
to up
2011-11-02T14:49:40+00:00 app[web.1]: ArgumentError - wrong number of
arguments(1 for 0):
2011-11-02T14:49:40+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/
gems/bson-1.3.1/lib/bson/types/object_id.rb:51:in `generate'
2011-11-02T14:49:40+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/
gems/sinatra-1.1.0/lib/sinatra/base.rb:620:in `route_eval'
2011-11-02T14:49:40+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/
gems/sinatra-1.1.0/lib/sinatra/base.rb:604:in `block (2 levels) in
route!'
2011-11-02T14:49:40+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/
gems/sinatra-1.1.0/lib/sinatra/base.rb:656:in `block in process_route'
2011-11-02T14:49:40+00:00 app[web.1]: /usr/ruby1.9.2/bin/thin:19:in
`<main>'
=========
GEM FILE
> > when I deploy to Heroku, it's failing with this message:
> > Fetching source index forhttp://rubygems.org/ > > Could not find bson-1.4.0 in any of the sources
> > I haven't followed half of what's been mentioned in this thread, as
> > I'm not sure what I'm doing most of the time at this point. :)
> > Any feedback on how I can fix this issue is highly appreciated...
> > Claudio
> > On Oct 31, 1:32 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > @Steve
> > > Unless you're using features in MongoDB 2.0.0, you shouldn't have any
> > > problems running
> > > Mongoid 2.3.3.
> > > On Oct 31, 2:05 pm, Steve <steve21...@gmail.com> wrote:
> > > > I think pushing mongoid to 2.3.3 require min mongodb 2.0.0.
> > > > If you use mongohq then you are stuck upgrading to mongoid 2.3.3
> > > > On Oct 31, 8:49 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> > > > > And actually, Mongoid seems to have pushed version 2.3.3 which
> > downgrades
> > > > > the requirement on the mongo gem to 1.3 (and thus also the
> > bson/bson_ext).
> > > > > You could also try upgrading to Mongoid 2.3.3.
> > > > > - Marten
> > > > > On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote:
> > > > > > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade
> > mongo,
> > > > > > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > > > > > Tim
> > > > > > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com>
> > wrote:
> > > > > >> Thanks for this Kyle.
> > > > > >> Not that I'm ungrateful but is there any chance you know when
> > they are
> > > > > >> going to be added back to rubygems? The problem at the minute is
> > that
> > > > > >> although these links are useful for development none of my apps
> > can be
> > > > > >> deployed to Heroku because they need mongoid 2.0.2. It still
> > > > > >> complains about bson-1.4.0 being missing.
> > > > > >> Thanks!
> > > > > >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > >> > Here are the relevant links for those who absolutely need these
> > > > > >> > versions:
> > > > > >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > >> --
> > > > > >> You received this message because you are subscribed to the
> > Google Groups
> > > > > >> "mongodb-user" group.
> > > > > >> To post to this group, send email to
> > mongodb-user@googlegroups.com.
> > > > > >> To unsubscribe from this group, send email to
> > > > > >> mongodb-user+unsubscribe@googlegroups.com.
> > > > > >> For more options, visit this group at
> > > > > >>http://groups.google.com/group/mongodb-user?hl=en.
> > > > > > --
> > > > > > You received this message because you are subscribed to the Google
> > Groups
> > > > > > "mongodb-user" group.
> > > > > > To post to this group, send email to mongodb-user@googlegroups.com
> > .
> > > > > > To unsubscribe from this group, send email to
> > > > > > mongodb-user+unsubscribe@googlegroups.com.
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/mongodb-user?hl=en.
> > --
> > You received this message because you are subscribed to the Google Groups
> > "mongodb-user" group.
> > To post to this group, send email to mongodb-user@googlegroups.com.
> > To unsubscribe from this group, send email to
> > mongodb-user+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/mongodb-user?hl=en.
Any progress on this issue? I tried the Mongoid 2.3.3 route, but I'm
currently locked between using BSON 1.3.1 (which causes /gems/
bson-1.3.1/lib/bson/bson_c.rb:24:in `serialize': failed to free buffer
(RuntimeError) when executing rails console on Mac) and BSON 1.4~
which no longer exists in the repo.
I've tried backing up all the way to Mongoid 1.9.5, which fails since
it requires activesupport (< 3.0.0).
Any ideas?
Thanks, Justin
On Nov 2, 10:52 am, Steve <steve21...@gmail.com> wrote:
> did anyone got problem running in heroku for bson 1.3.1 ?
> Its working locally. but not in heroku
> =============
> 2011-11-02T14:48:55+00:00 heroku[web.1]: State changed from created to
> starting
> 2011-11-02T14:48:56+00:00 heroku[web.1]: Starting process with command
> `thin -p 29136 -e production -R /home/heroku_rack/heroku.ru start`
> 2011-11-02T14:48:57+00:00 app[web.1]: Able to load bson_ext version
> 1.1.1, but >= 1.3.1 is required.
> ------------
> 2011-11-02T14:48:58+00:00 heroku[web.1]: Process exited
> 2011-11-02T14:48:58+00:00 app[web.1]: >> Thin web server (v1.2.6
> codename Crazy Delicious)
> 2011-11-02T14:48:58+00:00 app[web.1]: >> Maximum connections set to
> 1024
> 2011-11-02T14:48:58+00:00 app[web.1]: >> Listening on 0.0.0.0:29136,
> CTRL+C to stop
> 2011-11-02T14:48:59+00:00 heroku[web.1]: State changed from starting
> to up
> 2011-11-02T14:49:40+00:00 app[web.1]: ArgumentError - wrong number of
> arguments(1 for 0):
> 2011-11-02T14:49:40+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/
> gems/bson-1.3.1/lib/bson/types/object_id.rb:51:in `generate'
> 2011-11-02T14:49:40+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/
> gems/sinatra-1.1.0/lib/sinatra/base.rb:620:in `route_eval'
> 2011-11-02T14:49:40+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/
> gems/sinatra-1.1.0/lib/sinatra/base.rb:604:in `block (2 levels) in
> route!'
> 2011-11-02T14:49:40+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/
> gems/sinatra-1.1.0/lib/sinatra/base.rb:656:in `block in process_route'
> 2011-11-02T14:49:40+00:00 app[web.1]: /usr/ruby1.9.2/bin/thin:19:in
> `<main>'
> =========
> GEM FILE
> > > when I deploy to Heroku, it's failing with this message:
> > > Fetching source index forhttp://rubygems.org/ > > > Could not find bson-1.4.0 in any of the sources
> > > I haven't followed half of what's been mentioned in this thread, as
> > > I'm not sure what I'm doing most of the time at this point. :)
> > > Any feedback on how I can fix this issue is highly appreciated...
> > > Claudio
> > > On Oct 31, 1:32 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > @Steve
> > > > Unless you're using features in MongoDB 2.0.0, you shouldn't have any
> > > > problems running
> > > > Mongoid 2.3.3.
> > > > On Oct 31, 2:05 pm, Steve <steve21...@gmail.com> wrote:
> > > > > I think pushing mongoid to 2.3.3 require min mongodb 2.0.0.
> > > > > If you use mongohq then you are stuck upgrading to mongoid 2.3.3
> > > > > On Oct 31, 8:49 pm, Marten Veldthuis <mar...@veldthuis.com> wrote:
> > > > > > And actually, Mongoid seems to have pushed version 2.3.3 which
> > > downgrades
> > > > > > the requirement on the mongo gem to 1.3 (and thus also the
> > > bson/bson_ext).
> > > > > > You could also try upgrading to Mongoid 2.3.3.
> > > > > > - Marten
> > > > > > On Mon, Oct 31, 2011 at 2:46 PM, Tim Olsen <t...@jux.com> wrote:
> > > > > > > Mongoid 2.0.2 only depends on mongo 1.3. You need to downgrade
> > > mongo,
> > > > > > > bson, and bson_ext. Modify your Gemfile if you are using Rails.
> > > > > > > Tim
> > > > > > > On Sun, Oct 30, 2011 at 7:00 AM, leem <leemmccorm...@gmail.com>
> > > wrote:
> > > > > > >> Thanks for this Kyle.
> > > > > > >> Not that I'm ungrateful but is there any chance you know when
> > > they are
> > > > > > >> going to be added back to rubygems? The problem at the minute is
> > > that
> > > > > > >> although these links are useful for development none of my apps
> > > can be
> > > > > > >> deployed to Heroku because they need mongoid 2.0.2. It still
> > > > > > >> complains about bson-1.4.0 being missing.
> > > > > > >> Thanks!
> > > > > > >> On Oct 28, 7:51 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > > >> > Here are the relevant links for those who absolutely need these
> > > > > > >> > versions:
> > > > > > >> > On Oct 28, 3:47 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> > > > > > >> --
> > > > > > >> You received this message because you are subscribed to the
> > > Google Groups
> > > > > > >> "mongodb-user" group.
> > > > > > >> To post to this group, send email to
> > > mongodb-user@googlegroups.com.
> > > > > > >> To unsubscribe from this group, send email to
> > > > > > >> mongodb-user+unsubscribe@googlegroups.com.
> > > > > > >> For more options, visit this group at
> > > > > > >>http://groups.google.com/group/mongodb-user?hl=en.
> > > > > > > --
> > > > > > > You received this message because you are subscribed to the Google
> > > Groups
> > > > > > > "mongodb-user" group.
> > > > > > > To post to this group, send email to mongodb-user@googlegroups.com
> > > .
> > > > > > > To unsubscribe from this group, send email to
> > > > > > > mongodb-user+unsubscribe@googlegroups.com.
> > > > > > > For more options, visit this group at
> > > > > > >http://groups.google.com/group/mongodb-user?hl=en.
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "mongodb-user" group.
> > > To post to this group, send email to mongodb-user@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > mongodb-user+unsubscribe@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/mongodb-user?hl=en.
Please make sure that you have exactly one version of bson_ext installed and that the version number be equal to the version number of bson. That is, you want bson_ext v1.3.1.
This gem was out for over a month. You don't yank a gem that's been
out for over a month. This is horrible management of not only source
code, but your community as well. Was there really no announcement of
this yank? Was the first announcement an hour after someone asked on
this thread?
Ouch guys. If you think this is no big deal, dont.
I was an early adopter of mongodb. I say to people "mongodb was a bit
immature when I started using it, but it rocks and they've totally got
it figured out now." After this, I won't say that to anyone for a
little while.
My apps were working just fine, and now they're all broken.
Yes, this is open source. Yes, it's free. Yes, you're all personally
awesome people (I've met a bunch of you). Yes, this is a first world
problem. It still sucks and shouldn't have happened :)
Now please un-yank the gems as soon as possible so our apps will start
working again. Then, let us know what the problem is, and let us make
the decision whether or not to downgrade.
Thanks a ton :)
On Nov 2, 11:32 am, Kyle Banker <k...@10gen.com> wrote:
> Please make sure that you have exactly one version of bson_ext installed
> and that the version number be equal to the version number of bson. That
> is, you want bson_ext v1.3.1.
I'm sorry about my lack of communication on this issue. This was my
mistake. The very first thing I should have
done was to send a message to the MongoDB dev list discussing the
problems with these releases.
I'll make sure we do this in the future.
Users are reporting unusually high numbers of connections, performance
problems, and
threading issues in 1.4.0 and 1.4.1. There's also a bug in sending
commands to the correct
node in 1.4.1.
The problems in 1.4.0 are less severe than in 1.4.1. Therefore, I've
unyanked 1.4.0.
However, I don't recommend using 1.4.0 in production if you're
connecting to a replica set.
If you absolutely need 1.4.1, you can use the links posted earlier in
this thread to install the gems
locally into your application.
Note that the previous Ruby driver release, 1.3.1, will work with the
latest versions of both
MongoMapper and Mongoid, in case you happen to be using these
libraries. Durran
Jordan was kind enough to change the dependencies of Mongoid to
address these issues.
Please know that the decision to yank these gems was taken with the
thought of saving users
from further pain. Clearly, it could have been done better, and we'll
make every effort to do so
in the future.
Thanks for your understanding on this, and apologies for the
inconveniences it's caused.
Kyle
On Nov 2, 5:53 pm, Ryan Angilly <angi...@gmail.com> wrote:
> This gem was out for over a month. You don't yank a gem that's been
> out for over a month. This is horrible management of not only source
> code, but your community as well. Was there really no announcement of
> this yank? Was the first announcement an hour after someone asked on
> this thread?
> Ouch guys. If you think this is no big deal, dont.
> I was an early adopter of mongodb. I say to people "mongodb was a bit
> immature when I started using it, but it rocks and they've totally got
> it figured out now." After this, I won't say that to anyone for a
> little while.
> My apps were working just fine, and now they're all broken.
> Yes, this is open source. Yes, it's free. Yes, you're all personally
> awesome people (I've met a bunch of you). Yes, this is a first world
> problem. It still sucks and shouldn't have happened :)
> Now please un-yank the gems as soon as possible so our apps will start
> working again. Then, let us know what the problem is, and let us make
> the decision whether or not to downgrade.
> Thanks a ton :)
> On Nov 2, 11:32 am, Kyle Banker <k...@10gen.com> wrote:
> > @Justin
> > Please make sure that you have exactly one version of bson_ext installed
> > and that the version number be equal to the version number of bson. That
> > is, you want bson_ext v1.3.1.
We are also seeing 20 seconds API calls, instead of 0.020 seconds. We
reverted to 1.3.1, however with 1.3.1 we need to restart all the apps
if the replica set configuration changes. Any idea when you will have
a new release?
Great job with the mongodb database, with the exception of this
particular issue. This killed us :-(
Marius
On Nov 2, 3:39 pm, Kyle Banker <kyleban...@gmail.com> wrote:
> I'm sorry about my lack of communication on this issue. This was my
> mistake. The very first thing I should have
> done was to send a message to the MongoDB dev list discussing the
> problems with these releases.
> I'll make sure we do this in the future.
> Users are reporting unusually high numbers of connections, performance
> problems, and
> threading issues in 1.4.0 and 1.4.1. There's also a bug in sending
> commands to the correct
> node in 1.4.1.
> The problems in 1.4.0 are less severe than in 1.4.1. Therefore, I've
> unyanked 1.4.0.
> However, I don't recommend using 1.4.0 in production if you're
> connecting to a replica set.
> If you absolutely need 1.4.1, you can use the links posted earlier in
> this thread to install the gems
> locally into your application.
> Note that the previous Ruby driver release, 1.3.1, will work with the
> latest versions of both
> MongoMapper and Mongoid, in case you happen to be using these
> libraries. Durran
> Jordan was kind enough to change the dependencies of Mongoid to
> address these issues.
> Please know that the decision to yank these gems was taken with the
> thought of saving users
> from further pain. Clearly, it could have been done better, and we'll
> make every effort to do so
> in the future.
> Thanks for your understanding on this, and apologies for the
> inconveniences it's caused.
> Kyle
> On Nov 2, 5:53 pm, Ryan Angilly <angi...@gmail.com> wrote:
> > Since nobody is being that guy...
> > This gem was out for over a month. You don't yank a gem that's been
> > out for over a month. This is horrible management of not only source
> > code, but your community as well. Was there really no announcement of
> > this yank? Was the first announcement an hour after someone asked on
> > this thread?
> > Ouch guys. If you think this is no big deal, dont.
> > I was an early adopter of mongodb. I say to people "mongodb was a bit
> > immature when I started using it, but it rocks and they've totally got
> > it figured out now." After this, I won't say that to anyone for a
> > little while.
> > My apps were working just fine, and now they're all broken.
> > Yes, this is open source. Yes, it's free. Yes, you're all personally
> > awesome people (I've met a bunch of you). Yes, this is a first world
> > problem. It still sucks and shouldn't have happened :)
> > Now please un-yank the gems as soon as possible so our apps will start
> > working again. Then, let us know what the problem is, and let us make
> > the decision whether or not to downgrade.
> > Thanks a ton :)
> > On Nov 2, 11:32 am, Kyle Banker <k...@10gen.com> wrote:
> > > @Justin
> > > Please make sure that you have exactly one version of bson_ext installed
> > > and that the version number be equal to the version number of bson. That
> > > is, you want bson_ext v1.3.1.
> I'm sorry about my lack of communication on this issue. This was my
> mistake. The very first thing I should have
> done was to send a message to the MongoDB dev list discussing the
> problems with these releases.
> I'll make sure we do this in the future.
> Users are reporting unusually high numbers of connections, performance
> problems, and
> threading issues in 1.4.0 and 1.4.1. There's also a bug in sending
> commands to the correct
> node in 1.4.1.
> The problems in 1.4.0 are less severe than in 1.4.1. Therefore, I've
> unyanked 1.4.0.
> However, I don't recommend using 1.4.0 in production if you're
> connecting to a replica set.
> If you absolutely need 1.4.1, you can use the links posted earlier in
> this thread to install the gems
> locally into your application.
> Note that the previous Ruby driver release, 1.3.1, will work with the
> latest versions of both
> MongoMapper and Mongoid, in case you happen to be using these
> libraries. Durran
> Jordan was kind enough to change the dependencies of Mongoid to
> address these issues.
> Please know that the decision to yank these gems was taken with the
> thought of saving users
> from further pain. Clearly, it could have been done better, and we'll
> make every effort to do so
> in the future.
> Thanks for your understanding on this, and apologies for the
> inconveniences it's caused.
> Kyle
> On Nov 2, 5:53 pm, Ryan Angilly <angi...@gmail.com> wrote:
> > Since nobody is being that guy...
> > Thisgemwas out for over a month. You don't yank agemthat's been
> > out for over a month. This is horrible management of not only source
> > code, but your community as well. Was there really no announcement of
> > this yank? Was the first announcement an hour after someone asked on
> > this thread?
> > Ouch guys. If you think this is no big deal, dont.
> > I was an early adopter of mongodb. I say to people "mongodb was a bit
> > immature when I started using it, but it rocks and they've totally got
> > it figured out now." After this, I won't say that to anyone for a
> > little while.
> > My apps were working just fine, and now they're all broken.
> > Yes, this is open source. Yes, it's free. Yes, you're all personally
> > awesome people (I've met a bunch of you). Yes, this is a first world
> > problem. It still sucks and shouldn't have happened :)
> > Now please un-yank the gems as soon as possible so our apps will start
> > working again. Then, let us know what the problem is, and let us make
> > the decision whether or not to downgrade.
> > Thanks a ton :)
> > On Nov 2, 11:32 am, Kyle Banker <k...@10gen.com> wrote:
> > > @Justin
> > > Please make sure that you have exactly one version of bson_ext installed
> > > and that the version number be equal to the version number ofbson. That
> > > is, you want bson_ext v1.3.1.