> But aren't plugins packaged with the application? How does that work > for updates to the code?
even in "the old days" (way back when everyone was still using subversion - must have been at least a year ago) this was possible. today (with git) it's more or less the same. store your plugin's code in a repository. inside your application checkout this plugin and everytime you commit any changes to the code in your repository, just update your plugin. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

