We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tell rails not to use the active record framework by uncommenting and editing this line in environment.rb:
config.frameworks -= [ :active_record]
self.use_instantiated_fixtures = false self.use_transactional_fixtures = true fixtures :all
Add the gem config line to environment.rb:
config.gem "neo4j"