[Rails] Re: Rails 2.0, REST Resources, Admin and DRY

2009-01-14 Thread Darryl Pierce
and don't see the links you mentioned. -- Darryl L. Pierce mcpie...@gmail.com Visit the Infobahn Offramp: http://mcpierce.multiply.com Bury me next to my wife. Nothing too fancy... - Ulysses S. Grant --~--~-~--~~~---~--~~ You received this message because you

[Rails] Re: Making a Little Application

2008-12-29 Thread Pierce
Sorry for the bump, but I am about to begin the rewrite and am wondering if there is some way to do this in Rails. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group,

[Rails] Re: Making a Little Application

2008-12-26 Thread Pierce
@Patrick Doyle I don't know about the first suggestion, but I know that the second option can work but brings up some problems... For example, when the page is refreshed the user looses all of the new fields. Also, it gets hard to manage in Javascript (at least the way that is below) because it

[Rails] Re: Making a Little Application

2008-12-26 Thread Pierce
); li.appendChild(textfield); li.appendChild(a); number++; } function remove(removeItem) { removeItem.parentNode.removeChild(removeItem); } /script /head body a href=javascript:add()Add/a table id=table /table /body /html On Dec 26, 6:29 pm, Pierce

[Rails] Making a Little Application

2008-12-25 Thread Pierce
Hi everyone. I am really new to Ruby on Rails, so I apologize if this is a really simple question but I just can't think of how I could do this. I want there to be a button that will add a drop down menu to the screen, and then depending on what the user selects it will add either a text field