I got some error messages in production.log:
for admin/diagnostics I get:
ActionController::RoutingError (No route matches [GET] 
"/assets/issues/application.css"):

ActionController::RoutingError (No route matches [GET] 
"/assets/issues/application.js"):


for the main page @ /:

ActionView::Template::Error (silk/feed.png isn't precompiled):
    17: #++
    18: %>
    19: <div class="pull-right">
    20:   <%= feed_icon atom_auto_discovery_url %>
    21: </div>
    22: <%= activity_tabbable :active => active_tab do %>
    23:   <%= render 'events/events', {
  app/helpers/application_helper.rb:122:in `feed_icon'
  app/views/site/dashboard/_activities.html.erb:20:in 
`_app_views_site_dashboard__activities_html_erb___717009555214251205_72615740'
  app/views/site/dashboard.html.erb:24:in 
`_app_views_site_dashboard_html_erb__310525584643402666_72424720'
  app/controllers/site_controller.rb:123:in `block (3 levels) in 
render_dashboard'
  app/controllers/site_controller.rb:111:in `block in render_dashboard'
  app/controllers/application_controller.rb:339:in `paginate'
  app/controllers/site_controller.rb:110:in `render_dashboard'
  app/controllers/site_controller.rb:146:in `render_global_index'
  app/controllers/site_controller.rb:39:in `index'
  app/middlewares/dolt_cache_middleware.rb:24:in `call'
  app/middlewares/dolt_auth_middleware.rb:26:in `call'



On Monday, December 16, 2013 10:27:10 AM UTC-5, John Aylward wrote:
> Nevermind, the update didn't seem to work. 
> navigating to /admin/diagnostics/ seems to work fine, and reports "all OK"
> 
> however I can't navigate to any of my projects.
> 
> On Monday, December 16, 2013 10:23:33 AM UTC-5, John Aylward wrote:
> > 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?
> > 
> > 
> > 
> >

-- 
-- 
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