What if we start to collect some ideas for plugins development best practices?
One practice I figured out while trying to make ActiveSupport not to break JSON gem (don't use ActiveRecord unless you really really have to) is that instead of monkey patching, module inclusion should be used. Look at this gist: http://gist.github.com/14051 If instead of mixing module in you'd use monkey patching, that spec example is gonna fail. Any other ideas? -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
