Jun Hanamaki
Jun Hanamaki
changes
- we now can select the execution order that we prefer from: - dependencies -> before -> perform (default, value false) - before -> dependencies -> perform (value true) just...
Hi! To start I want to thank you for this awesome gem :) Having said that, it would be nice if we had a way to stop the rollback chain...
Hi. I'm creating a form just to send a file, which I submit by javascript, and it all works fine except for two issues: 1 - ajax:success is not being...
Hello. While using usecases I noticed that the following example code: ``` require 'rest_my_case' class UseCaseA < RestMyCase::Base def setup; puts :second; end def perform; puts :third; end end class...
Hi. I've been having trouble with making database cleaner work when trying to delete data from different psql schemas, but in the same database. database.yml: ``` yml test: &test adapter:...