Giter VIP home page Giter VIP logo

kiqstand's Introduction

Mongoid

This is the legacy fork which is no longer maintained. The official repository is now under the MongoDB organization here.

kiqstand's People

Contributors

arthurnn avatar durran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kiqstand's Issues

Mongoid4/Rails4 Compatibility

Hey @durran you've updated mongoid/mongoid master to work with rails4, is the any chance you could also update kiqstand's master to reflect this (depend on mongoid4 maybe?). Alternatively, a mongoid4 branch would also suffice.

Thanks!

Rails 4 + Mongoid

Hello @durran
I'm not sure why it's not working for me.

Trying to use:
gem 'mongoid', github: 'mongoid/mongoid'
gem 'kiqstand', github: 'mongoid/kiqstand'

Got:
Bundler could not find compatible versions for gem "mongoid":
In Gemfile:
kiqstand (>= 0) ruby depends on
mongoid (~> 3.0) ruby

mongoid (4.0.0)

how to get started

Hi,

First of all, thank you so much for implementing kiqstand.

Secondly, I'm a beginner with mongoid, but am doing some heavy tracking, so I prefer to have async writes to mongodb using sidekiq.

Could you give a simple example on how to use kiqstand with mongoid?

Thanks,
Jeff

Cannot install kiqstand with mongoid 4.0.0.beta1

My client using mongoid 4.0.0.beta1 and I want to add sidekiq When I run bundle install:

Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...........
Bundler could not find compatible versions for gem "mongoid":
  In Gemfile:
    kiqstand (>= 0) ruby depends on
      mongoid (~> 3.0) ruby

    mongoid (4.0.0.beta1)

When will the new version released for both mongoid and kiqstand?

general inquiry, not issue

Is it only Mongoid 4 that is exempt from requiring kiqstand, or any later Mongoid versions (like 5) as well? Not sure if there is a separate project or not so master may not be latest version in this case. Thanks for your help.

Redis::CannotConnectError at /sidekiq/

Hi thanks for developing this gem but I have the following problem:

As the wiki points I have an initializer with:

Sidekiq.configure_server do |config|
  config.server_middleware do |chain|
    debugger
    chain.add Kiqstand::Middleware
  end
end

But when I try to run a perform_async or go the sideqik monitor page I get:

Redis::CannotConnectError at /sidekiq/
Error connecting to Redis on localhost:6379 (ECONNREFUSED)

Due the freshness of this gem I couldn't find many examples so I'm not sure what is happening. Thank you again.

Kiqstand doesn't work with latest Mongoid

In Gemfile:

gem 'kiqstand', github: 'mongoid/kiqstand'
gem 'mongoid', github: 'mongoid/mongoid'

Results in:

Bundler could not find compatible versions for gem "moped":
In Gemfile:
kiqstand (>= 0) ruby depends on
  moped (~> 1.4) ruby

mongoid (>= 0) ruby depends on
  moped (2.0.0.beta)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.