search for: acts_as_x

Displaying 2 results from an estimated 2 matches for "acts_as_x".

Did you mean: acts_as_
2009 Feb 26
2
detecting acts_as_x?
I''m writing an acts_as_x type plugin/gem and I need to know how to detect which other acts_as plugins are installed so I can avoid name conflicts. What''s a simple way to do this? Thanks John Small -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this...
2009 Sep 11
0
Need help with extending a plugin
...would call acts_as_taggable now) to be overlaid on top of the aatos ones (i''ll probably end up deleting some of them because they replicate aatos methods). I''ve got part of the way there by basically moving my own methods into a lib file (taggable_extensions.rb) which mirrors the acts_as_x plugin setup, and so in my taggable classes i now say acts_as_taggable include TaggableExtensions This is fine for those classes, although it would be nice if there was some way i could get aatos to automatically use these exensions without going in and hacking the plugin. However, i''m...