Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ruby On Rails

Activerecord Find And Only Return Selected Columns Aligned With [:id]

I have a set of data that is in two different tables. I want to join them up on my /show page in my… Read more Activerecord Find And Only Return Selected Columns Aligned With [:id]

Import Mysql-db-dump Into A Rails App Using A Migration File

I have an old PHP application with a bunch of MySQL tables. I want to rewrite it with Rails(3) and … Read more Import Mysql-db-dump Into A Rails App Using A Migration File