The update worked now. I have notices in gitorious 3 there doesn't seem to be a 
rake task for assets:clear anymore. I've only been running:
git pull origin master
git submodule init
git submodule update
bundle install --without development test
bundle exec rake db:migrate RAILS_ENV=production
bundle exec rake ts:rebuild RAILS_ENV=production

should I be running anything else?


On Monday, December 16, 2013 10:15:58 AM UTC-5, Paweł Pierzchała wrote:
> Hi John,
> we must have forgot to update the exception_notification configuration after 
> the authors changed its syntax. I fixed that problem in master. Could you try 
> again?
> 
> 
> 
> 
> Cheers,
> Pawel
> 
> 
> 
> 
> 
> On Mon, Dec 16, 2013 at 3:59 PM, John Aylward <[email protected]> wrote:
> 
> 
> When I try to update to the latest HEAD I get this message when running
> 
> bundle exec rake --trace db:migrate RAILS_ENV=production
> 
> 
> 
> Failed loading some test dependencies: cannot load such file -- 
> ci/reporter/rake/minitest
> 
> ** Invoke db:migrate (first_time)
> 
> ** Invoke environment (first_time)
> 
> ** Execute environment
> 
> rake aborted!
> 
> undefined method `new' for ExceptionNotifier:Module
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/actionpack-3.2.16/lib/action_dispatch/middleware/stack.rb:43:in
>  `build'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/actionpack-3.2.16/lib/action_dispatch/middleware/stack.rb:113:in
>  `block in build'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/actionpack-3.2.16/lib/action_dispatch/middleware/stack.rb:113:in
>  `each'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/actionpack-3.2.16/lib/action_dispatch/middleware/stack.rb:113:in
>  `inject'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/actionpack-3.2.16/lib/action_dispatch/middleware/stack.rb:113:in
>  `build'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/engine.rb:475:in
>  `app'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/application/finisher.rb:31:in
>  `block in <module:Finisher>'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/initializable.rb:30:in
>  `instance_exec'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/initializable.rb:30:in
>  `run'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/initializable.rb:55:in
>  `block in run_initializers'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/initializable.rb:54:in
>  `each'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/initializable.rb:54:in
>  `run_initializers'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/application.rb:136:in
>  `initialize!'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/railtie/configurable.rb:30:in
>  `method_missing'
> 
> /opt/gitorious-3/config/environment.rb:5:in `<top (required)>'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/activesupport-3.2.16/lib/active_support/dependencies.rb:251:in
>  `require'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/activesupport-3.2.16/lib/active_support/dependencies.rb:251:in
>  `block in require'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/activesupport-3.2.16/lib/active_support/dependencies.rb:236:in
>  `load_dependency'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/activesupport-3.2.16/lib/active_support/dependencies.rb:251:in
>  `require'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/application.rb:103:in
>  `require_environment!'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/railties-3.2.16/lib/rails/application.rb:305:in
>  `block (2 levels) in initialize_tasks'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:236:in
>  `call'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:236:in
>  `block in execute'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:231:in
>  `each'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:231:in
>  `execute'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:175:in
>  `block in invoke_with_call_chain'
> 
> /usr/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:168:in
>  `invoke_with_call_chain'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:197:in
>  `block in invoke_prerequisites'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:195:in
>  `each'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:195:in
>  `invoke_prerequisites'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:174:in
>  `block in invoke_with_call_chain'
> 
> /usr/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:168:in
>  `invoke_with_call_chain'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/task.rb:161:in
>  `invoke'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/application.rb:149:in
>  `invoke_task'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/application.rb:106:in
>  `block (2 levels) in top_level'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/application.rb:106:in
>  `each'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/application.rb:106:in
>  `block in top_level'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/application.rb:115:in
>  `run_with_threads'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/application.rb:100:in
>  `top_level'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/application.rb:78:in
>  `block in run'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/application.rb:165:in
>  `standard_exception_handling'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/lib/rake/application.rb:75:in
>  `run'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/gems/rake-10.1.0/bin/rake:33:in 
> `<top (required)>'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/bin/rake:19:in `load'
> 
> /opt/gitorious-3/vendor/cache/ruby/1.9.1/bin/rake:19:in `<main>'
> 
> Tasks: TOP => db:migrate => environment
> 
> 
> 
> 
> 
> 
> 
> On Thursday, December 12, 2013 3:01:34 PM UTC-5, John Aylward wrote:
> 
> > I'm using Gitorious 3.0 local install from the mainline branch. I'm up to 
> > commit 78eab70aaa70d04fd60240d5cf3a312e675acddb
> 
> >
> 
> > I have no idea how to fix this error, but it happens any time I push to my 
> > gitorious repositories. It doesn't seem to cause any actual problems, but 
> > having the message show up every time is pretty annoying.
> 
> >
> 
> > any clues?
> 
> >
> 
> > full error message below:
> 
> >
> 
> > Gitorious... Both MergeRequest and its :status machine have defined a 
> > different default for "status". Use only one or the other for defining 
> > defaults to avoid unexpected behaviors
> 
> 
> 
> --
> 
> --
> 
> To post to this group, send email to [email protected]
> 
> To unsubscribe from this group, send email to
> 
> [email protected]
> 
> 
> 
> ---
> 
> You received this message because you are subscribed to the Google Groups 
> "Gitorious" group.
> 
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> 
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to