[chicagoboss] Re: JS Charts/Plots and ChicagoBoss

2014-08-21 Thread Evgeny M
Have a look on d3 library - http://d3js.org/ Along with other features It allows drawing graphs from csv/tsv files. So you can just make some of your views return data in csv format. вторник, 19 августа 2014 г., 16:48:19 UTC+4 пользователь develuy написал: Hi all, I'm a fan of ChicagoBoss,

[chicagoboss] Are init scripts called before running functional tests?

2014-08-21 Thread tomekowal
Hi! I have an application, which creates default admin account, when it is first run. It does by calling init script in priv/init. The script checks, if there are any admin accounts and if there is none, than it creates one. I wanted to test logging in, but I am getting invalid login/password

Re: [chicagoboss] Re: Storing MongoDB with Objects

2014-08-21 Thread Kai Janson
I might be totally off but I think you MUST use -compile(export_all). as well here (due to the magic of the parse_transform step) Sent from my tricorder On Aug 21, 2014, at 18:32, jason stewart jsjaz...@gmail.com wrote: As you can see there is not much to it, a very simple insert