On Jan 25, 2012, at 6:20 PM, Guyren Howe wrote:

> On Jan 25, 2012, at 4:50 PM, Guyren G Howe wrote:
> 
>> On Jan 25, 2012, at 1:56 PM, David Chelimsky wrote:
>> 
>>> I'd start by debugging to see where the wheels fall off. Are you
>>> familiar/comfortable with Ruby's debugger?
>> 
>> Sure.
>> 
>> What’s happening is that during the save process, I get to field_changed? in 
>> dirty.rb, which does
>> 
>>      value = column.type_cast(value)
>> 
>> when I look at column here, it believes @sql_type = “integer”. Which seems 
>> weird.
>> 
>> So at this point, it occurs to me to check this against my test database, 
>> and the columns in the test database are indeed integers! How does this come 
>> to be?
> 
> And note that
> 
>       rake db:test:load
> 
> doesn’t change anything.
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users

Please paste the table from your schema.rb file.


_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to