summaryrefslogtreecommitdiffstats
path: root/state.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix dependency issue with dropping.Casey Dahlin2008-10-071-7/+7
* Add State::release to compliment State::holdCasey Dahlin2008-10-071-1/+7
* Yet another use of self.class.depends where @deps belongsCasey Dahlin2008-10-071-1/+1
* Fix another missing inject argumentCasey Dahlin2008-10-071-1/+1
* Run service drop task /after/ state changeCasey Dahlin2008-10-071-1/+2
* State#hold and State#release now return selfCasey Dahlin2008-10-071-1/+5
* Fix some behaviors of State#check_depsCasey Dahlin2008-10-071-2/+5
* Added to_s and eql?Casey Dahlin2008-10-071-0/+21
* Added trace methodCasey Dahlin2008-10-071-0/+7
* Added missing deps attribute to StateCasey Dahlin2008-10-031-0/+1
* Add static hold method to StateCasey Dahlin2008-10-031-0/+5
* Fix type check in StatePattern#initializeCasey Dahlin2008-10-031-1/+1
* Add default empty params for Hold#initializeCasey Dahlin2008-10-031-1/+1
* Make State#rise use local dependency infoCasey Dahlin2008-10-031-1/+1
* Add initial values to inject callsCasey Dahlin2008-10-031-2/+2
* Rename respond_to to react_toCasey Dahlin2008-10-031-2/+2
* Fix depsolving logic to handle depless servicesCasey Dahlin2008-10-031-5/+13
* Depsolve new types on creationCasey Dahlin2008-10-031-0/+1
* Add implementation of productCasey Dahlin2008-10-031-0/+11
* Fix use of legacy @params var in StateCasey Dahlin2008-10-031-3/+3
* Make params a methodCasey Dahlin2008-10-031-4/+15
* Fix hash function for StateCasey Dahlin2008-10-031-1/+1
* Update a commentCasey Dahlin2008-10-031-1/+1
* Trigger depsolving at appropriate timesCasey Dahlin2008-10-021-0/+2
* Add depsolve functionalityCasey Dahlin2008-10-021-2/+36
* Store deps in states as a setCasey Dahlin2008-10-021-1/+1
* Various documentation improvementsCasey Dahlin2008-10-021-8/+10
* Initial commitCasey Dahlin2008-10-011-0/+304