Giter Club home page Giter Club logo

arangodb-odm's Introduction

Oliver's Github Profile ๐Ÿ‘‹

My name is Oliver Kiessler and I am a freelance fullstack developer from Cologne, Germany. I specialize in web applications (Angular, Ruby on Rails) and API backend solutions (NodeJS, AWS Lambda & Amplify, Serverless Framework, Java).

As an experienced fullstack software developer and IT consultant, I independently take on projects/assignments on a freelance basis or support your company as part of your team.

I'm available for remote software development contracts and projects / Open to work

  • ๐Ÿ”ญ Iโ€™m currently working on a crypto automation framework...
  • ๐ŸŒฑ Iโ€™m currently learning more about macro economics and investing ...
  • ๐Ÿ’ฌ Ask me about freelance business and travel...

arangodb-odm's People

Contributors

okiess avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

arangodb-odm's Issues

ArangoDb::Base#save() returns nil after the first save

class TestDoc < ArangoDb::Base
  collection :test
end  
# Creating a new object
b = TestDoc.new
b.a = 10
#=> #<TestDoc:0x00000000f90920
# @index=#<ArangoDb::Index:0x00000000f907b8 @indices={:skiplist=>[]}>,
# @target=
#  #<ArangoDb::Document:0x00000000f90830
#   @attributes={},
#   @collection="test",
#   @db_attr_names=[]>,
# @transport=ArangoDb::Transport>
b.a = 10
#=> 10
b.n = 1
#=> 1
b.save
#=> nil
TestDoc.find("test/77990287")
#=> #<TestDoc:0x00000001192070
# @index=#<ArangoDb::Index:0x00000001191f80 @indices={:skiplist=>[]}>,
# @target=
#  #<ArangoDb::Document:0x00000001191ff8
#   @_id="test/77990287",
#   @_rev="77990287",
#   @attributes={"a"=>10, "_key"=>"77990287"},
#   @collection="test",
#   @db_attr_names=[],
#   @location="/_api/document/test/77990287">,
# @transport=ArangoDb::Transport>

As you can see, the document wasn't overwritten properly.
Ruby 2.1.0.

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.