Multiline input...

Hi

Supposing i have a table Employees as follows

It's possible to enter multiple rows of input. Check into using the array notation for your object (e.g., 'users').

However, I'd think through whether that makes sense in this particular case. You may have 100 users to add _initially_ and that might be a bit annoying, but is the "add a user" use case going to be used for multiple user entries very often? It sounds like an edge case.

AndyV wrote:

It's possible to enter multiple rows of input. Check into using the array notation for your object (e.g., 'users').

However, I'd think through whether that makes sense in this particular case. You may have 100 users to add _initially_ and that might be a bit annoying, but is the "add a user" use case going to be used for multiple user entries very often? It sounds like an edge case.

On May 19, 8:46 am, Prasanna kumar Nagasamudram <rails-mailing-

Thanks for the response Andy.

Well im tying to devolop an application which simulates a time sheet(status report).

Where user may have to enter multiple rows of data. Say for example Project1 task1 10hrs Project1 task2 20hrs Project3 task1 5 hrs etc. and press submit button.