Sharad Jain
Sharad Jain
same happens with rails 2.3.8 and bundler
Another failing test case: http://github.com/jdfrens/searchlogicspike
Here is a failing test case for the issue: http://github.com/jdfrens/searchlogicspike
Replacing !proxy_respond_to?(method) with !respond_to?(method) in lib/searchlogic/active_record/association_proxy.rb seems to fix this.
same happens with rails 2.3.8 and bundler (can't seem to reproduce without bundler on 2.3.8)
+1 t.userstamps doesn't seem to work with change_table - just create_table
cool, thanks.
I am using machinist 1.0.6 on rails2 project with bundler BTW.