Hi, I''m fairly new to RoR development, and I realize that RoR already does a lot to help one get a database application up and running but I was wondering if there other modules I should be aware of. At this point the app I am developing is very simple - it is essentially a glorified (single) table editor. However, I have the need to do the following: - select multiple rows returned from a search query - perform an action on multiple rows - perform generalized editing on multiple rows As an example of the last item, once the user has selected a group of rows I need to allow them to select which columns they want to change and what values to change them to. It seems like these features would be common to a lot of database applications, so I''m wondering if I should continue to implement these features myself or if there is another RoR module/framework which I should look at. Thanks, Erik -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Erik Rantapaa wrote:> Hi, > > I''m fairly new to RoR development, and > I realize that RoR already does a lot to help one get a database > application up and running but I was wondering if there other modules I > should be aware of. > > At this point the app I am developing is very simple - it is essentially > a glorified (single) table editor. However, I have the need to do the > following: > > - select multiple rows returned from a search query > - perform an action on multiple rows > - perform generalized editing on multiple rows > > As an example of the last item, once the user has selected a group of > rows I need to allow them to select which columns they want to change > and what values to change them to. > > It seems like these features would be common to a lot of database > applications, so I''m wondering if I should continue to implement these > features myself or if there is another RoR module/framework which I > should look at. > > Thanks, > ErikOn another rails forum I got the suggestion to check out the "Streamlined" framework at streamlinedframework.org Erik -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Jul 21, 2:00 pm, Erik Rantapaa <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Erik Rantapaa wrote:> On another rails forum I got the suggestion to check out the > "Streamlined" > framework at streamlinedframework.org >activescaffold is also worth a look. Fred --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---