├── MIT-LICENSE ├── README.rdoc ├── Rakefile ├── init.rb ├── lib └── active_record │ └── acts │ └── dag.rb └── test └── dag_test.rb /MIT-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mleventi/acts-as-dag/HEAD/MIT-LICENSE -------------------------------------------------------------------------------- /README.rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mleventi/acts-as-dag/HEAD/README.rdoc -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mleventi/acts-as-dag/HEAD/Rakefile -------------------------------------------------------------------------------- /init.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mleventi/acts-as-dag/HEAD/init.rb -------------------------------------------------------------------------------- /lib/active_record/acts/dag.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mleventi/acts-as-dag/HEAD/lib/active_record/acts/dag.rb -------------------------------------------------------------------------------- /test/dag_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mleventi/acts-as-dag/HEAD/test/dag_test.rb --------------------------------------------------------------------------------