Niek Bartholomeus
Niek Bartholomeus
Hi, I would like to do the following: ``` val state = Some("created") val op = state.map(companyTable.filter(s => "state" === s)).getOrElse(companyTable) exec(op) ``` Unfortunately the TableWithOptions that results from the...
The problem is that the confirmation_token is emptied when the user confirms and the bulk_invite filters on empty confirmation_tokens only: ``` users = User.where(:confirmation_token => nil).order(:created_at).limit(params[:quantity]) ``` Simply adding :encrypted_password...
Added support for https connections with either skipping the cert check or passing the cert file in an env variable. This is especially useful as from neo4j 2.2 as the...