neo4apis-activerecord icon indicating copy to clipboard operation
neo4apis-activerecord copied to clipboard

An ruby gem to import SQL data to neo4j using activerecord

Results 10 neo4apis-activerecord issues
Sort by recently updated
recently updated
newest added

Is there a dependency missing here? ``` neo4apis activerecord all_tables --import-all-associations requiring neo4apis-activerecord WARN: Unresolved specs during Gem::Specification.reset: minitest (~> 5.1) multi_json (>= 0) WARN: Clearing out unresolved specs. Please...

Hi, I ran: ``` neo4apis activerecord all_models --import-all-associations ``` and got the following error: ``` /Users/scottspeidel/.rvm/gems/ruby-2.2.3/gems/activerecord-4.2.5.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:305:in `query': Mysql2::Error: Unknown column 'schema_migrations.' in 'order clause': SELECT `schema_migrations`.* FROM `schema_migrations` ORDER BY...

Hi, I try to import data from _OpenErp/Odoo_. Models are generated using _Rmre_. In my test, i want import data only from pos_order model, but process fail with message **No...

/Library/Ruby/Gems/2.0.0/gems/neo4apis-activerecord-0.8.0/lib/neo4apis/table_resolver.rb:29:in `block in identify_primary_key': Could not find a primary key for AccountContentset. (Neo4Apis::TableResolver::UnfoundPrimaryKeyError) The table in question contains 2 foreign keys and is just used to form a many to...

Executing `neo4apis activerecord --help` from the terminal on Mac 10.10.1 results in message "Could not find command activerecord" neo4apis-activerecord gem installed with RVM.

It looks like the `Neo4Apis::ActiveRecord:: model_importer` method is able to handle `has_one`, `has_many` and `belongs_to` reflected associations, which in most cases will be able to handle most of the 1:M,...