emclab

Results 34 comments of emclab

Same error after ugprading to 3.2.2 from 2.15.2. I am using react navigation and not sure where to put NavtiveBaseProvider since react navigation has a root component which is already...

Also our aasm do loop is a little complex. Workflow name is used. Here is how the wf def is loaded in "spending" model: ``` class Spending < ActiveRecord::Base include...

Here is the code in base.rb in aasm: ``` def aasm_read_state(name=:default) state = send(self.class.aasm(name).attribute_name) #

@reidmorrison The problem happens in production and happens with the 4.10.0 & 4.11.1 I redeployed it yesterday (with aasm 4.10.0) and it strikes again after running about 6 hours. As...

Just changed the gemfile and pointing aasm to master branch. Let's cross finger.

@anilmaurya , just updated aasm (gem 'aasm', :git => '[email protected]:aasm/aasm.git', :branch => 'master'). Please let me know when the PR is available. Thanks.

@anilmaurya @reidmorrison what's the issue fixed? Please drop a few lines about the issue. Thanks.

oops, it strikes again this morning. My version is still at 4.11.1. I will upgrade to 4.12.0 first.

4.12.0 has the same problem. Here is the error: F, [2017-03-28T11:44:18.714733 #9504] FATAL -- : NoMethodError (undefined method `aasm_state' for #): activemodel (4.2.0) lib/active_model/attribute_methods.rb:433:in `method_missing' aasm (4.12.0) lib/aasm/persistence/base.rb:36:in `aasm_read_state' aasm...