[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 
 implementations in CommunityEngine but do not know how to perform the 
 procedure since it can not find where the font is stored CommunityEngine 
 which was installed through the gem in Gemfile. 

 Perhaps this is no doubt directly related to CommunityEngine, Poem for 
 wearing this project and address the same issue then I believe the 
 experience of someone who has performed the procedure can help more agile 
 way. 

 I thank the attention.


-- 
You received this message because you are subscribed to the Google Groups 
CommunityEngine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to communityengine+unsubscr...@googlegroups.com.
To post to this group, send email to communityengine@googlegroups.com.
Visit this group at http://groups.google.com/group/communityengine.
For more options, visit https://groups.google.com/d/optout.


[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 check the view and get 
the fields to then modify in my index page? 

Am I right? 

I appreciate your attention.



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 
 implementations in CommunityEngine but do not know how to perform the 
 procedure since it can not find where the font is stored CommunityEngine 
 which was installed through the gem in Gemfile. 

 Perhaps this is no doubt directly related to CommunityEngine, Poem for 
 wearing this project and address the same issue then I believe the 
 experience of someone who has performed the procedure can help more agile 
 way. 

 I thank the attention.


-- 
You received this message because you are subscribed to the Google Groups 
CommunityEngine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to communityengine+unsubscr...@googlegroups.com.
To post to this group, send email to communityengine@googlegroups.com.
Visit this group at http://groups.google.com/group/communityengine.
For more options, visit https://groups.google.com/d/optout.


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 db/schema.rb file that
  tells you what all of your database tables and fields are called
  along with their datatypes and sizes.
  
  I'm guessing by your questions that you are new to using Rails.
  You may want to find some online training resources to learn more
  about Rails so that this process is easier.
  
  Dan
  
  On 3/13/14, 9:20 AM, Jeremias Santos wrote:


  
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 check the view and get the fields to then modify in my
  index page? 


Am I right? 


I appreciate your attention.





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 implementations in
  CommunityEngine but do not know how to perform the
  procedure since it can not find where the font is stored
  CommunityEngine which was installed through the gem in
  Gemfile. 


Perhaps this is no doubt directly related to
  CommunityEngine, Poem for wearing this project and address
  the same issue then I believe the experience of someone
  who has performed the procedure can help more agile way. 


I thank the attention.
  

  
  -- 
  You received this message because you are subscribed to the Google
  Groups "CommunityEngine" group.
  To unsubscribe from this group and stop receiving emails from it,
  send an email to communityengine+unsubscr...@googlegroups.com.
  To post to this group, send email to communityengine@googlegroups.com.
  Visit this group at http://groups.google.com/group/communityengine.
  For more options, visit https://groups.google.com/d/optout.


  




-- 
You received this message because you are subscribed to the Google Groups CommunityEngine group.
To unsubscribe from this group and stop receiving emails from it, send an email to communityengine+unsubscr...@googlegroups.com.
To post to this group, send email to communityengine@googlegroups.com.
Visit this group at http://groups.google.com/group/communityengine.
For more options, visit https://groups.google.com/d/optout.