hierarchy
hierarchy copied to clipboard
Use PostgreSQL LTREE type with ActiveRecord
I'd never done it before, so I had to look it up :) Hopefully this will save some time for other people.
Hi! I can't deploy app to Heroku with gem "hierarchy" Error "Uninitialized constant ActiveSupport::Memoizable" ``` uninitialized constant ActiveSupport::Memoizable /tmp/build_b2032c6e-2bcc-43ef-b916-40af31c5dc5c/vendor/bundle/ruby/1.9.1/ ``` gems/hierarchy-1.0.6/lib/hierarchy.rb:30:in `block in ' /tmp/build_b2032c6e-2bcc-43ef-b916-40af31c5dc5c/vendor/bundle/ruby/1.9.1/ gems/activesupport-4.0.0/lib/active_support/concern.rb:114:in`class_eval' /tmp/build_b2032c6e-2bcc-43ef-b916-40af31c5dc5c/vendor/bundle/ruby/1.9.1/ gems/activesupport-4.0.0/lib/active_support/concern.rb:114:in `append_features' /tmp/build_b2032c6e-2bcc-43ef-b916-40af31c5dc5c/app/models/son.rb:2:in`i...