therubymug/keymaker

default property for nodes

Opened this issue · 2 comments

What is the idea behind adding active_record_id to node automatically?

May be it is better to give user opportunity to add it by hand if he wants to chain neo nodes with AR models but not as a default behaviour?

I agree! Allow it to be independent of Active Record.

After we tackle finders (like ActiveRecord 'where' method). Then we'll move all the ActiveRecord synchronization out into its own module. Something like Keymaker::ActiveRecordSync or something like that. That way you include it when you want/need it.