As you can guess from the question I am an extreme beginner at rails.
My question is that in /db/migrate
where you create your tables, what are the t.string, t.integer, t.text etc. called and is there a list of the different types of t.something you can use?
Also I noticed that when creating a form_for in a view there is f.text_field, f.text_area etc. Are these f.something called the same thing as t.something and is there a list of the different types of f.something I can use. For instance can I use f.check_box?
Thank you for your time,
Brian