Re: rails 2.3 AS render_component and flash madness

2009-05-21 Thread Sergio Cambra .:: entreCables S.L. ::.
On Jueves, 21 de Mayo de 2009 00:22:38 Ed W escribió: Sergio Cambra .:: entreCables S.L. ::. wrote: I want to remove render_component for nested scaffolds, but I don't think I have time in some weeks. I think it's hard implement embbeded scaffolds without render_component. The way I

Re: rails 2.3 AS render_component and flash madness

2009-05-21 Thread Ed W
Sergio Cambra .:: entreCables S.L. ::. wrote: Can you give me a brief explanation of why there is a problem with routes and some of the subtleties? I was thinking in use routes as /users/1/roles, /users/1/roles/new, /users/1/roles/1, /users/1/roles/1/edit and so on for a nested

Re: rails 2.3 AS render_component and flash madness

2009-05-21 Thread Kenny Ortmann
- If we want to render for the final user view we want to render with a custom template - But sometimes we want to render the same action and get a raw version with the default template This really already happens. if the list action was of format js it responds with layout = false, if it is of

Re: rails 2.3 AS render_component and flash madness

2009-05-20 Thread Sergio Cambra .:: entreCables S.L. ::.
On Miércoles, 20 de Mayo de 2009 01:27:08 Tim Uckun escribió: When I upgraded to rails 2.3 I could no longer use embedded scaffolds. After much googling I followed the advice on the mailing lists and installed the render_component plugin from lacklac using script/plugin install --force

Re: rails 2.3 AS render_component and flash madness

2009-05-20 Thread Dovadi
See http://github.com/lackac/render_component/commit/e851c6427d25784fd450529a446f43def159d4df for a fix. I asked Lackac to look into it, but he didn't have the time for it (yet). Best Frank On May 20, 8:32 am, Sergio Cambra .:: entreCables S.L. ::. ser...@entrecables.com wrote: On

Re: rails 2.3 AS render_component and flash madness

2009-05-20 Thread Soren Christensen
Thanks a million Tim ! This was exactly the same issue that I was fighting. I have several embedded scaffolds and they are working just fine with this new render_components under rails 2.3 /S Tim Uckun wrote: When I upgraded to rails 2.3 I could no longer use embedded scaffolds. After

Re: rails 2.3 AS render_component and flash madness

2009-05-20 Thread Tim Uckun
On Wed, May 20, 2009 at 11:31 AM, Kenny Ortmann kenny.ortm...@gmail.comwrote: Thank you for the second version down there. Our flash message have also been boofed, but we thought it was a problem with rails. Are your embedded scaffolds still working with the second fork? Yes they seem to

Re: rails 2.3 AS render_component and flash madness

2009-05-20 Thread Tim Uckun
On Wed, May 20, 2009 at 11:16 PM, Dovadi frank.oxe...@gmail.com wrote: See http://github.com/lackac/render_component/commit/e851c6427d25784fd450529a446f43def159d4df for a fix. I asked Lackac to look into it, but he didn't have the time for it (yet). I don't blame him. I don't think too

rails 2.3 AS render_component and flash madness

2009-05-19 Thread Tim Uckun
When I upgraded to rails 2.3 I could no longer use embedded scaffolds. After much googling I followed the advice on the mailing lists and installed the render_component plugin from lacklac using script/plugin install --force git://github.com/lackac/render_component.git-r rails-edge Unfortunately

Re: rails 2.3 AS render_component and flash madness

2009-05-19 Thread Kenny Ortmann
Thank you for the second version down there. Our flash message have also been boofed, but we thought it was a problem with rails. Are your embedded scaffolds still working with the second fork? On Tue, May 19, 2009 at 6:27 PM, Tim Uckun timuc...@gmail.com wrote: When I upgraded to rails 2.3 I