summaryrefslogtreecommitdiff
path: root/lib/domain
AgeCommit message (Expand)Author
2013-05-13create users tablemo khan
2013-05-13store password a little more securelymo khan
2013-05-13get simple password check passingmo khan
2013-05-13build the registrations#create commandmo khan
2013-02-23extract a property bag behaviourmo khan
2013-02-23move attributes hash to domain objectmo khan
2013-02-23split domain object and identifiable into separate files.mo khan
2013-02-23optimize the to_s methodmo khan
2013-02-23move default to_s implementation to DomainObjectmo khan
2013-02-23automagically generate an instance variable for each key in the attribute hash.mo khan
2013-02-23remove the need for an explicit constructor on each Domain objectmo khan
2013-02-23extract equality behaviour into Identifiable module.mo khan
2013-02-23move == method to the layer supertype.mo khan
2013-02-23add specs for product equality.mo khan
2013-02-18start to extract layer supertype domain object.mo k
2013-02-15update repository to update items.mo k
2013-02-15remove need to expose binding behaviour.mo k
2013-02-15update id without offering a public setter.mo k
2013-02-15start to implement save on repository.mo k
2013-02-06create a repositorymo k