I think I'm convinced to go via rails engine as doing via git branches makes it difficult to manage later on ( as Allen suggested ) but as the SupportSystem is already half way through, Can i turn that app into rails engine using any scripts/tools without having to create a new project and move the code over. We're planning to follow this
http://pivotallabs.com/migrating-from-a-single-rails-app-to-a-suite-of-rails-engines/ Thanks On Saturday, 6 September 2014 17:41:31 UTC+5:30, Vivek Sampara wrote: > > Hi guys, > > Intro - Me and a few members have developed a self hosted support system > on rails 4 and we are building more features around it so that projects can > easily adapt it. > > Problem - Customizing the project for another client without effecting the > core project. > > What we're trying to do - > > 1. Support Project will have features added by a couple of members in our > team regularly. > 2. MyCustomSupportProject is a fork of SupportProject. > 3. We want to pull in SupportProject new features into > MyCustomSupportProject and still have MyCustomSupportProject features being > added without conflicting with SupportProject features. > > Is there a way to handle a situation without using rails engine / gem? > > Any recommendations to handle a situation like this in a clean way ? > > Thanks > Vivek sampara > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/d81ade56-dd9a-471e-a244-5a45eb4fe926%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

