ActiveRecord Typecast

Hello,

It appears that ActiveRecord is not performing any typcasting of model attributes in my rails app. So, in my app all attributes are loaded from the database as strings (e.g. integers, floats, dates, etc are all loaded as strings).

They should be loaded as the appropriate types, can you give an example of your code showing the problem you are having?

Colin