Hi I''m a big fan of plugins such as Resource Controller http://jamesgolick.com/2007/10/19/introducing-resource_controller-focus-on-what-makes-your-controller-special However, recently decided I don''t want to depend on a plugin for this, and would rather stick closer to the rails core. So does anyone have any cool strategies or ideas for achieving this? Or is there any move to make this possible in the edge rails? thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Anybody? any ideas? On Apr 25, 7:42 am, jasonb <jason.bower...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi > > I''m a big fan of plugins such as Resource Controllerhttp://jamesgolick.com/2007/10/19/introducing-resource_controller-foc... > > However, recently decided I don''t want to depend on a plugin for this, > and would rather stick closer to the rails core. > > So does anyone have any cool strategies or ideas for achieving this? > > Or is there any move to make this possible in the edge rails? > > thanks--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi -- On Sat, 26 Apr 2008, jasonb wrote:> > Anybody? any ideas? > > > > On Apr 25, 7:42 am, jasonb <jason.bower...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi >> >> I''m a big fan of plugins such as Resource Controllerhttp://jamesgolick.com/2007/10/19/introducing-resource_controller-foc... >> >> However, recently decided I don''t want to depend on a plugin for this, >> and would rather stick closer to the rails core. >> >> So does anyone have any cool strategies or ideas for achieving this? >> >> Or is there any move to make this possible in the edge rails?Part of the difficulty in answering is that the plugin system *is* part of the Rails core, so it''s not clear why it''s not satisfactory. If you just want not to have to install the same plugin over and over, maybe you could adapt it as a gem and install it site-wide. David -- Rails training from David A. Black and Ruby Power and Light: INTRO TO RAILS June 9-12 Berlin ADVANCING WITH RAILS June 16-19 Berlin INTRO TO RAILS June 24-27 London (Skills Matter) See http://www.rubypal.com for details and updates! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Well sometimes I feel it''s not a good idea to be dependent on plugins that make up for missing fundamentals. (In this case I think it is just that, but people might disagree). Was just hoping people would have ideas on how to DRY up all that controller code in a more basic fashion. The related plugins tend to be feature rich, and using them feels like committing to a "branch" of rails. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---