I''ve just stumbled (literally, while I was trying to fix a glitch I was having after upgrading Aegis...) on the Inherited Resources gem... why did no-one tell me?! ;-) Is everyone else using some form of controller base-class? Am I the last on this bus! https://github.com/josevalim/inherited_resources -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Michael Pavling wrote in post #965245:> I''ve just stumbled (literally, while I was trying to fix a glitch I > was having after upgrading Aegis...) on the Inherited Resources gem... > why did no-one tell me?! ;-) > > Is everyone else using some form of controller base-class? Am I the > last on this bus! > > https://github.com/josevalim/inherited_resourcesHaven''t tried this one. I use make_resourceful, which isn''t actually a base class. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 30 November 2010 21:14, Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:>> https://github.com/josevalim/inherited_resources > > Haven''t tried this one. I use make_resourceful, which isn''t actually a > base class.Aegis was breaking due to my ("normal") controller not having a ".object" method. I found a reference to using "resource_controller" in the Aegis documentation, but discovered it was no longer being developed, and another article pointed me at inherited_resources. I know practically nothing about it at the moment, but it has just slotted-in seamlessly into the couple of controllers I''ve tried it in (and Aegis isn''t complaining at me any more!) Just glanced at make_resourceful too, and it looks similar ... yep - I missed a bus! :-D -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.