I'd suggest treating Insoshi as a regular Rails app, and add your own custom code on top of it. It's also probably a good idea to work on your own branch, and occasionally do a git pull to get any updates on the master branch. Then do a git rebase master to see if there's anything new (and to catch any conflicts).
Michael On Fri, Jan 16, 2009 at 7:19 PM, Brandon <[email protected]> wrote: > > Hello > > What is the preferred way to extend Insoshi? Either overriding models > and controllers, or adding new ones. My intent is to build an > applicaiton with Insoshi, and be able to update Insoshi as new > releases come out. > > I'm not clear how to do this because to me Insoshi look more or less > like a pre configured Rails application. By comparison, Comunity > Engine is a plugin and it's pretty easy to override and extend. > > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
