keymaker icon indicating copy to clipboard operation
keymaker copied to clipboard

default property for nodes

Open somebody32 opened this issue 12 years ago • 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?

somebody32 avatar Sep 28 '12 12:09 somebody32

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

mrmicahcooper avatar Oct 03 '12 15:10 mrmicahcooper

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.

therubymug avatar Oct 15 '12 01:10 therubymug