Hoopla!

now with extra whiz-bang!

Hoopla!

Sorry for the downtime, blame Rev 5776

January 18, 2007 · 0 comments

In my desire to stay on the cutting edge I often get cut. Recently I froze this app to edge Rails (two days out of date was too much for me I guess) and got the nasty end of a session bug. It's all better now - please proceed in an orderly fashion straight to the post of your choosing.

Unless you're not really interested in anything on this site. In that case - check this out! popularity of american names over time

→ 0 comments Tags:

uninitialized constant Admin::GeneralController

April 10, 2006 · 0 comments

I just updated my typo to revision 1004 and, while almost all of my site is accessible, going to /admin barfs out a 500 error.

From my log:
1
2
3
4
5
6
7
8
9
10
11
12
13
NameError (uninitialized constant Admin::GeneralController):
    /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependencies.rb:100:in `const_missing'
    generated/routing/recognition.rb:9:in `recognize_path'
    /vendor/rails/actionpack/lib/action_controller/routing.rb:477:in `recognize!'
    /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch'
    /vendor/rails/railties/lib/fcgi_handler.rb:150:in `process_request'
    /vendor/rails/railties/lib/fcgi_handler.rb:54:in `process!'
    /vendor/rails/railties/lib/fcgi_handler.rb:53:in `each_cgi'
    /usr/lib/ruby/1.8/fcgi.rb:597:in `each'
    /usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi'
    /vendor/rails/railties/lib/fcgi_handler.rb:53:in `process!'
    /vendor/rails/railties/lib/fcgi_handler.rb:23:in `process!'
    dispatch.fcgi:34

Going straight to /admin/content/new can get me to where I can post – so this might just be a typo somewhere.

→ 0 comments Tags: