On May 3, 10:28 am, JannaB <[email protected]> wrote:
> I am wondering what you gentlemen might use in lieu of basic
> scaffolding. Suppose I have a simple table, and it has, say, 100,000
> rows. I want the user to be able to drill down to edit (and/or
> possibly delete) a given row, as well as to show him, say, a screen
> (or more) of potential candidate rowns that meet his criteria. Surely,
> there must be some widely used public domain code to do this?
>
> As an example, suppose I have a table of "people" and one of the
> fields is lastname. As I type in letters for the lastrname, the
> candidate rows that match that partial lastname begin to show, such
> that the user can select a single row to edit/delete. Is there some
> basic public domain code out for doing something along these lines?
>
> What do you gentlement use when you want scaffolding that is more than
> just the basic scaffolding for table editing like this? Thank you! -
> JannaB

I don't know about "public domain," but you'd probably want to look
into observers and in_place_edit. Besides that, it all sounds basic
enough.

-eric
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to