[CommunityEngine] Re: Editing CommunityEngine?

2014-03-26 Thread Jeremias Santos
Got it running and could now make the initial changes. Thank you! On Thursday, March 13, 2014 8:32:49 AM UTC-3, Jeremias Santos wrote: Dear, I created a Rails project rails new myproject and follow the steps to install the CommunityEngine, but now wish to change the view and make

[CommunityEngine] Re: Editing CommunityEngine?

2014-03-13 Thread Jeremias Santos
Got it. I have an index page and wish to change the index of CommunityEngine, then I do creating a file in my installation in app / views / layout / index.html.erb? How to know the fields eg login and password to connect to the controller? Would I download CommunityEngine project and then

Re: [CommunityEngine] Re: Editing CommunityEngine?

2014-03-13 Thread Dan Coutu
The default layout file would be app/views/layouts/application.html.haml (or you could use app/views/layouts/application.html.erb if you prefer). The form field names are dictated by the database schema. After doing a database migration you will have a