Modifying a MySQL database on a Ruby on Rails install

Posted by James W on Stack Overflow See other posts from Stack Overflow or by James W
Published on 2010-05-25T01:18:40Z Indexed on 2010/05/25 1:21 UTC
Read the original article Hit count: 221

Filed under:
|

Hello, sorry if this questions is overly basic or has been asked before but I simply cannot figure it out.

On my Ruby on Rails site, I have a controller that accesses the fields of a table in my database and displays their "Name" field as a drop-down menu in one of my views. My problem is I need to change the options of that dropdown menu so I need a way to get into the MySQL database and change the values of those fields.

Anyone know of a way to do this? It would be much appreciated. Thank you.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about ruby-on-rails