Phil Rosenstein

Results 3 comments of Phil Rosenstein

I have also encountered this issue. It looks like the dynamic finder is looking to match the individual date parts rather than the whole date... undefined method `created_at_after(1i)='

I forked and made the change in the gist. Seems to work well, but my pull request has gone unanswered http://github.com/philrosenstein/searchlogic

Update: I found a DRYer solution, to add this line to each model that implements AASM: `before_all_events Proc.new { self.reload }` However, I still think this should be built into...