delorean
delorean copied to clipboard
Sample Rails app illustrating DDD refactoring principles
Results
2
delorean issues
Sort by
recently updated
recently updated
newest added
Hi, I heard your talk and it is the best talk on Rails with DDD. Please provide the steps to execute the project. I did db:create db:migrate but if I...
I tried to install this application at model creation time it fails as below $ bundle exec rake db:drop db:create db:migrate db:sample_data == 20151015053243 CreateUsers: migrating ====================================== -- create_table(:users) ->...