alvinsj / flatten_record

An ActiveRecord plugin that denormalizes your existing ActiveRecord models
MIT License
82 stars 9 forks source link

reduce from rails dependency to only active_record #5

Open alvinsj opened 10 years ago

alvinsj commented 10 years ago

current version has rails as requirement, mainly because rails/observers is involved. this should be optional, so it works for other framework with active_record

alvinsj commented 10 years ago

currently, auto generate migration need dependency from rails. hmm, will look at it again. close it temporarily