Rails 3.1.3

I am hoping some of you may give me suggestions about user input helper
methods.

I have a large set of model, Flight, and its fields are

 airline, flight_name, departure, destination

As you can imagine, the flight data will be very large; it could be
thousands if it is international.

I will ask users to input the desired flight plan, and it will be
crucial if the users make mistakes when typing in the forms.  So,
naturally I need some sort of input helpers.

Currently, I am planing on using TwitterBootstrap Typeahead method
http://twitter.github.com/bootstrap/javascript.html#typeahead

But this requires the data to be ready as soon as the page is ready.  In
that case, I am very afraid that CPU's and database processes would be
beyond the potential capabilities.

Do you think it will work if I put, say, the entire json data ready
prior to typing?

Or does anyone have any good suggestions for user-friendly input helper
methods?

Thanks

soichi

-- 
Posted via http://www.ruby-forum.com/.

-- 
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-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to