I can't find the active record documenation page that has a list of all the data types.
Can someone help me out?
I can't find the active record documenation page that has a list of all the data types.
Can someone help me out?
If you're talking about the types for migrations, e.g. string, integer, datetime, etc, then you want ActiveRecord::ConnectionAdapters::TableDefinition, the column method.
From api.rubyonrails.org:
From APIDock (which I tend to like better): http://apidock.com/rails/ActiveRecord/ConnectionAdapters/TableDefinition/column