Processing ArticlesController#index (for 127.0.0.1 at 2007-03-14 17:14:01) [GET]
Parameters: {"action"=>"index", "controller"=>"articles"}
[4;36;1mSQL (0.000159)[0m [0;1mSET SQL_AUTO_IS_NULL=0[0m
[4;35;1mTrigger Load (0.000354)[0m [0mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:01') [0m
[4;36;1mUser Columns (0.000905)[0m [0;1mSHOW FIELDS FROM users[0m
[4;35;1mSQL (0.000237)[0m [0mSELECT count(*) AS count_all FROM users [0m
[4;36;1mBlog Columns (0.000725)[0m [0;1mSHOW FIELDS FROM blogs[0m
[4;35;1mBlog Load (0.000270)[0m [0mSELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1[0m
[4;36;1mArticle Columns (0.001221)[0m [0;1mSHOW FIELDS FROM contents[0m
[4;35;1mSQL (0.000403)[0m [0mSELECT count(*) AS count_all FROM contents WHERE (contents.blog_id = 1 AND (published = 1 AND contents.published_at < '2007-03-14 17:14:01')) AND ( (contents.`type` = 'Article' ) ) [0m
[4;36;1mCategory Columns (0.000741)[0m [0;1mSHOW FIELDS FROM categories[0m
[4;35;1mTag Columns (0.000501)[0m [0mSHOW FIELDS FROM tags[0m
[4;36;1mArticle Load IDs For Limited Eager Loading (0.000736)[0m [0;1mSELECT id FROM contents WHERE (contents.blog_id = 1 AND (contents.`published` = 1) AND (contents.published_at < '2007-03-14 17:14:01')) AND ( (contents.`type` = 'Article' ) ) ORDER BY contents.published_at DESC LIMIT 0, 10[0m
Rendering within ../../themes/azure/layouts/default
Rendering articles/index
Rendered shared/_search (0.36189)
BENCHMARK: layout/content (0.00214)
[4;35;1mSidebar Load (0.000582)[0m [0mSELECT * FROM sidebars WHERE (sidebars.blog_id = 1) ORDER BY active_position ASC[0m
[4;36;1mSidebar Columns (0.001111)[0m [0;1mSHOW FIELDS FROM sidebars[0m
[4;35;1mCategorySidebar Columns (0.001024)[0m [0mSHOW FIELDS FROM sidebars[0m
Rendering /home/valeuf/Developpement/typo/trunk/vendor/plugins/category_sidebar/views/content.rhtml
[4;36;1mCategory Load (0.000874)[0m [0;1m
SELECT categories.id, categories.name, categories.permalink, categories.position, COUNT(articles.id) AS article_counter
FROM categories categories
LEFT OUTER JOIN categorizations articles_categories
ON articles_categories.category_id = categories.id
LEFT OUTER JOIN contents articles
ON (articles_categories.article_id = articles.id AND articles.published = 1)
GROUP BY categories.id, categories.name, categories.position, categories.permalink
ORDER BY position
[0m
[4;35;1mStaticSidebar Columns (0.001103)[0m [0mSHOW FIELDS FROM sidebars[0m
Rendering /home/valeuf/Developpement/typo/trunk/vendor/plugins/static_sidebar/views/content.rhtml
[4;36;1mXmlSidebar Columns (0.001254)[0m [0;1mSHOW FIELDS FROM sidebars[0m
Rendering /home/valeuf/Developpement/typo/trunk/vendor/plugins/xml_sidebar/views/content.rhtml
BENCHMARK: layout/sidebars (0.38088)
BENCHMARK: layout/body (0.74683)
[4;35;1mArticle Load (0.000885)[0m [0mSELECT * FROM contents WHERE (published = 1 AND published_at > '2007-03-14 17:14:01') AND ( (contents.`type` = 'Article' ) ) ORDER BY published_at ASC LIMIT 1[0m
Completed in 1.67299 (0 reqs/sec) | Rendering: 1.31799 (78%) | DB: 0.00714 (0%) | 200 OK [http://localhost/]
Processing ThemeController#stylesheets (for 127.0.0.1 at 2007-03-14 17:14:04) [GET]
Parameters: {"action"=>"stylesheets", "controller"=>"theme", "filename"=>"azure.css"}
[4;36;1mTrigger Load (0.000304)[0m [0;1mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:04') [0m
[4;35;1mBlog Columns (0.000712)[0m [0mSHOW FIELDS FROM blogs[0m
[4;36;1mBlog Load (0.000081)[0m [0;1mSELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1[0m
Sending file script/../config/../themes/azure/stylesheets/azure.css
Completed in 0.26666 (3 reqs/sec) | Rendering: 0.00010 (0%) | DB: 0.00110 (0%) | 200 OK [http://localhost/stylesheets/theme/azure.css]
Processing ThemeController#stylesheets (for 127.0.0.1 at 2007-03-14 17:14:05) [GET]
Parameters: {"action"=>"stylesheets", "controller"=>"theme", "filename"=>"print.css"}
[4;35;1mTrigger Load (0.000301)[0m [0mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:05') [0m
[4;36;1mBlog Columns (0.000716)[0m [0;1mSHOW FIELDS FROM blogs[0m
[4;35;1mBlog Load (0.000094)[0m [0mSELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1[0m
Sending file script/../config/../themes/azure/stylesheets/print.css
Completed in 0.25573 (3 reqs/sec) | Rendering: 0.07771 (30%) | DB: 0.00111 (0%) | 200 OK [http://localhost/stylesheets/theme/print.css]
Processing ThemeController#images (for 127.0.0.1 at 2007-03-14 17:14:06) [GET]
Parameters: {"action"=>"images", "controller"=>"theme", "filename"=>"bg-tile.gif"}
[4;36;1mTrigger Load (0.000312)[0m [0;1mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:06') [0m
[4;35;1mBlog Columns (0.000720)[0m [0mSHOW FIELDS FROM blogs[0m
[4;36;1mBlog Load (0.000095)[0m [0;1mSELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1[0m
Sending file script/../config/../themes/azure/images/bg-tile.gif
Completed in 0.26602 (3 reqs/sec) | Rendering: 0.00010 (0%) | DB: 0.00113 (0%) | 200 OK [http://localhost/images/theme/bg-tile.gif]
Processing ThemeController#images (for 127.0.0.1 at 2007-03-14 17:14:06) [GET]
Parameters: {"action"=>"images", "controller"=>"theme", "filename"=>"hdr.gif"}
[4;35;1mTrigger Load (0.000128)[0m [0mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:06') [0m
[4;36;1mBlog Columns (0.000707)[0m [0;1mSHOW FIELDS FROM blogs[0m
[4;35;1mBlog Load (0.000080)[0m [0mSELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1[0m
Sending file script/../config/../themes/azure/images/hdr.gif
Completed in 0.13011 (7 reqs/sec) | Rendering: 0.00016 (0%) | DB: 0.00092 (0%) | 200 OK [http://localhost/images/theme/hdr.gif]
Processing ThemeController#images (for 127.0.0.1 at 2007-03-14 17:14:07) [GET]
Parameters: {"action"=>"images", "controller"=>"theme", "filename"=>"sbar-tile.gif"}
[4;36;1mTrigger Load (0.000340)[0m [0;1mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:07') [0m
[4;35;1mBlog Columns (0.000697)[0m [0mSHOW FIELDS FROM blogs[0m
[4;36;1mBlog Load (0.000078)[0m [0;1mSELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1[0m
Sending file script/../config/../themes/azure/images/sbar-tile.gif
Completed in 0.05496 (18 reqs/sec) | Rendering: 0.00014 (0%) | DB: 0.00111 (2%) | 200 OK [http://localhost/images/theme/sbar-tile.gif]
Processing GeneralController#index (for 127.0.0.1 at 2007-03-14 17:14:10) [GET]
Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
Parameters: {"action"=>"index", "controller"=>"admin/general"}
[4;35;1mTrigger Load (0.000346)[0m [0mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:10') [0m
Redirected to http://localhost:3000/accounts/login
Filter chain halted as [#<ActionController::Filters::ClassMethods::SymbolFilter:0xb695ea00 @filter=:login_required>] returned false.
Completed in 0.01033 (96 reqs/sec) | DB: 0.00035 (3%) | 302 Found [http://localhost/admin]
Processing AccountsController#login (for 127.0.0.1 at 2007-03-14 17:14:10) [GET]
Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
Parameters: {"action"=>"login", "controller"=>"accounts"}
[4;36;1mTrigger Load (0.000122)[0m [0;1mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:10') [0m
[4;35;1mUser Columns (0.001539)[0m [0mSHOW FIELDS FROM users[0m
[4;36;1mSQL (0.000081)[0m [0;1mSELECT count(*) AS count_all FROM users [0m
Rendering within layouts/accounts
Rendering accounts/login
Completed in 0.10038 (9 reqs/sec) | Rendering: 0.07493 (74%) | DB: 0.00174 (1%) | 200 OK [http://localhost/accounts/login]
Processing AccountsController#login (for 127.0.0.1 at 2007-03-14 17:14:14) [POST]
Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
Parameters: {"user_login"=>"valeuf", "action"=>"login", "controller"=>"accounts", "user_password"=>"", "login"=>"Connexion »"}
[4;35;1mTrigger Load (0.000355)[0m [0mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:14') [0m
[4;36;1mUser Columns (0.000921)[0m [0;1mSHOW FIELDS FROM users[0m
[4;35;1mSQL (0.000074)[0m [0mSELECT count(*) AS count_all FROM users [0m
[4;36;1mUser Load (0.000384)[0m [0;1mSELECT * FROM users WHERE (login = 'valeuf' AND password = '4c713ed55e68d9a1cbc6be23536db0bdd5c59f9e') LIMIT 1[0m
Rendering within layouts/accounts
Rendering accounts/login
Completed in 0.04813 (20 reqs/sec) | Rendering: 0.00486 (10%) | DB: 0.00173 (3%) | 200 OK [http://localhost/accounts/login]
Processing AccountsController#login (for 127.0.0.1 at 2007-03-14 17:14:21) [POST]
Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
Parameters: {"user_login"=>"valeuf", "action"=>"login", "controller"=>"accounts", "user_password"=>"valentin", "login"=>"Connexion »"}
[4;35;1mTrigger Load (0.000342)[0m [0mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:21') [0m
[4;36;1mUser Columns (0.000925)[0m [0;1mSHOW FIELDS FROM users[0m
[4;35;1mSQL (0.000069)[0m [0mSELECT count(*) AS count_all FROM users [0m
[4;36;1mUser Load (0.000336)[0m [0;1mSELECT * FROM users WHERE (login = 'valeuf' AND password = 'a05187a6917c9d84d19c38883abf758b68575558') LIMIT 1[0m
Rendering within layouts/accounts
Rendering accounts/login
Completed in 0.03297 (30 reqs/sec) | Rendering: 0.00617 (18%) | DB: 0.00167 (5%) | 200 OK [http://localhost/accounts/login]
Processing AccountsController#login (for 127.0.0.1 at 2007-03-14 17:14:27) [POST]
Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
Parameters: {"user_login"=>"valeuf", "action"=>"login", "controller"=>"accounts", "user_password"=>"deificatrice", "login"=>"Connexion »"}
[4;35;1mTrigger Load (0.000355)[0m [0mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:27') [0m
[4;36;1mUser Columns (0.000918)[0m [0;1mSHOW FIELDS FROM users[0m
[4;35;1mSQL (0.000072)[0m [0mSELECT count(*) AS count_all FROM users [0m
[4;36;1mUser Load (0.000382)[0m [0;1mSELECT * FROM users WHERE (login = 'valeuf' AND password = '25db356b2131b8381d1ce50102ef8847a11b5ece') LIMIT 1[0m
Cookie set: is_admin=yes; path=/
Redirected to http://localhost:3000/admin
[4;35;1mUser Load (0.000283)[0m [0mSELECT * FROM users WHERE (users.`id` = 1) [0m
Storing #<User:0xb693158c> in the cache
Completed in 0.12551 (7 reqs/sec) | DB: 0.00201 (1%) | 302 Found [http://localhost/accounts/login]
Processing GeneralController#index (for 127.0.0.1 at 2007-03-14 17:14:27) [GET]
Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
Parameters: {"action"=>"index", "controller"=>"admin/general"}
[4;36;1mUser Columns (0.000875)[0m [0;1mSHOW FIELDS FROM users[0m
[4;35;1mUser Load (0.000106)[0m [0mSELECT * FROM users WHERE (users.`id` = 1) [0m
Storing #<User:0xb68fe6dc> in the cache
[4;36;1mTrigger Load (0.000134)[0m [0;1mSELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:27') [0m
[4;35;1mSQL (0.000236)[0m [0mSELECT version FROM schema_info[0m
[4;36;1mBlog Columns (0.000811)[0m [0;1mSHOW FIELDS FROM blogs[0m
[4;35;1mBlog Load (0.000106)[0m [0mSELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1[0m
[4;36;1mPageCache Columns (0.000623)[0m [0;1mSHOW FIELDS FROM page_caches[0m
[4;35;1mSQL (0.000213)[0m [0mSELECT count(*) AS count_all FROM page_caches [0m
Rendering within layouts/administration
Rendering admin/general/index
ActionView::TemplateError (superclass mismatch for class MacroPost) on line #89 of app/views/admin/general/index.rhtml:
86: <li>
87: <label class="float" for="text_filter"><%= _("Article filter")%>:</label>
88: <select name="setting[text_filter]" id="text_filter">
89: <%= options_for_select text_filter_options, TextFilter.find_by_name(this_blog.text_filter) %>
90: </select>
91: </li>
92: <li>
lib/text_filter_plugin.rb:109
vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
vendor/rails/activesupport/lib/active_support/dependencies.rb:452:in `const_missing'
vendor/rails/activesupport/lib/active_support/dependencies.rb:464:in `const_missing'
vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant'
vendor/rails/activesupport/lib/active_support/dependencies.rb:468:in `const_missing'
app/models/text_filter.rb:11
vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
vendor/rails/activesupport/lib/active_support/dependencies.rb:452:in `const_missing'
vendor/rails/activesupport/lib/active_support/dependencies.rb:464:in `const_missing'
vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant'
vendor/rails/activesupport/lib/active_support/dependencies.rb:452:in `const_missing'
vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant'
vendor/rails/activesupport/lib/active_support/dependencies.rb:452:in `const_missing'
app/helpers/admin/base_helper.rb:69:in `text_filter_options'
#{RAILS_ROOT}/app/views/admin/general/index.rhtml:89:in `_run_rhtml_47app47views47admin47general47index46rhtml'
vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:108:in `capture_erb_with_buffer'
vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:67:in `capture'
vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb:51:in `form_tag'
#{RAILS_ROOT}/app/views/admin/general/index.rhtml:3:in `_run_rhtml_47app47views47admin47general47index46rhtml'
vendor/rails/actionpack/lib/action_view/base.rb:326:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:301:in `render_template_old'
vendor/plugins/haml/lib/haml/template.rb:135:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:260:in `haml_old_render_file'
vendor/plugins/haml/lib/haml/template.rb:120:in `render_file'
vendor/rails/actionpack/lib/action_controller/base.rb:806:in `render_file'
vendor/rails/actionpack/lib/action_controller/base.rb:711:in `render_with_no_layout'
vendor/rails/actionpack/lib/action_controller/layout.rb:247:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render'
vendor/rails/actionpack/lib/action_controller/base.rb:1096:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:632:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call'
vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call'
vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call'
vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call'
vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:449:in `call'
vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
vendor/rails/actionpack/lib/action_controller/filters.rb:619:in `perform_action_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
vendor/rails/actionpack/lib/action_controller/rescue.rb:83:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:430:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:624:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:114:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:330:in `process'
vendor/rails/railties/lib/dispatcher.rb:41:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243
vendor/rails/activesupport/lib/active_support/dependencies.rb:488:in `load'
vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:488:in `load'
vendor/rails/railties/lib/commands/servers/mongrel.rb:60
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require'
vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require'
vendor/rails/railties/lib/commands/server.rb:39
script/server:3
Rendering ./script/../config/../vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error)
Welcome to the bulix.org / pastebin. Please don't use this pastebin for illegal purposes, defamation or kitten-squashing.
This pastebin is written using PHP and MySQL and relies on Alex Gorbatchev's syntax hhighlighter (JavaScript based). To avoid spam, you will be required to complete a small mathematical challenge when adding a new paste.
New! Try the pastebin command-line tool: paste.py (requires Python and python-beautifulsoup).
Powered by the Bulix.org Code Pastebin, by Maxime Petazzoni. View pastebin statistics.