I'm using CE v0.10.8 and engines 2.2.2 I've also tried the master branch... -=C=-
On Jan 15, 7:40 pm, simplicoder <[email protected]> wrote: > Hi, > I'm having trouble running my CE app in production mode. > Dev mode works fine. > > Please check out this pastie:http://pastie.org/362037 > > When doing a rake:db:migrate in production I get this: > rake aborted! > undefined method `merge' for nil:NilClass > /Users/csmos/Projects/community/vendor/plugins/community_engine/app/ > controllers/users_controller.rb:15 > > It works fine in dev as shown in the pastie. > > I thought maybe for some reason it wasn't executing the engine_config/ > boot... > so I put this at the end of my evironment.rb file... > > p 'BLAH BLAH BLAH BLAH BLAH BLAH BLAH BLAH' > # Community-engine boot > require "#{RAILS_ROOT}/vendor/plugins/community_engine/engine_config/ > boot" > > the BLAHs get output in the successful dev enviro, but not production. > > I'm stumped, any thoughts are appreciated. > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
