Skip to content

Instantly share code, notes, and snippets.

@zeke
Created August 22, 2008 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeke/6748 to your computer and use it in GitHub Desktop.
Save zeke/6748 to your computer and use it in GitHub Desktop.
SQL (0.001285) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = 'supported_languages'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
SupportedLanguage Load Including Associations (0.001019) SELECT supported_languages."id" AS t0_r0, supported_languages."globalize_language_id" AS t0_r1, supported_languages."disable" AS t0_r2, supported_languages."position" AS t0_r3, supported_languages."popularity" AS t0_r4, supported_languages."is_popular" AS t0_r5, supported_languages."default_category_id" AS t0_r6, globalize_languages."id" AS t1_r0, globalize_languages."iso_639_1" AS t1_r1, globalize_languages."iso_639_2" AS t1_r2, globalize_languages."iso_639_3" AS t1_r3, globalize_languages."rfc_3066" AS t1_r4, globalize_languages."english_name" AS t1_r5, globalize_languages."english_name_locale" AS t1_r6, globalize_languages."english_name_modifier" AS t1_r7, globalize_languages."native_name" AS t1_r8, globalize_languages."native_name_locale" AS t1_r9, globalize_languages."native_name_modifier" AS t1_r10, globalize_languages."macro_language" AS t1_r11, globalize_languages."direction" AS t1_r12, globalize_languages."pluralization" AS t1_r13, globalize_languages."scope" AS t1_r14 FROM supported_languages LEFT OUTER JOIN globalize_languages ON globalize_languages.id = supported_languages.globalize_language_id WHERE (supported_languages."disable" = 'f') ORDER BY position
SQL (0.000260) BEGIN
Globalize::ViewTranslation Load (0.000692) SELECT * FROM globalize_translations WHERE (tr_key = E'has already been taken, did you forget your password?' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000433) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 2) LIMIT 1
SQL (0.000162) COMMIT
SQL (0.000194) BEGIN
Globalize::ViewTranslation Load (0.000725) SELECT * FROM globalize_translations WHERE (tr_key = E'Click here' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000425) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 3) LIMIT 1
SQL (0.000165) COMMIT
SQL (0.002425) SELECT tablename
FROM pg_tables
WHERE schemaname IN (E'"$user"',E'public')
SQL (0.001364) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = 'users'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
SQL (0.002461) SELECT tablename
FROM pg_tables
WHERE schemaname IN (E'"$user"',E'public')
SQL (0.001104) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = 'forums'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
Processing LandingController#index (for 127.0.0.1 at 2008-08-21 22:08:27) [GET]
Session ID: BAh7DDoVbGFuZ3VhZ2VfZmlsdGVyc1sHaQZpBzoMdXNlcl9pZGkGOg5yZXR1%0Acm5fdG8wOhJ0b3BpY19maWx0ZXJzewo6GXVuYW5zd2VyZWRfcXVlc3Rpb25z%0AVDoQZm9ydW1fcG9zdHNUOg1zaG93X2FsbFQ6EnVzZXJfY29tbWVudHNUOhdh%0AbnN3ZXJlZF9xdWVzdGlvbnNUOg1sYW5ndWFnZSIKZW4tdXM6DGNzcmZfaWQi%0AJTEwMDA0MzZkNjExZTM0MDk3MTc3MGU3MzM3ZjRiMWZlIgpmbGFzaElDOidB%0AY3Rpb25Db250cm9sbGVyOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--e5ed72f472fedf4a74b278989bb81130fe1d2da1
Parameters: {"action"=>"index", "controller"=>"landing"}
SQL (0.001311) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = 'sites'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
Site Load (0.000473) SELECT * FROM sites WHERE (sites."url" = E'localhost') LIMIT 1
SQL (0.000271) BEGIN
Site Update (0.000523) UPDATE sites SET "created_at" = '2008-08-22 03:58:27.278341', "supported_language_id" = NULL, "visits" = 30, "url" = E'localhost', "name" = NULL, "landing_page_id" = NULL, "updated_at" = '2008-08-22 04:08:27.134777' WHERE "id" = 1
SQL (0.000628) COMMIT
User Load (0.000583) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1
SupportedLanguage Load (0.000400) SELECT * FROM supported_languages WHERE (supported_languages."id" = 1)
Globalize::Language Load (0.000404) SELECT * FROM globalize_languages WHERE (globalize_languages."id" = 1819)
SupportedLanguage Load (0.000453) SELECT * FROM supported_languages WHERE (supported_languages."globalize_language_id" = 1819) LIMIT 1
SupportedLanguage Load Including Associations (0.001030) SELECT supported_languages."id" AS t0_r0, supported_languages."globalize_language_id" AS t0_r1, supported_languages."disable" AS t0_r2, supported_languages."position" AS t0_r3, supported_languages."popularity" AS t0_r4, supported_languages."is_popular" AS t0_r5, supported_languages."default_category_id" AS t0_r6, globalize_languages."id" AS t1_r0, globalize_languages."iso_639_1" AS t1_r1, globalize_languages."iso_639_2" AS t1_r2, globalize_languages."iso_639_3" AS t1_r3, globalize_languages."rfc_3066" AS t1_r4, globalize_languages."english_name" AS t1_r5, globalize_languages."english_name_locale" AS t1_r6, globalize_languages."english_name_modifier" AS t1_r7, globalize_languages."native_name" AS t1_r8, globalize_languages."native_name_locale" AS t1_r9, globalize_languages."native_name_modifier" AS t1_r10, globalize_languages."macro_language" AS t1_r11, globalize_languages."direction" AS t1_r12, globalize_languages."pluralization" AS t1_r13, globalize_languages."scope" AS t1_r14 FROM supported_languages LEFT OUTER JOIN globalize_languages ON globalize_languages.id = supported_languages.globalize_language_id WHERE (supported_languages."disable" = 'f') ORDER BY position
DictionaryImport Load (0.000563) SELECT * FROM dictionary_imports ORDER BY created_at DESC LIMIT 1
SQL (0.001232) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = 'official_translations'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
SQL (0.000827) SELECT count(DISTINCT official_translations.id) AS count_all FROM official_translations LEFT OUTER JOIN dictionaries ON dictionaries.id = official_translations.dictionary_id WHERE (dictionaries.from_language_id = 1)
Hit Load (0.000585) SELECT * FROM hits WHERE (hittable_type = 'Post') ORDER BY created_at DESC LIMIT 2
Hit Load (0.000348) SELECT * FROM hits WHERE (hittable_type = 'Rating') ORDER BY created_at DESC LIMIT 2
Hit Load (0.000374) SELECT * FROM hits WHERE (hittable_type = 'Search') ORDER BY created_at DESC LIMIT 2
Profile Load (0.000911) SELECT * FROM profiles WHERE (profiles.user_id = 1) LIMIT 1
SupportedLanguage Load Including Associations (0.001069) SELECT supported_languages."id" AS t0_r0, supported_languages."globalize_language_id" AS t0_r1, supported_languages."disable" AS t0_r2, supported_languages."position" AS t0_r3, supported_languages."popularity" AS t0_r4, supported_languages."is_popular" AS t0_r5, supported_languages."default_category_id" AS t0_r6, globalize_languages."id" AS t1_r0, globalize_languages."iso_639_1" AS t1_r1, globalize_languages."iso_639_2" AS t1_r2, globalize_languages."iso_639_3" AS t1_r3, globalize_languages."rfc_3066" AS t1_r4, globalize_languages."english_name" AS t1_r5, globalize_languages."english_name_locale" AS t1_r6, globalize_languages."english_name_modifier" AS t1_r7, globalize_languages."native_name" AS t1_r8, globalize_languages."native_name_locale" AS t1_r9, globalize_languages."native_name_modifier" AS t1_r10, globalize_languages."macro_language" AS t1_r11, globalize_languages."direction" AS t1_r12, globalize_languages."pluralization" AS t1_r13, globalize_languages."scope" AS t1_r14 FROM supported_languages LEFT OUTER JOIN globalize_languages ON globalize_languages.id = supported_languages.globalize_language_id WHERE (globalize_language_id = 1819)
DailyWord Load (0.001134) SELECT daily_words.* FROM daily_words INNER JOIN official_translations ON official_translations.id = daily_words.official_translation_id INNER JOIN dictionaries ON dictionaries.id = official_translations.dictionary_id WHERE (publish_on <= E'2008-08-21' and from_language_id = 1) ORDER BY id DESC LIMIT 1
DailyWord Load (0.000340) SELECT * FROM daily_words ORDER BY id DESC LIMIT 1
Rendering template within layouts/application
Rendering landing/index
Rendered shared/_sortables_js (0.00124)
SQL (0.000265) BEGIN
Globalize::ViewTranslation Load (0.000698) SELECT * FROM globalize_translations WHERE (tr_key = E'About Us' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000536) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 15) LIMIT 1
SQL (0.000223) COMMIT
SQL (0.000279) BEGIN
Globalize::ViewTranslation Load (0.000708) SELECT * FROM globalize_translations WHERE (tr_key = E'Services' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000444) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 16) LIMIT 1
SQL (0.000218) COMMIT
SQL (0.000146) BEGIN
Globalize::ViewTranslation Load (0.000619) SELECT * FROM globalize_translations WHERE (tr_key = E'Vocabulary Trainer' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000427) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 17) LIMIT 1
SQL (0.000165) COMMIT
SQL (0.000138) BEGIN
Globalize::ViewTranslation Load (0.000618) SELECT * FROM globalize_translations WHERE (tr_key = E'Professional Translation Service' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000431) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 18) LIMIT 1
SQL (0.000161) COMMIT
SQL (0.000137) BEGIN
Globalize::ViewTranslation Load (0.000626) SELECT * FROM globalize_translations WHERE (tr_key = E'In the News' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000416) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 19) LIMIT 1
SQL (0.000175) COMMIT
SQL (0.000215) BEGIN
Globalize::ViewTranslation Load (0.000701) SELECT * FROM globalize_translations WHERE (tr_key = E'Translate anything' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000458) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 20) LIMIT 1
SQL (0.000164) COMMIT
SQL (0.000141) BEGIN
Globalize::ViewTranslation Load (0.000683) SELECT * FROM globalize_translations WHERE (tr_key = E'We have over 80 languages in our database and a staff of 1600 translators. Give us a word or phrase in any language and we’ll take it from there.' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000531) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 21) LIMIT 1
SQL (0.000165) COMMIT
SQL (0.000186) BEGIN
Globalize::ViewTranslation Load (0.000656) SELECT * FROM globalize_translations WHERE (tr_key = E'From ..' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000441) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 22) LIMIT 1
SQL (0.000165) COMMIT
Rendered shared/_from_language_radios (0.00435)
SQL (0.000258) BEGIN
Globalize::ViewTranslation Load (0.000708) SELECT * FROM globalize_translations WHERE (tr_key = E'To' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000579) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 23) LIMIT 1
SQL (0.000171) COMMIT
Rendered shared/_to_language_check_boxs (0.00448)
SQL (0.000244) BEGIN
Globalize::ViewTranslation Load (0.000703) SELECT * FROM globalize_translations WHERE (tr_key = E'Options' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000669) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 24) LIMIT 1
SQL (0.000210) COMMIT
SQL (0.000145) BEGIN
Globalize::ViewTranslation Load (0.000666) SELECT * FROM globalize_translations WHERE (tr_key = E'Need special characters? Try the visual keyboard' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000801) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 25) LIMIT 1
SQL (0.000174) COMMIT
Rendered /shared/_special_chars (0.00126)
Rendered landing/_landing_search (0.06044)
Rendered shared/_sortable_widget (0.00071)
Rendered widgets/_word_of_the_day (0.00290)
Rendered shared/_sortable_widget (0.00063)
Rendered widgets/_featured_article (0.00216)
Rendered shared/_sortable_widget (0.00064)
Rendered widgets/_hot_topics (0.00220)
Rendered shared/_sortables (0.00059)
Rendered shared/_sortable_widget (0.00071)
Rendered /shared/_recent_activity (0.00663)
Rendered shared/_sortable_widget (0.00065)
Rendered widgets/_products (0.00224)
Rendered shared/_sortables (0.00060)
SQL (0.002013) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = 'profiles'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
SQL (0.000228) BEGIN
Globalize::ViewTranslation Load (0.000681) SELECT * FROM globalize_translations WHERE (tr_key = E'Logout' AND language_id = 1819 AND pluralization_index = 1 AND namespace IS NULL) AND ( (globalize_translations."type" = 'ViewTranslation' ) ) LIMIT 1
Globalize::RequestPage Load (0.000627) SELECT * FROM globalize_request_pages WHERE (globalize_request_pages.uri = E'/' AND globalize_request_pages.translation_id = 29) LIMIT 1
SQL (0.000283) COMMIT
ActionView::TemplateError (undefined method `admin?' for #<User:0x2c87fc4>) on line #10 of layouts/_user_nav.haml:
7: = link_to( h(current_user.display_name), profile_path(current_user.profile)) + " | "
8: // = link_to("Dashboard".t, '/dashboard') + " | "
9: = link_to("Logout".t, logout_url)
10: = "| " + link_to("Administration".t, '/admin') if current_user.admin?
11: - else
12: = link_to("Log in".t, login_url) + "or"
13: = link_to('Register'.t, new_user_path)
vendor/rails/activerecord/lib/active_record/attribute_methods.rb:200:in `method_missing'
app/views/layouts/_user_nav.haml:10:in `_run_plugin_47app47views47layouts47_user_nav46haml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_view/base.rb:331:in `render_without_haml'
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.2/lib/haml/helpers/action_view_mods.rb:6:in `render'
vendor/rails/actionpack/lib/action_view/partials.rb:117:in `render_partial'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/local/lib/ruby/1.8/benchmark.rb:307:in `realtime'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/actionpack/lib/action_view/partials.rb:116:in `render_partial'
vendor/rails/actionpack/lib/action_view/base.rb:352:in `render_without_haml'
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.2/lib/haml/helpers/action_view_mods.rb:5:in `render'
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.2/lib/haml/helpers.rb:57:in `non_haml'
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.2/lib/haml/helpers/action_view_mods.rb:5:in `render'
app/views/layouts/_header.haml:6:in `_run_plugin_47app47views47layouts47_header46haml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_view/base.rb:331:in `render_without_haml'
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.2/lib/haml/helpers/action_view_mods.rb:6:in `render'
vendor/rails/actionpack/lib/action_view/partials.rb:117:in `render_partial'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
/usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/local/lib/ruby/1.8/benchmark.rb:307:in `realtime'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/actionpack/lib/action_view/partials.rb:116:in `render_partial'
vendor/rails/actionpack/lib/action_view/base.rb:352:in `render_without_haml'
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.2/lib/haml/helpers/action_view_mods.rb:6:in `render'
app/views/layouts/application.html.erb:31:in `_run_erb_47app47views47layouts47application46html46erb'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_controller/layout.rb:268:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
app/controllers/landing_controller.rb:8:in `index'
vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:725:in `run_before_filters'
app/controllers/application.rb:55:in `set_timezone'
vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `send!'
vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `call'
vendor/rails/actionpack/lib/action_controller/filters.rb:722:in `run_before_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:695:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `sass_old_process'
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.2/lib/sass/plugin/rails.rb:19:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `orig_process_client'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `orig_process_client'
vendor/plugins/spawn/lib/patches.rb:53:in `process_client'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
vendor/rails/activesupport/lib/active_support/dependencies.rb:489:in `load'
vendor/rails/activesupport/lib/active_support/dependencies.rb:489:in `load'
vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:489:in `load'
vendor/rails/railties/lib/commands/servers/mongrel.rb:64
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
vendor/rails/railties/lib/commands/server.rb:39
script/server:3:in `require'
script/server:3
Rendering /Users/zeke/Projects/elc/lang/trunk/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment