First timer , needs help in passing parameter

Hi guys
this is my first project with ROR, I have a action in controller and
it takes two parameters, these parameters are to be entered by the
user through a form in the view, how can I make forms with two input
text fields and pass parameters to this action of mine in the
controller from the form.

Am sorry if this is a silly question but am very new to ROR.

Thanks

On Wed, Mar 16, 2011 at 4:41 PM, newguy [email protected] wrote:

Hi guys
this is my first project with ROR, I have a action in controller and
it takes two parameters, these parameters are to be entered by the
user through a form in the view, how can I make forms with two input
text fields and pass parameters to this action of mine in the
controller from the form.

Am sorry if this is a silly question but am very new to ROR.

I think you will find what you need by working through the tutorial
here.

B.

On 17 March 2011 02:42, Bryan C. [email protected] wrote:

I think you will find what you need by working through the tutorial here.

Getting Started with Rails — Ruby on Rails Guides

Then work right through the free online tutorial railstutorial.org.
By that time all the basic questions should have been answered.

Colin