I am currently trying to build 2 different Rails 3 applications, however, I want both applications to incorporate the same base styles and core javascript functions that I have created. What would be the best way to go about sharing those assets across the 2 apps so that I can still develop rapidly and not duplicate the assets and potentially get them out of sync?
Any suggestions are greatly appreciated.