[Rails] Re: Newbie on rails, need some help :D

2010-06-24 Thread Newbie Onrails
Bohdan Pohoriletz wrote: > Try > <%= f.select(:part1, {List::NAME, List::TYPE}) > > > <%= collection_select(:post, :user_id, User.all, :id, :name) %> > Thanks, neither of these exactly worked the way I wanted them, but it did help me with googling what I was looking for. For the first one,

[Rails] Newbie on rails, need some help :D

2010-06-23 Thread Newbie Onrails
Hello, thanks for reading. I used scaffolding to set my pages up, and I've been editing them to get the effect that I want, but I'm running into a few problems. The first problem: I have 2 drop down menus, with pre-determined choices, let's say, "Ruby, Python, Java" are in the first drop down, a