Sha256: eb2c485324483317209d23671d448b197fadf13389a480cc4f489ea0bd1692c0

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

# Release Notes

## v0.3.3

* Add magic timestamp! property for tracking timestamps

  By putting timestamps! into your model, it tracks the creation date and 
  time in created\_at and updates in updated\_at

* Allow referencing model_roots in cypher queries.

  If you have a model User the reference key would be :user_root

## v0.3.2

* Support for carrierwave file upload mechanism

## v0.3.1

* Sync with ActiveModel records

  In order to use neo4j in combination with other databases, we provide a 
  small extension which allows you to keep a node in sync with another's 
  datastore record.

## v0.3

This release marks the first public release. So I wont get into length 
with its changes and new features. Let's just say it allows you to create
nodes and relationships between nodes. That's it!

* Nodes (create, update, destroy)
* Relationships (create, update, destroy)
* Querying neo4j by using cypher query language
* Callbacks and validations for nodes and relationships

## v0.2

Another internal release which was not ready for development or production.
_Please do not use it or try working with it!_ ;)

## v0.1

Some initial internal release which was very buggy and limited on the features.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
architect4r-0.3.3.1 ReleaseNotes.md