Re: [chicagoboss] ChicagoBoss for Store

2014-01-08 Thread Zachary Kessin
I don't know much about making an amazon store, but I don't see why it wound't work. Feel free to contact me as you go to talk about it --Zach On 1/8/14, 11:19 PM, Yaser Abbasi wrote: Hi, I a new to CB. I want to know can i use CB for making store same as Amazon or Magento framework? Is it

[chicagoboss] ChicagoBoss for Store

2014-01-08 Thread Yaser Abbasi
Hi, I a new to CB. I want to know can i use CB for making store same as Amazon or Magento framework? Is it suitable for that purpose or not? Why? Thanks, -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop

[chicagoboss] Re: MongoDB Erlang driver

2014-01-08 Thread hehehahahehaheha
Tried the ChicagoBoss build of this driver. Fails when trying to pull the bson from git. -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to chicagoboss+unsubscr...

Re: [chicagoboss] MongoDB Erlang driver

2014-01-08 Thread Samuel Rose
On Wed, Jan 8, 2014 at 11:34 AM, wrote: > You can try downloading the driver yourself and following the instructions > for building it. You will see that it fails to build. If you hack it so > that it compiles, then you can't connect to the database because you get a > run-time error that the c

[chicagoboss] Re: MongoDB Erlang driver

2014-01-08 Thread hehehahahehaheha
Thanks Evan - this is the kind of information I was looking for. I will give your driver a look. -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to chicagoboss+uns

Re: [chicagoboss] Re: CB_ADMIN Gives me undefined error

2014-01-08 Thread Mahendra Kavahtiya
Oh my god, Wooo, working fine after new erlang version, re-install cb_admin it is working, Thanks a lot Boss, //Mahendra On Wed, Jan 8, 2014 at 11:14 PM, Mahendra Kavahtiya < mahendra.virtuei...@gmail.com> wrote: > Hello, > > Same Error , on R16B02, > > //Mahendra > > > On Wed, Jan 8, 201

Re: [chicagoboss] Re: CB_ADMIN Gives me undefined error

2014-01-08 Thread Mahendra Kavahtiya
Hello, Same Error , on R16B02, //Mahendra On Wed, Jan 8, 2014 at 3:12 PM, Dmitry Polyanovsky < dmitry.polyanov...@gmail.com> wrote: > Hi, > > try to use later version, but not latest R16B03 > > > On Wednesday, January 8, 2014 7:02:43 AM UTC+2, Mahendra Kavahtiya wrote: > >> Hi, >> >> Erlang ve

Re: [chicagoboss] MongoDB Erlang driver

2014-01-08 Thread Evan Miller
Just FYI Chicago Boss uses a fork of the driver that plays better with R16 and fixes some repl set stupidity in the stock driver: https://github.com/ChicagoBoss/mongodb-erlang/tree/r16-compat As Kai mentioned we had a lot of "fun" getting the driver to actually work, and even now IIRC there's a p

Re: [chicagoboss] MongoDB Erlang driver

2014-01-08 Thread kotedo
I am with you on this; well on most of it. The best way to complain would be to contact 10gen.com which put this horrible driver out in the first place. Shall we? —Kai On Jan 8, 2014, at 11:34, hehehahahehah...@gmail.com wrote: > You can try downloading the driver yourself and following the in

Re: [chicagoboss] MongoDB Erlang driver

2014-01-08 Thread hehehahahehaheha
You can try downloading the driver yourself and following the instructions for building it. You will see that it fails to build. If you hack it so that it compiles, then you can't connect to the database because you get a run-time error that the command doesn't exist or the module can't be fou

Re: [chicagoboss] MongoDB Erlang driver

2014-01-08 Thread Kai Janson
I have no doubt in my mind that the official driver is a mess. Evan and I had some "fun" dealing with it. Long story short, the official driver is a prime example of poor engineering. The code that handles MongoDB's strong suit, "ReplSet" is pretty much unusable. This is ONLY true for the Erlang d

Re: [chicagoboss] Strange email problem

2014-01-08 Thread Graeme Defty
Hi Zach, Thanks for the response. I am not sure what else to provide - the function seemed to be working fine and SOME emails (from one part of the system) seemed to be going OK butt others not. There is nothing to be seen in the logs. As I said, I have now 'fixed' the immediate problem by simpl

Re: [chicagoboss] MongoDB Erlang driver

2014-01-08 Thread Samuel Rose
I have just done a test myself with latest CB from https://github.com/ChicagoBoss/ChicagoBoss using erlang R16B02 on Ubuntu 12.04 with Mongodb installed. I am able to successfully connect CB with Mongodb. So, if you can provide more information on the errors you see, we can help On Wed, Jan 8, 201

[chicagoboss] Re: convention for naming controllers

2014-01-08 Thread Cuong Thai
Hi Dima, There's no problem with myapp_foobar_controller.erl Regards, Cuong Th. -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to chicagoboss+unsubscr...@googleg

Re: [chicagoboss] MongoDB Erlang driver

2014-01-08 Thread Zachary Kessin
Just to be clear CB can use mongo, we can also run against MySQL, Postgres, Mnesia and Riak --Zach On 1/8/14, 6:17 AM, hehehahahehah...@gmail.com wrote: Hello, Am I correct that ChicagoBoss uses MongoDB? I have been trying for 2 days to get the MongoDB Erlang driver as referenced on the Mong

Re: [chicagoboss] MongoDB Erlang driver

2014-01-08 Thread Zachary Kessin
What errors are you getting from the compiler? --Zach On 1/8/14, 6:17 AM, hehehahahehah...@gmail.com wrote: Hello, Am I correct that ChicagoBoss uses MongoDB? I have been trying for 2 days to get the MongoDB Erlang driver as referenced on the MongoDB website to work. It won't compile using

Re: [chicagoboss] Re: CB_ADMIN Gives me undefined error

2014-01-08 Thread Dmitry Polyanovsky
Hi, try to use later version, but not latest R16B03 On Wednesday, January 8, 2014 7:02:43 AM UTC+2, Mahendra Kavahtiya wrote: > > Hi, > > Erlang version is : Erlang R15B01 > > CB Version is: 0.8.8 > > //mahendra > > > On Wed, Jan 8, 2014 at 12:23 AM, Dmitry Polyanovsky < > dmitry.po...@gmail.com

[chicagoboss] MongoDB Erlang driver

2014-01-08 Thread hehehahahehaheha
Hello, Am I correct that ChicagoBoss uses MongoDB? I have been trying for 2 days to get the MongoDB Erlang driver as referenced on the MongoDB website to work. It won't compile using rebar, it won't do this, it won't do that, and when I 'hack' the code by hand to get it to compile, and then s