Re: [Rails] List of radio buttons

2010-05-20 Thread Hassan Schroeder
On Thu, May 20, 2010 at 2:46 PM, Smok  wrote:
> I need to create in RoR 2.3.5 a list of questions ( the number of
> questions will be changing). The answers will be near to each of the
> these questions in radiobuttons (let's say 3 radios near each of
> thequestions). After having compleated all of these questions I would
> like to read all the answers and using ONE update insert them to the
> database(mySQL). Is it possible to create this functionality without
> js?

Of course. You're describing a basic form. Why would you think you
need JavaScript to submit it and process the data?

Or am I misunderstanding your goal?

-- 
Hassan Schroeder  hassan.schroe...@gmail.com
twitter: @hassan

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



[Rails] List of radio buttons

2010-05-20 Thread Smok
I need to create in RoR 2.3.5 a list of questions ( the number of
questions will be changing). The answers will be near to each of the
these questions in radiobuttons (let's say 3 radios near each of
thequestions). After having compleated all of these questions I would
like to read all the answers and using ONE update insert them to the
database(mySQL). Is it possible to create this functionality without
js?

Kind regards,
Smok

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.