Yeah, you're pretty much on the right track. However, you should know that you can use the themes folder OR your own app folder (app/views). I'd suggest creating a theme if it's something you plan to share with others, or reuse on other projects, and using your app folder if this is a one-time customization.
On Sat, Jun 6, 2009 at 12:50 PM, dt99jay <[email protected]> wrote: > > I'm developing a rails app, and want to add some simple social network > features (e.g. friend relationships) to it. I've pretty much decided > to do this with CE (rather than Lovd, for example) as I can keep my > rails app fairly separate from the CE plugin (which lets me upgrade CE > easily etc.). > > Am I right to think that the best way to do this is by writing a theme > for CE? If so, does this mean that the views that make up my rails app > should be entirely within the themes folder like this... > > my_rails_app/themes/my_theme/views/ > > ...and that the models and controllers should be here: > > my_rails_app/app/models [and] my_rails_app/app/models/controllers > > Or have I misunderstood? > > Thanks a lot, > > Jamie > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
