Anil Kumar Maurya

Results 50 comments of Anil Kumar Maurya

@Ma-ve I was also searching for this feature, its very easy to implement using https://github.com/ntkme/github-buttons

@lesin Thank you for contributing looks like there is conflicts and test cases are failing, can you please fix it ?

@emclab I just merged another pull request solving concurrent issue, Please bundle update aasm . I will release new AASM version soon.

@emclab concurrency issue is resolved in master branch, Looks like your issue is related to concurrency .

Right now it's not possible, if you are willing to send PR for this feature then I will accept it.

Thank you @Envek for answering. @Piioo , I am closing this issue. Feel free to reopen if your issue is resolved by the solution mentioned by @Envek

Reopening this issue, I will check for possible solutions. Any suggestions are welcome.

Hi @nitsujri Scenaio 1 ``` some_transaction.aasm_state # verifying some_transaction.may_cancel? some_transaction.errors.full_messages # Contains error of money deposited ``` Scenario 2 ``` some_transaction.aasm_state # completed some_transaction.may_cancel? some_transaction.errors.full_messages # {} ``` Guard errors...

Hi @nitsujri As you mentioned in this scenario ``` some_transaction.aasm_state # completed some_transaction.may_cancel? some_transaction.errors.full_messages # Contains both errors of transition & money deposited ``` Moving from `completed` to `cancelled` ,...