Yes, that will be overridden. Generally speaking, the best way to use CE is to include it as a submodule, and not make modifications to the CE code. Any changes you might need in functionality should be easily accomplished in your own application. This will allow you to upgrade along with CE when new releases are issued.
On Wed, Mar 18, 2009 at 12:13 AM, LostyJai <[email protected]> wrote: > > HI Bruno, > > I am not sure... I have not updated my CE since November last year. > Would you be able to point me to the fix so I can change the code? > > What is the best/safest way to update CE? > I have customised my routes.rb file in CE, will that be overwritten if > I update CE? > > Regards, > Simon > > On Mar 17, 8:52 am, Bruno Bornsztein <[email protected]> > wrote: > > Are you on edge or master? I think this has been fixed in edge. > > > > On Sun, Mar 15, 2009 at 6:45 PM, LostyJai <[email protected]> > wrote: > > > > > Hi, > > > > > Everything has been working perfectly until this morning... > > > > > ActionView::TemplateError (undefined method `localize' for > > > "topic":String) on line #73 of forums/index.html.haml: > > > 70: %td{:width=>"5%", :style=>"padding-top:4px; > > > padding-bottom:4px;"} > > > 71: = image_tag > > > ( "F_topic.png", :height=>"17px", :width=>"17px") > > > 72: %td > > > {:width=>"40%", :valign=>"middle", :class=>"forumpostcount"} > > > 73: = pluralize number_with_delimiter > > > (forum.topics_count), _("topic") > > > 74: -#= number_with_delimiter > > > (forum.topics_count) > > > 75: -#= "topics" > > > 76: %td{:width=>"5%"} > > > > > vendor/plugins/community_engine/init.rb:31:in `_' > > > app/views/forums/index.html.haml:73:in > > > `_run_plugin_47app47views47forums47index46html46haml' > > > app/views/forums/index.html.haml:48:in `each' > > > app/views/forums/index.html.haml:48:in > > > `_run_plugin_47app47views47forums47index46html46haml' > > > > > I was able to fix this problem by removing the "_", however I did not > > > have a problem with this before. > > > Does anyone know why? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
