WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
  [4;36;1mSQL (0.000167)[0m   [0;1mSET SQL_AUTO_IS_NULL=0[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;36;1mSQL (0.000475)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000319)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000305)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000303)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000294)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000326)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000303)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000293)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000294)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000314)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000299)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000554)[0m   [0mSELECT * FROM schema_info[0m
  [4;36;1mSQL (0.001019)[0m   [0;1mSHOW TABLES[0m
  [4;35;1mSQL (0.071294)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mSQL (0.002766)[0m   [0;1mdescribe `blogs`[0m
  [4;35;1mSQL (0.001267)[0m   [0mSHOW KEYS FROM `blogs`[0m
  [4;36;1mSQL (0.002241)[0m   [0;1mSHOW FIELDS FROM `comments`[0m
  [4;35;1mSQL (0.002240)[0m   [0mdescribe `comments`[0m
  [4;36;1mSQL (0.001101)[0m   [0;1mSHOW KEYS FROM `comments`[0m
  [4;35;1mSQL (0.003545)[0m   [0mSHOW FIELDS FROM `faqs`[0m
  [4;36;1mSQL (0.003990)[0m   [0;1mdescribe `faqs`[0m
  [4;35;1mSQL (0.001277)[0m   [0mSHOW KEYS FROM `faqs`[0m
  [4;36;1mSQL (0.002526)[0m   [0;1mSHOW FIELDS FROM `friendships`[0m
  [4;35;1mSQL (0.002906)[0m   [0mdescribe `friendships`[0m
  [4;36;1mSQL (0.001425)[0m   [0;1mSHOW KEYS FROM `friendships`[0m
  [4;35;1mSQL (0.002877)[0m   [0mSHOW FIELDS FROM `geo_data`[0m
  [4;36;1mSQL (0.002651)[0m   [0;1mdescribe `geo_data`[0m
  [4;35;1mSQL (0.104433)[0m   [0mSHOW KEYS FROM `geo_data`[0m
  [4;36;1mSQL (0.002908)[0m   [0;1mSHOW FIELDS FROM `posts`[0m
  [4;35;1mSQL (0.002424)[0m   [0mdescribe `posts`[0m
  [4;36;1mSQL (0.001122)[0m   [0;1mSHOW KEYS FROM `posts`[0m
  [4;35;1mSQL (0.002179)[0m   [0mSHOW FIELDS FROM `sessions`[0m
  [4;36;1mSQL (0.002197)[0m   [0;1mdescribe `sessions`[0m
  [4;35;1mSQL (0.001273)[0m   [0mSHOW KEYS FROM `sessions`[0m
  [4;36;1mSQL (0.003005)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
  [4;35;1mSQL (0.002862)[0m   [0mdescribe `specs`[0m
  [4;36;1mSQL (0.001099)[0m   [0;1mSHOW KEYS FROM `specs`[0m
  [4;35;1mSQL (0.002481)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mSQL (0.002516)[0m   [0;1mdescribe `users`[0m
  [4;35;1mSQL (0.001158)[0m   [0mSHOW KEYS FROM `users`[0m
  [4;36;1mSQL (0.000171)[0m   [0;1mSET SQL_AUTO_IS_NULL=0[0m
  [4;35;1mSQL (0.025966)[0m   [0mDROP DATABASE IF EXISTS `rails_space_book_test`[0m
  [4;36;1mSQL (0.000646)[0m   [0;1mCREATE DATABASE `rails_space_book_test` DEFAULT CHARACTER SET `utf8`[0m
  [4;35;1mSQL (0.000205)[0m   [0mSET SQL_AUTO_IS_NULL=0[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S02Unknown table 'blogs': DROP TABLE `blogs`[0m
  [4;35;1mSQL (0.002273)[0m   [0mCREATE TABLE `blogs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11) DEFAULT NULL) ENGINE=InnoDB[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S02Unknown table 'comments': DROP TABLE `comments`[0m
  [4;35;1mSQL (0.002940)[0m   [0mCREATE TABLE `comments` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11) DEFAULT NULL, `post_id` int(11) DEFAULT NULL, `body` text DEFAULT NULL, `created_at` datetime DEFAULT NULL) ENGINE=InnoDB[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S02Unknown table 'faqs': DROP TABLE `faqs`[0m
  [4;35;1mSQL (0.002671)[0m   [0mCREATE TABLE `faqs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11) NOT NULL, `bio` text DEFAULT NULL, `skillz` text DEFAULT NULL, `schools` text DEFAULT NULL, `companies` text DEFAULT NULL, `music` text DEFAULT NULL, `movies` text DEFAULT NULL, `television` text DEFAULT NULL, `magazines` text DEFAULT NULL, `books` text DEFAULT NULL) ENGINE=InnoDB[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S02Unknown table 'friendships': DROP TABLE `friendships`[0m
  [4;35;1mSQL (0.002260)[0m   [0mCREATE TABLE `friendships` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11) DEFAULT NULL, `friend_id` int(11) DEFAULT NULL, `status` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `accepted_at` datetime DEFAULT NULL) ENGINE=InnoDB[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S02Unknown table 'geo_data': DROP TABLE `geo_data`[0m
  [4;35;1mSQL (0.002993)[0m   [0mCREATE TABLE `geo_data` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `zip_code` varchar(255) DEFAULT NULL, `latitude` float DEFAULT NULL, `longitude` float DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `state` varchar(255) DEFAULT NULL, `county` varchar(255) DEFAULT NULL, `type` varchar(255) DEFAULT NULL) ENGINE=InnoDB[0m
  [4;36;1mSQL (0.007925)[0m   [0;1mCREATE INDEX `zip_code_optimization` ON `geo_data` (`zip_code`)[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S02Unknown table 'posts': DROP TABLE `posts`[0m
  [4;36;1mSQL (0.002427)[0m   [0;1mCREATE TABLE `posts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `blog_id` int(11) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `body` text DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S02Unknown table 'sessions': DROP TABLE `sessions`[0m
  [4;36;1mSQL (0.003073)[0m   [0;1mCREATE TABLE `sessions` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `session_id` varchar(255) DEFAULT NULL, `data` text DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB[0m
  [4;35;1mSQL (0.007172)[0m   [0mCREATE INDEX `index_sessions_on_session_id` ON `sessions` (`session_id`)[0m
  [4;36;1mSQL (0.008124)[0m   [0;1mCREATE INDEX `index_sessions_on_updated_at` ON `sessions` (`updated_at`)[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S02Unknown table 'specs': DROP TABLE `specs`[0m
  [4;36;1mSQL (0.002440)[0m   [0;1mCREATE TABLE `specs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11) NOT NULL, `first_name` varchar(255) DEFAULT '', `last_name` varchar(255) DEFAULT '', `gender` varchar(255) DEFAULT NULL, `birthdate` date DEFAULT NULL, `occupation` varchar(255) DEFAULT '', `city` varchar(255) DEFAULT '', `state` varchar(255) DEFAULT '', `zip_code` varchar(255) DEFAULT '') ENGINE=InnoDB[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S02Unknown table 'users': DROP TABLE `users`[0m
  [4;36;1mSQL (0.002785)[0m   [0;1mCREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `screen_name` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `authorization_token` varchar(255) DEFAULT NULL) ENGINE=InnoDB[0m
  [4;35;1mSQL (0.002021)[0m   [0mCREATE TABLE `schema_info` (version int(11))[0m
  [4;36;1mSQL (0.000534)[0m   [0;1mINSERT INTO `schema_info` (version) VALUES(0)[0m
  [4;35;1mSQL (0.001967)[0m   [0mSHOW FIELDS FROM `schema_info`[0m
  [4;36;1mSQL (0.000287)[0m   [0;1mUPDATE schema_info SET version = 11[0m
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
/!\ FAILSAFE /!\  Tue Jul 01 11:01:44 -0500 2008
  Status: 500 Internal Server Error
  #42000Access denied for user 'imran_neternityS'@'localhost' to database 'imran-spacedev'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:523:in `read'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:166:in `handle_auth_fallback'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:154:in `real_connect'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:471:in `connect'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:165:in `initialize'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:88:in `new'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:88:in `mysql_connection'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `send'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `connection='
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:259:in `retrieve_connection'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/base.rb:1080:in `columns'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/base.rb:1088:in `columns_hash'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb:105:in `setup_sessid_compatibility!'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb:79:in `find_by_session_id'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb:284:in `initialize'
    /home/imran/public_html/railsspace/vendor/rails/activerecord/lib/active_record/base.rb:1198:in `silence'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb:284:in `initialize'
    /usr/lib/ruby/1.8/cgi/session.rb:273:in `new'
    /usr/lib/ruby/1.8/cgi/session.rb:273:in `initialize_without_cgi_reader'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/cgi_ext/session.rb:39:in `initialize'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/cgi_process.rb:130:in `new'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/cgi_process.rb:130:in `session'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/cgi_process.rb:166:in `stale_session_check!'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/cgi_process.rb:114:in `session'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/base.rb:1131:in `assign_shortcuts_without_flash'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/flash.rb:167:in `assign_shortcuts'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/base.rb:518:in `process_without_filters'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
    /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
    dispatch.cgi:10
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
  [4;36;1mSQL (0.000115)[0m   [0;1mSET SQL_AUTO_IS_NULL=0[0m
  [4;35;1mSQL (0.005115)[0m   [0mCREATE TABLE `schema_info` (version int(11))[0m
  [4;36;1mSQL (0.000303)[0m   [0;1mINSERT INTO `schema_info` (version) VALUES(0)[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;36;1mSQL (0.000558)[0m   [0;1mSELECT version FROM schema_info[0m
Migrating to CreateUsers (1)
  [4;35;1mSQL (0.010383)[0m   [0mCREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `screen_name` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` varchar(255) DEFAULT NULL) ENGINE=InnoDB[0m
  [4;36;1mSQL (0.000177)[0m   [0;1mUPDATE schema_info SET version = 1[0m
  [4;35;1mSQL (0.000294)[0m   [0mSELECT version FROM schema_info[0m
Migrating to AddUserTimestamps (2)
  [4;36;1mSQL (0.003298)[0m   [0;1mALTER TABLE `users` ADD `created_at` datetime[0m
  [4;35;1mSQL (0.003244)[0m   [0mALTER TABLE `users` ADD `updated_at` datetime[0m
  [4;36;1mSQL (0.000192)[0m   [0;1mUPDATE schema_info SET version = 2[0m
  [4;35;1mSQL (0.000418)[0m   [0mSELECT version FROM schema_info[0m
Migrating to AddSessions (3)
  [4;36;1mSQL (0.001046)[0m   [0;1mCREATE TABLE `sessions` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `session_id` varchar(255) DEFAULT NULL, `data` text DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB[0m
  [4;35;1mSQL (0.002982)[0m   [0mCREATE INDEX `index_sessions_on_session_id` ON `sessions` (`session_id`)[0m
  [4;36;1mSQL (0.019463)[0m   [0;1mCREATE INDEX `index_sessions_on_updated_at` ON `sessions` (`updated_at`)[0m
  [4;35;1mSQL (0.000198)[0m   [0mUPDATE schema_info SET version = 3[0m
  [4;36;1mSQL (0.000422)[0m   [0;1mSELECT version FROM schema_info[0m
Migrating to AddAuthorizationToken (4)
  [4;35;1mSQL (0.015508)[0m   [0mALTER TABLE `users` ADD `authorization_token` varchar(255)[0m
  [4;36;1mSQL (0.000175)[0m   [0;1mUPDATE schema_info SET version = 4[0m
  [4;35;1mSQL (0.000350)[0m   [0mSELECT version FROM schema_info[0m
Migrating to CreateSpecs (5)
  [4;36;1mSQL (0.001126)[0m   [0;1mCREATE TABLE `specs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11) NOT NULL, `first_name` varchar(255) DEFAULT '', `last_name` varchar(255) DEFAULT '', `gender` varchar(255) DEFAULT NULL, `birthdate` date DEFAULT NULL, `occupation` varchar(255) DEFAULT '', `city` varchar(255) DEFAULT '', `state` varchar(255) DEFAULT '', `zip_code` varchar(255) DEFAULT '') ENGINE=InnoDB[0m
  [4;35;1mSQL (0.000133)[0m   [0mUPDATE schema_info SET version = 5[0m
  [4;36;1mSQL (0.000266)[0m   [0;1mSELECT version FROM schema_info[0m
Migrating to CreateFaqs (6)
  [4;35;1mSQL (0.000809)[0m   [0mCREATE TABLE `faqs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11) NOT NULL, `bio` text DEFAULT NULL, `skillz` text DEFAULT NULL, `schools` text DEFAULT NULL, `companies` text DEFAULT NULL, `music` text DEFAULT NULL, `movies` text DEFAULT NULL, `television` text DEFAULT NULL, `magazines` text DEFAULT NULL, `books` text DEFAULT NULL) ENGINE=InnoDB[0m
  [4;36;1mSQL (0.000133)[0m   [0;1mUPDATE schema_info SET version = 6[0m
  [4;35;1mSQL (0.000262)[0m   [0mSELECT version FROM schema_info[0m
Migrating to CreateGeoData (7)
  [4;36;1mSQL (0.000784)[0m   [0;1mCREATE TABLE `geo_data` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `zip_code` varchar(255) DEFAULT NULL, `latitude` float DEFAULT NULL, `longitude` float DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `state` varchar(255) DEFAULT NULL, `county` varchar(255) DEFAULT NULL, `type` varchar(255) DEFAULT NULL) ENGINE=InnoDB[0m
  [4;35;1mSQL (0.002960)[0m   [0mCREATE INDEX `zip_code_optimization` ON `geo_data` (`zip_code`)[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #28000Access denied for user 'imran_neternityS'@'localhost' (using password: YES): LOAD DATA INFILE '/home/imran/public_html/railsspace/db/migrate/geo_data.csv' INTO TABLE geo_data FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY """" LINES TERMINATED BY '
' (zip_code, latitude, longitude, city, state, county)[0m
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
  [4;36;1mSQL (0.000097)[0m   [0;1mSET SQL_AUTO_IS_NULL=0[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;35;1mSQL (0.000752)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000191)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000188)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000187)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000189)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000188)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000197)[0m   [0mSELECT version FROM schema_info[0m
Migrating to CreateGeoData (7)
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S01Table 'geo_data' already exists: CREATE TABLE `geo_data` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `zip_code` varchar(255) DEFAULT NULL, `latitude` float DEFAULT NULL, `longitude` float DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `state` varchar(255) DEFAULT NULL, `county` varchar(255) DEFAULT NULL, `type` varchar(255) DEFAULT NULL) ENGINE=InnoDB[0m


Processing SiteController#index (for 96.56.173.66 at 2008-07-01 12:07:21) [GET]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.04329 (23 reqs/sec) | Rendering: 0.04047 (93%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#login (for 96.56.173.66 at 2008-07-01 12:07:26) [GET]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001873)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00445)
Rendered user/_password_field_row (0.01636)
Completed in 0.05938 (16 reqs/sec) | Rendering: 0.03514 (59%) | DB: 0.00187 (3%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing UserController#login (for 96.56.173.66 at 2008-07-01 12:07:35) [POST]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"user"=>{"screen_name"=>"imran", "password"=>"pakistan", "remember_me"=>"0"}, "commit"=>"Login!", "action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001273)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000783)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran' AND `users`.`password` = 'pakistan') LIMIT 1[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00100)
Rendered user/_password_field_row (0.00114)
Completed in 0.03017 (33 reqs/sec) | Rendering: 0.01495 (49%) | DB: 0.00206 (6%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing UserController#register (for 96.56.173.66 at 2008-07-01 12:07:41) [GET]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
Rendered user/_screen_name_field_row (0.01120)
Rendered user/_email_field_row (0.01061)
Rendered user/_password_field_row (0.00108)
Rendered user/_password_field_row (0.00100)
Completed in 0.04623 (21 reqs/sec) | Rendering: 0.04359 (94%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing UserController#register (for 96.56.173.66 at 2008-07-01 12:07:51) [POST]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"user"=>{"password_confirmation"=>"pakistan", "screen_name"=>"imran", "password"=>"pakistan", "email"=>"imran@imran.com"}, "commit"=>"Register!", "action"=>"register", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001126)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mSQL (0.000087)[0m   [0mBEGIN[0m
  [4;36;1mUser Load (0.000619)[0m   [0;1mSELECT * FROM `users` WHERE (users.screen_name = 'imran') LIMIT 1[0m
  [4;35;1mUser Load (0.000583)[0m   [0mSELECT * FROM `users` WHERE (users.email = 'imran@imran.com') LIMIT 1[0m
  [4;36;1mUser Create (0.000210)[0m   [0;1mINSERT INTO `users` (`authorization_token`, `updated_at`, `screen_name`, `password`, `created_at`, `email`) VALUES(NULL, '2008-07-01 12:07:51', 'imran', 'pakistan', '2008-07-01 12:07:51', 'imran@imran.com')[0m
ferret_create/update: User : 1
  [4;35;1mSQL (0.000570)[0m   [0mSHOW TABLES[0m
  [4;36;1mSQL (0.000331)[0m   [0;1mSELECT count(*) AS count_all FROM `users` [0m
using mysql specific batched find :all. Turn off with  :mysql_fast_batches => false if you encounter problems (i.e. because of non-integer UUIDs in the id column)
  [4;35;1mUser Load (0.000661)[0m   [0mSELECT * FROM `users` WHERE (users.id > 0) LIMIT 1000[0m
creating doc for class: User, id: 1
Adding field screen_name with value 'imran' to index
Adding field email with value 'imran@imran.com' to index
  [4;36;1mUser Load (0.000587)[0m   [0;1mSELECT * FROM `users` WHERE (users.id > 1) LIMIT 1000[0m
creating doc for class: User, id: 1
Adding field screen_name with value 'imran' to index
Adding field email with value 'imran@imran.com' to index
  [4;35;1mSQL (0.000101)[0m   [0mCOMMIT[0m
Redirected to http://imran.net/railsspace/public/user
Completed in 0.03837 (26 reqs/sec) | DB: 0.00487 (12%) | 302 Found [http://imran.net/railsspace/public/user/register]


Processing UserController#index (for 96.56.173.66 at 2008-07-01 12:07:52) [GET]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"action"=>"index", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001279)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000668)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 1) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002054)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :state, :zip_code, :last_name, :first_name, :user_id, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000772)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 1) LIMIT 1[0m
  [4;36;1mCACHE (0.000000)[0m   [0;1mSELECT * FROM `specs` WHERE (specs.user_id = 1) LIMIT 1[0m
  [4;35;1mSQL (0.000091)[0m   [0mBEGIN[0m
  [4;36;1mSpec Create (0.000275)[0m   [0;1mINSERT INTO `specs` (`city`, `occupation`, `birthdate`, `zip_code`, `gender`, `first_name`, `user_id`, `last_name`, `state`) VALUES('', '', NULL, '', NULL, '', 1, '', '')[0m
ferret_create/update: Spec : 1
  [4;35;1mSQL (0.000498)[0m   [0mSHOW TABLES[0m
  [4;36;1mSQL (0.000460)[0m   [0;1mSELECT count(*) AS count_all FROM `specs` [0m
using mysql specific batched find :all. Turn off with  :mysql_fast_batches => false if you encounter problems (i.e. because of non-integer UUIDs in the id column)
  [4;35;1mSpec Load (0.000909)[0m   [0mSELECT * FROM `specs` WHERE (specs.id > 0) LIMIT 1000[0m
creating doc for class: Spec, id: 1
Adding field birthdate with value '' to index
Adding field state with value '' to index
Adding field zip_code with value '' to index
Adding field last_name with value '' to index
Adding field first_name with value '' to index
Adding field user_id with value '1' to index
Adding field city with value '' to index
Adding field occupation with value '' to index
Adding field gender with value '' to index
  [4;36;1mSpec Load (0.000845)[0m   [0;1mSELECT * FROM `specs` WHERE (specs.id > 1) LIMIT 1000[0m
creating doc for class: Spec, id: 1
Adding field birthdate with value '' to index
Adding field state with value '' to index
Adding field zip_code with value '' to index
Adding field last_name with value '' to index
Adding field first_name with value '' to index
Adding field user_id with value '1' to index
Adding field city with value '' to index
Adding field occupation with value '' to index
Adding field gender with value '' to index
  [4;35;1mSQL (0.000272)[0m   [0mCOMMIT[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.002047)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:books, :music, :companies, :user_id, :television, :skillz, :movies, :schools, :bio, :magazines]
  [4;35;1mFaq Load (0.000899)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 1) LIMIT 1[0m
  [4;36;1mCACHE (0.000000)[0m   [0;1mSELECT * FROM `faqs` WHERE (faqs.user_id = 1) LIMIT 1[0m
  [4;35;1mSQL (0.000092)[0m   [0mBEGIN[0m
  [4;36;1mFaq Create (0.000289)[0m   [0;1mINSERT INTO `faqs` (`magazines`, `schools`, `skillz`, `companies`, `music`, `movies`, `television`, `bio`, `user_id`, `books`) VALUES('', '', '', '', '', '', '', '', 1, '')[0m
ferret_create/update: Faq : 1
  [4;35;1mSQL (0.000519)[0m   [0mSHOW TABLES[0m
  [4;36;1mSQL (0.000271)[0m   [0;1mSELECT count(*) AS count_all FROM `faqs` [0m
using mysql specific batched find :all. Turn off with  :mysql_fast_batches => false if you encounter problems (i.e. because of non-integer UUIDs in the id column)
  [4;35;1mFaq Load (0.000884)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.id > 0) LIMIT 1000[0m
creating doc for class: Faq, id: 1
Adding field books with value '' to index
Adding field music with value '' to index
Adding field companies with value '' to index
Adding field user_id with value '1' to index
Adding field television with value '' to index
Adding field skillz with value '' to index
Adding field movies with value '' to index
Adding field schools with value '' to index
Adding field bio with value '' to index
Adding field magazines with value '' to index
  [4;36;1mFaq Load (0.000846)[0m   [0;1mSELECT * FROM `faqs` WHERE (faqs.id > 1) LIMIT 1000[0m
creating doc for class: Faq, id: 1
Adding field books with value '' to index
Adding field music with value '' to index
Adding field companies with value '' to index
Adding field user_id with value '1' to index
Adding field television with value '' to index
Adding field skillz with value '' to index
Adding field movies with value '' to index
Adding field schools with value '' to index
Adding field bio with value '' to index
Adding field magazines with value '' to index
  [4;35;1mSQL (0.000095)[0m   [0mCOMMIT[0m
  [4;36;1mBlog Load (0.000000)[0m   [0;1mMysql::Error: #42S02Table 'imran_spacedev.blogs' doesn't exist: SELECT * FROM `blogs` WHERE (blogs.user_id = 1) LIMIT 1[0m


ActiveRecord::StatementInvalid (Mysql::Error: #42S02Table 'imran_spacedev.blogs' doesn't exist: SELECT * FROM `blogs`   WHERE (blogs.user_id = 1)  LIMIT 1):
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:150:in `log'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:281:in `execute'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:481:in `select'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:74:in `cache_sql'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all'
    /vendor/rails/activerecord/lib/active_record/base.rb:532:in `find_by_sql'
    /vendor/rails/activerecord/lib/active_record/base.rb:1233:in `find_every'
    /vendor/rails/activerecord/lib/active_record/base.rb:1227:in `find_initial'
    /vendor/rails/activerecord/lib/active_record/base.rb:502:in `find'
    /vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb:53:in `find_target'
    /vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:133:in `load_target'
    /vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:55:in `reload'
    /vendor/rails/activerecord/lib/active_record/associations.rb:992:in `blog'
    /app/controllers/application.rb:52:in `make_profile_vars'
    /app/controllers/user_controller.rb:9: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:689:in `perform_action_without_benchmark'
    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    /usr/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 `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'
    dispatch.cgi:10

Rendering /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
  [4;36;1mSQL (0.000112)[0m   [0;1mSET SQL_AUTO_IS_NULL=0[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;35;1mSQL (0.000214)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000177)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000175)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000175)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000174)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000174)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000174)[0m   [0mSELECT version FROM schema_info[0m
Migrating to CreateGeoData (7)
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S01Table 'geo_data' already exists: CREATE TABLE `geo_data` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `zip_code` varchar(255) DEFAULT NULL, `latitude` float DEFAULT NULL, `longitude` float DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `state` varchar(255) DEFAULT NULL, `county` varchar(255) DEFAULT NULL, `type` varchar(255) DEFAULT NULL) ENGINE=InnoDB[0m


Processing SiteController#index (for 96.56.173.66 at 2008-07-01 12:24:54) [GET]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01266 (78 reqs/sec) | Rendering: 0.01004 (79%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#about (for 96.56.173.66 at 2008-07-01 12:24:58) [GET]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.02262 (44 reqs/sec) | Rendering: 0.01999 (88%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing SiteController#help (for 96.56.173.66 at 2008-07-01 12:25:01) [GET]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01308 (76 reqs/sec) | Rendering: 0.01044 (79%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 96.56.173.66 at 2008-07-01 12:25:03) [GET]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00975)
Rendered community/_user_table (0.00219)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001647)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:first_name, :state, :zip_code, :city, :occupation, :last_name, :user_id, :gender, :birthdate]
Rendered community/_browse_form (0.02167)
Rendered community/_search_form (0.00189)
Completed in 0.05461 (18 reqs/sec) | Rendering: 0.05032 (92%) | DB: 0.00165 (3%) | 200 OK [http://imran.net/railsspace/public/community]


Processing UserController#index (for 96.56.173.66 at 2008-07-01 12:25:07) [GET]
  Session ID: c35f26a1774a59ce239bcb9958f845d6
  Parameters: {"action"=>"index", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001652)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000577)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 1) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001393)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :state, :zip_code, :last_name, :first_name, :user_id, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.001088)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 1) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.001770)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:television, :skillz, :movies, :user_id, :schools, :bio, :magazines, :books, :music, :companies]
  [4;35;1mFaq Load (0.000978)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 1) LIMIT 1[0m
  [4;36;1mBlog Load (0.000551)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 1) LIMIT 1[0m
  [4;35;1mBlog Columns (0.001360)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.000000)[0m   [0;1mMysql::Error: #42S02Table 'imran_spacedev.posts' doesn't exist: SELECT * FROM `posts` WHERE (posts.blog_id = 1) ORDER BY created_at DESC[0m


ActiveRecord::StatementInvalid (Mysql::Error: #42S02Table 'imran_spacedev.posts' doesn't exist: SELECT * FROM `posts`   WHERE (posts.blog_id = 1)  ORDER BY created_at DESC):
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:150:in `log'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:281:in `execute'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:481:in `select'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:74:in `cache_sql'
    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all'
    /vendor/rails/activerecord/lib/active_record/base.rb:532:in `find_by_sql'
    /vendor/rails/activerecord/lib/active_record/base.rb:1233:in `find_every'
    /vendor/rails/activerecord/lib/active_record/base.rb:503:in `find'
    /vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb:66:in `find'
    /vendor/rails/activerecord/lib/active_record/associations/association_collection.rb:182:in `find_target'
    /vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb:78:in `load_target'
    /vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:124:in `method_missing'
    /vendor/rails/activerecord/lib/active_record/associations/association_collection.rb:162:in `method_missing'
    /app/controllers/application.rb:34:in `paginate'
    /app/controllers/application.rb:53:in `make_profile_vars'
    /app/controllers/user_controller.rb:9: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:689:in `perform_action_without_benchmark'
    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    /usr/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 `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'
    dispatch.cgi:10

Rendering /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)


Processing UserController#index (for 96.56.173.66 at 2008-07-01 12:29:23) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"user"}
Redirected to http://imran.net/railsspace/public/user/login
Filter chain halted as [#<ActionController::Filters::ClassMethods::SymbolFilter:0xb7990f2c @filter=:protect>] rendered_or_redirected.
Completed in 0.00135 (740 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://imran.net/railsspace/public/user]


Processing UserController#login (for 96.56.173.66 at 2008-07-01 12:29:24) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001810)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00304)
Rendered user/_password_field_row (0.00114)
Completed in 0.04482 (22 reqs/sec) | Rendering: 0.03066 (68%) | DB: 0.00181 (4%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing UserController#register (for 96.56.173.66 at 2008-07-01 12:29:31) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
Rendered user/_screen_name_field_row (0.01054)
Rendered user/_email_field_row (0.00090)
Rendered user/_password_field_row (0.00106)
Rendered user/_password_field_row (0.00100)
Completed in 0.02838 (35 reqs/sec) | Rendering: 0.02566 (90%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing UserController#register (for 96.56.173.66 at 2008-07-01 12:29:40) [POST]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"user"=>{"password_confirmation"=>"pakistan", "screen_name"=>"imran", "password"=>"pakistan", "email"=>"imran@imran.com"}, "commit"=>"Register!", "action"=>"register", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001502)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mSQL (0.000101)[0m   [0mBEGIN[0m
  [4;36;1mUser Load (0.000891)[0m   [0;1mSELECT * FROM `users` WHERE (users.screen_name = 'imran') LIMIT 1[0m
  [4;35;1mUser Load (0.000751)[0m   [0mSELECT * FROM `users` WHERE (users.email = 'imran@imran.com') LIMIT 1[0m
  [4;36;1mUser Create (0.000215)[0m   [0;1mINSERT INTO `users` (`authorization_token`, `updated_at`, `points`, `user_type`, `screen_name`, `password`, `created_at`, `email`) VALUES(NULL, '2008-07-01 12:29:40', 0, 'normal', 'imran', 'pakistan', '2008-07-01 12:29:40', 'imran@imran.com')[0m
ferret_create/update: User : 2
creating doc for class: User, id: 2
Adding field screen_name with value 'imran' to index
Adding field email with value 'imran@imran.com' to index
  [4;35;1mSQL (0.000106)[0m   [0mCOMMIT[0m
Redirected to http://imran.net/railsspace/public/user
Completed in 0.02185 (45 reqs/sec) | DB: 0.00357 (16%) | 302 Found [http://imran.net/railsspace/public/user/register]


Processing UserController#index (for 96.56.173.66 at 2008-07-01 12:29:42) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.002043)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000986)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.006396)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :state, :zip_code, :last_name, :first_name, :user_id, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.001069)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
  [4;36;1mCACHE (0.000000)[0m   [0;1mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
  [4;35;1mSQL (0.000207)[0m   [0mBEGIN[0m
  [4;36;1mSpec Create (0.000206)[0m   [0;1mINSERT INTO `specs` (`city`, `occupation`, `birthdate`, `zip_code`, `gender`, `first_name`, `user_id`, `last_name`, `state`) VALUES('', '', NULL, '', NULL, '', 2, '', '')[0m
ferret_create/update: Spec : 2
creating doc for class: Spec, id: 2
Adding field birthdate with value '' to index
Adding field state with value '' to index
Adding field zip_code with value '' to index
Adding field last_name with value '' to index
Adding field first_name with value '' to index
Adding field user_id with value '2' to index
Adding field city with value '' to index
Adding field occupation with value '' to index
Adding field gender with value '' to index
  [4;35;1mSQL (0.005528)[0m   [0mCOMMIT[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.005803)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:books, :music, :companies, :user_id, :television, :skillz, :movies, :schools, :bio, :magazines]
  [4;35;1mFaq Load (0.001137)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mCACHE (0.000000)[0m   [0;1mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;35;1mSQL (0.000097)[0m   [0mBEGIN[0m
  [4;36;1mFaq Create (0.000266)[0m   [0;1mINSERT INTO `faqs` (`magazines`, `schools`, `skillz`, `companies`, `music`, `movies`, `television`, `bio`, `user_id`, `books`) VALUES('', '', '', '', '', '', '', '', 2, '')[0m
ferret_create/update: Faq : 2
creating doc for class: Faq, id: 2
Adding field books with value '' to index
Adding field music with value '' to index
Adding field companies with value '' to index
Adding field user_id with value '2' to index
Adding field television with value '' to index
Adding field skillz with value '' to index
Adding field movies with value '' to index
Adding field schools with value '' to index
Adding field bio with value '' to index
Adding field magazines with value '' to index
  [4;35;1mSQL (0.000118)[0m   [0mCOMMIT[0m
  [4;36;1mBlog Load (0.009399)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.001383)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mCACHE (0.000000)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mSQL (0.000116)[0m   [0mBEGIN[0m
  [4;36;1mBlog Create (0.000232)[0m   [0;1mINSERT INTO `blogs` (`user_id`) VALUES(2)[0m
  [4;35;1mSQL (0.000103)[0m   [0mCOMMIT[0m
  [4;36;1mPost Load (0.000766)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering user/index
Rendered spec/_field_row (0.00269)
Rendered spec/_field_row (0.00043)
Rendered spec/_field_row (0.00035)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00037)
Rendered spec/_field_row (0.00034)
Rendered spec/_field_row (0.00034)
  [4;35;1mSQL (0.001065)[0m   [0mSHOW TABLES[0m


ActionView::TemplateError (No such file or directory - public/images/avatars) on line #12 of avatar/_sidebar_box.rhtml:
9:     <br clear="all" />
10:   </h2>
11:   <div class="sidebar_box_contents">
12:     <% if @user.avatar.exists? %>
13:       <%= avatar_tag(@user) %>
14:     <% elsif not hide_edit_links? %>
15:       No avatar yet? 

    app/models/avatar.rb:17:in `mkdir'
    app/models/avatar.rb:17:in `initialize'
    app/models/user.rb:129:in `new'
    app/models/user.rb:129:in `avatar'
    app/views/avatar/_sidebar_box.rhtml:12:in `_run_erb_47app47views47avatar47_sidebar_box46rhtml'
    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'
    vendor/rails/actionpack/lib/action_view/partials.rb:117:in `render_partial'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
    /usr/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'
    app/views/user/index.rhtml:42:in `_run_erb_47app47views47user47index46rhtml'
    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/base.rb:1100:in `render_for_file'
    vendor/rails/actionpack/lib/action_controller/base.rb:836:in `render_with_no_layout'
    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
    /usr/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/base.rb:1153:in `default_render'
    vendor/rails/actionpack/lib/action_controller/base.rb:1159: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:689:in `perform_action_without_benchmark'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    /usr/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 `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'
    dispatch.cgi:10

Rendering /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)


Processing SiteController#index (for 96.56.173.66 at 2008-07-01 12:36:52) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01288 (77 reqs/sec) | Rendering: 0.01020 (79%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#index (for 96.56.173.66 at 2008-07-01 12:36:57) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001520)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000696)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001410)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :state, :zip_code, :last_name, :first_name, :user_id, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000887)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.001409)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:television, :skillz, :movies, :user_id, :schools, :bio, :magazines, :books, :music, :companies]
  [4;35;1mFaq Load (0.000907)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.000424)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000913)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.000486)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering user/index
Rendered spec/_field_row (0.00080)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00030)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00035)
  [4;35;1mSQL (0.000809)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.00599)
Rendered faq/_sidebar_box (0.01352)
Rendered faq/_sidebar_box (0.00048)
Rendered faq/_sidebar_box (0.00047)
Rendered faq/_sidebar_box (0.00049)
Rendered faq/_sidebar_box (0.00047)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00047)
Rendered faq/_sidebar_box (0.00046)
  [4;36;1mSQL (0.000556)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000784)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000802)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000793)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.03785)
  [4;36;1mPost Columns (0.001531)[0m   [0;1mSHOW FIELDS FROM `posts`[0m
  [4;35;1mSQL (0.000267)[0m   [0mSELECT count(*) AS count_all FROM `posts` WHERE (posts.blog_id = 2) [0m
Rendered profile/_blog (0.00477)
Completed in 0.12761 (7 reqs/sec) | Rendering: 0.08538 (66%) | DB: 0.01419 (11%) | 200 OK [http://imran.net/railsspace/public/user]


Processing AvatarController#upload (for 96.56.173.66 at 2008-07-01 12:37:04) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"upload", "controller"=>"avatar"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001356)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000683)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering avatar/upload
  [4;36;1mSQL (0.000738)[0m   [0;1mSHOW TABLES[0m
Completed in 0.04223 (23 reqs/sec) | Rendering: 0.02829 (66%) | DB: 0.00278 (6%) | 200 OK [http://imran.net/railsspace/public/avatar/upload]


Processing AvatarController#upload (for 96.56.173.66 at 2008-07-01 12:37:34) [POST]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"commit"=>"Upload Avatar", "action"=>"upload", "controller"=>"avatar", "avatar"=>{"image"=>#<File:/tmp/CGI.4157.0>}}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001695)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000695)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m


Errno::ENOENT (No such file or directory - tmp/imran_full_size):
    /app/models/avatar.rb:80:in `initialize'
    /app/models/avatar.rb:80:in `open'
    /app/models/avatar.rb:80:in `successful_conversion?'
    /app/models/avatar.rb:38:in `save'
    /app/controllers/avatar_controller.rb:14:in `upload'
    /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:689:in `perform_action_without_benchmark'
    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    /usr/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 `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'
    dispatch.cgi:10

Rendering /home/imran/public_html/railsspace/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)


Processing UserController#index (for 70.85.125.181 at 2008-07-01 12:37:57) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001560)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000694)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001381)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :state, :zip_code, :last_name, :first_name, :user_id, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000764)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.001465)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:television, :skillz, :movies, :user_id, :schools, :bio, :magazines, :books, :music, :companies]
  [4;35;1mFaq Load (0.000800)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.000270)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.001108)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.000459)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering user/index
Rendered spec/_field_row (0.00078)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00031)
Rendered spec/_field_row (0.00030)
Rendered spec/_field_row (0.00031)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00031)
  [4;35;1mSQL (0.000776)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.00578)
Rendered faq/_sidebar_box (0.00151)
Rendered faq/_sidebar_box (0.00047)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00045)
Rendered faq/_sidebar_box (0.00045)
Rendered faq/_sidebar_box (0.00046)
  [4;36;1mSQL (0.001562)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000650)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000651)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000649)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01241)
  [4;36;1mPost Columns (0.001664)[0m   [0;1mSHOW FIELDS FROM `posts`[0m
  [4;35;1mSQL (0.000224)[0m   [0mSELECT count(*) AS count_all FROM `posts` WHERE (posts.blog_id = 2) [0m
Rendered profile/_blog (0.00446)
Completed in 0.08919 (11 reqs/sec) | Rendering: 0.04663 (52%) | DB: 0.01468 (16%) | 200 OK [http://imran.net/railsspace/public/user]


Processing UserController#edit (for 70.85.125.181 at 2008-07-01 12:38:00) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"edit", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001732)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000700)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering user/edit
Rendered user/_email_field_row (0.00094)
Rendered user/_password_field_row (0.00111)
Rendered user/_password_field_row (0.00104)
Rendered user/_password_field_row (0.00045)
Completed in 0.04504 (22 reqs/sec) | Rendering: 0.02993 (66%) | DB: 0.00243 (5%) | 200 OK [http://imran.net/railsspace/public/user/edit]


Processing UserController#index (for 70.85.125.181 at 2008-07-01 12:38:07) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001771)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000697)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001372)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :state, :zip_code, :last_name, :first_name, :user_id, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000748)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.001435)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:television, :skillz, :movies, :user_id, :schools, :bio, :magazines, :books, :music, :companies]
  [4;35;1mFaq Load (0.000825)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.000270)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000898)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.000463)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering user/index
Rendered spec/_field_row (0.00078)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00031)
Rendered spec/_field_row (0.00031)
Rendered spec/_field_row (0.00031)
Rendered spec/_field_row (0.00031)
Rendered spec/_field_row (0.00032)
  [4;35;1mSQL (0.000763)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.00568)
Rendered faq/_sidebar_box (0.00151)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00045)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00045)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00045)
Rendered faq/_sidebar_box (0.00045)
  [4;36;1mSQL (0.000268)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000626)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000630)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000647)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01057)
  [4;36;1mPost Columns (0.001374)[0m   [0;1mSHOW FIELDS FROM `posts`[0m
  [4;35;1mSQL (0.000205)[0m   [0mSELECT count(*) AS count_all FROM `posts` WHERE (posts.blog_id = 2) [0m
Rendered profile/_blog (0.00380)
Completed in 0.08578 (11 reqs/sec) | Rendering: 0.04513 (52%) | DB: 0.01299 (15%) | 200 OK [http://imran.net/railsspace/public/user]


Processing SpecController#edit (for 70.85.125.181 at 2008-07-01 12:38:11) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"edit", "controller"=>"spec"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001488)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000688)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001385)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:state, :birthdate, :last_name, :zip_code, :user_id, :first_name, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000744)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendering template within layouts/application
Rendering spec/edit
Completed in 0.03865 (25 reqs/sec) | Rendering: 0.01738 (44%) | DB: 0.00431 (11%) | 200 OK [http://imran.net/railsspace/public/spec/edit]


Processing SpecController#edit (for 70.85.125.181 at 2008-07-01 12:38:32) [POST]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"commit"=>"Update", "action"=>"edit", "spec"=>{"occupation"=>"CEO", "city"=>"East Patchogue", "birthdate(1i)"=>"1962", "zip_code"=>"11772-5848", "gender"=>"Male", "birthdate(2i)"=>"5", "birthdate(3i)"=>"23", "first_name"=>"Imran", "last_name"=>"Anwar", "state"=>"NY"}, "controller"=>"spec"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001424)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000692)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001319)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:state, :birthdate, :last_name, :zip_code, :user_id, :first_name, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000739)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
  [4;36;1mSQL (0.000077)[0m   [0;1mBEGIN[0m
  [4;35;1mSQL (0.000072)[0m   [0mCOMMIT[0m
Rendering template within layouts/application
Rendering spec/edit
Completed in 0.03877 (25 reqs/sec) | Rendering: 0.01466 (37%) | DB: 0.00432 (11%) | 200 OK [http://imran.net/railsspace/public/spec/edit]


Processing SpecController#edit (for 70.85.125.181 at 2008-07-01 12:38:37) [POST]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"commit"=>"Update", "action"=>"edit", "spec"=>{"occupation"=>"CEO", "city"=>"East Patchogue", "birthdate(1i)"=>"1962", "zip_code"=>"11772-5848", "gender"=>"Male", "birthdate(2i)"=>"5", "birthdate(3i)"=>"23", "first_name"=>"Imran", "last_name"=>"Anwar", "state"=>"NY"}, "controller"=>"spec"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001655)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.005012)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001719)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:state, :birthdate, :last_name, :zip_code, :user_id, :first_name, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000757)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
  [4;36;1mSQL (0.000100)[0m   [0;1mBEGIN[0m
  [4;35;1mSQL (0.000092)[0m   [0mCOMMIT[0m
Rendering template within layouts/application
Rendering spec/edit
Completed in 0.04616 (21 reqs/sec) | Rendering: 0.01565 (33%) | DB: 0.00934 (20%) | 200 OK [http://imran.net/railsspace/public/spec/edit]


Processing SpecController#edit (for 70.85.125.181 at 2008-07-01 12:38:43) [POST]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"commit"=>"Update", "action"=>"edit", "spec"=>{"occupation"=>"CEO", "city"=>"East Patchogue", "birthdate(1i)"=>"1962", "zip_code"=>"11772", "gender"=>"Male", "birthdate(2i)"=>"5", "birthdate(3i)"=>"23", "first_name"=>"Imran", "last_name"=>"Anwar", "state"=>"NY"}, "controller"=>"spec"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001474)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000694)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001913)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:state, :birthdate, :last_name, :zip_code, :user_id, :first_name, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000756)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
  [4;36;1mSQL (0.000106)[0m   [0;1mBEGIN[0m
  [4;35;1mSpec Update (0.000266)[0m   [0mUPDATE `specs` SET `gender` = 'Male', `zip_code` = '11772', `city` = 'East Patchogue', `last_name` = 'Anwar', `user_id` = 2, `first_name` = 'Imran', `state` = 'NY', `birthdate` = '1962-05-23', `occupation` = 'CEO' WHERE `id` = 2[0m
ferret_create/update: Spec : 2
creating doc for class: Spec, id: 2
Adding field state with value 'NY' to index
Adding field birthdate with value '1962-05-23' to index
Adding field last_name with value 'Anwar' to index
Adding field zip_code with value '11772' to index
Adding field user_id with value '2' to index
Adding field first_name with value 'Imran' to index
Adding field city with value 'East Patchogue' to index
Adding field occupation with value 'CEO' to index
Adding field gender with value 'Male' to index
  [4;36;1mSQL (0.000106)[0m   [0;1mCOMMIT[0m
Redirected to http://imran.net/railsspace/public/user
Completed in 0.03152 (31 reqs/sec) | DB: 0.00531 (16%) | 302 Found [http://imran.net/railsspace/public/spec/edit]


Processing UserController#index (for 70.85.125.181 at 2008-07-01 12:38:45) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001775)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000702)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001487)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :state, :zip_code, :last_name, :first_name, :user_id, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000976)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.001455)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:television, :skillz, :movies, :user_id, :schools, :bio, :magazines, :books, :music, :companies]
  [4;35;1mFaq Load (0.000816)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.000265)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000923)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.000467)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering user/index
Rendered spec/_field_row (0.00088)
Rendered spec/_field_row (0.00035)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00077)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00033)
  [4;35;1mSQL (0.000892)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.00611)
Rendered faq/_sidebar_box (0.00156)
Rendered faq/_sidebar_box (0.00047)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00047)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00047)
  [4;36;1mSQL (0.000299)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000621)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000631)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000637)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01085)
  [4;36;1mPost Columns (0.001590)[0m   [0;1mSHOW FIELDS FROM `posts`[0m
  [4;35;1mSQL (0.000213)[0m   [0mSELECT count(*) AS count_all FROM `posts` WHERE (posts.blog_id = 2) [0m
Rendered profile/_blog (0.00405)
Completed in 0.08892 (11 reqs/sec) | Rendering: 0.04703 (52%) | DB: 0.01375 (15%) | 200 OK [http://imran.net/railsspace/public/user]


Processing CommunityController#index (for 70.85.125.181 at 2008-07-01 12:38:49) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00105)
Rendered community/_user_table (0.00159)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001885)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:first_name, :state, :zip_code, :city, :occupation, :last_name, :user_id, :gender, :birthdate]
Rendered community/_browse_form (0.01275)
Rendered community/_search_form (0.00170)
Completed in 0.03569 (28 reqs/sec) | Rendering: 0.03110 (87%) | DB: 0.00188 (5%) | 200 OK [http://imran.net/railsspace/public/community]


Processing CommunityController#index (for 70.85.125.181 at 2008-07-01 12:38:52) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001394)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:first_name, :state, :zip_code, :city, :last_name, :user_id, :occupation, :gender, :birthdate]
  [4;35;1mSQL (0.000443)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000884)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;35;1mUser Columns (0.001368)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.000676)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00105)
  [4;35;1mSpec Load (0.000800)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00737)
Completed in 0.04553 (21 reqs/sec) | Rendering: 0.02318 (50%) | DB: 0.00557 (12%) | 200 OK [http://imran.net/railsspace/public/community/index/A]


Processing UserController#index (for 96.56.173.66 at 2008-07-01 12:50:21) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001552)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000687)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001430)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :state, :zip_code, :last_name, :first_name, :user_id, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000745)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.001864)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:television, :skillz, :movies, :user_id, :schools, :bio, :magazines, :books, :music, :companies]
  [4;35;1mFaq Load (0.000819)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.000266)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000887)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.000464)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering user/index
Rendered spec/_field_row (0.00079)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00031)
Rendered spec/_field_row (0.00031)
Rendered spec/_field_row (0.00072)
Rendered spec/_field_row (0.00032)
Rendered spec/_field_row (0.00031)
Rendered spec/_field_row (0.00031)
  [4;35;1mSQL (0.000768)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.00571)
Rendered faq/_sidebar_box (0.00155)
Rendered faq/_sidebar_box (0.00047)
Rendered faq/_sidebar_box (0.00047)
Rendered faq/_sidebar_box (0.00048)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00046)
Rendered faq/_sidebar_box (0.00046)
  [4;36;1mSQL (0.000256)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000632)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000640)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000654)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01074)
  [4;36;1mPost Columns (0.001452)[0m   [0;1mSHOW FIELDS FROM `posts`[0m
  [4;35;1mSQL (0.000210)[0m   [0mSELECT count(*) AS count_all FROM `posts` WHERE (posts.blog_id = 2) [0m
Rendered profile/_blog (0.00392)
Completed in 0.08670 (11 reqs/sec) | Rendering: 0.04595 (53%) | DB: 0.01333 (15%) | 200 OK [http://imran.net/railsspace/public/user]


Processing ProfileController#show (for 96.56.173.66 at 2008-07-01 12:50:45) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imra"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001749)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000789)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imra') LIMIT 1[0m
Redirected to http://imran.net/railsspace/public/profile
Completed in 0.01514 (66 reqs/sec) | DB: 0.00254 (16%) | 302 Found [http://imran.net/railsspace/public/profile/imra]


Processing ProfileController#index (for 96.56.173.66 at 2008-07-01 12:50:46) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"profile"}
Rendering template within layouts/application
Rendering profile/index
Completed in 0.02618 (38 reqs/sec) | Rendering: 0.02334 (89%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/profile]


Processing ProfileController#show (for 96.56.173.66 at 2008-07-01 12:50:52) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001707)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000845)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001394)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:state, :gender, :last_name, :birthdate, :user_id, :zip_code, :first_name, :city, :occupation]
  [4;35;1mSpec Load (0.000749)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.001892)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:music, :companies, :user_id, :television, :skillz, :movies, :schools, :bio, :magazines, :books]
  [4;35;1mFaq Load (0.000824)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.000268)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000916)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.000467)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.000896)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.00728)
  [4;36;1mFriendship Columns (0.001313)[0m   [0;1mSHOW FIELDS FROM `friendships`[0m
  [4;35;1mFriendship Load (0.000599)[0m   [0mSELECT * FROM `friendships` WHERE (`friendships`.`user_id` IS NULL AND `friendships`.`friend_id` = 2) LIMIT 1[0m
  [4;36;1mCACHE (0.000000)[0m   [0;1mSELECT * FROM `friendships` WHERE (`friendships`.`user_id` IS NULL AND `friendships`.`friend_id` = 2) LIMIT 1[0m
Rendered profile/_contact_box (0.01135)
Rendered faq/_sidebar_box (0.00124)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00031)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00031)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
  [4;35;1mSQL (0.000232)[0m   [0mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;36;1mUser Load (0.000726)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;35;1mUser Load (0.000651)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;36;1mUser Load (0.000626)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.00793)
Completed in 0.08567 (11 reqs/sec) | Rendering: 0.04222 (49%) | DB: 0.01411 (16%) | 200 OK [http://imran.net/railsspace/public/profile/imran]


Processing UserController#index (for 96.56.173.66 at 2008-07-01 12:51:02) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"index", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001752)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000713)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001415)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :state, :zip_code, :last_name, :first_name, :user_id, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000754)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.001463)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:television, :skillz, :movies, :user_id, :schools, :bio, :magazines, :books, :music, :companies]
  [4;35;1mFaq Load (0.000815)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.000252)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000873)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.000460)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering user/index
Rendered spec/_field_row (0.00081)
Rendered spec/_field_row (0.00035)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00034)
Rendered spec/_field_row (0.00076)
Rendered spec/_field_row (0.00034)
Rendered spec/_field_row (0.00033)
Rendered spec/_field_row (0.00033)
  [4;35;1mSQL (0.010586)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.01631)
Rendered faq/_sidebar_box (0.00168)
Rendered faq/_sidebar_box (0.00051)
Rendered faq/_sidebar_box (0.00049)
Rendered faq/_sidebar_box (0.00048)
Rendered faq/_sidebar_box (0.00052)
Rendered faq/_sidebar_box (0.00050)
Rendered faq/_sidebar_box (0.00052)
Rendered faq/_sidebar_box (0.00049)
  [4;36;1mSQL (0.000395)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000646)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000636)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000698)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01184)
  [4;36;1mPost Columns (0.001600)[0m   [0;1mSHOW FIELDS FROM `posts`[0m
  [4;35;1mSQL (0.000221)[0m   [0mSELECT count(*) AS count_all FROM `posts` WHERE (posts.blog_id = 2) [0m
Rendered profile/_blog (0.00424)
Completed in 0.10933 (9 reqs/sec) | Rendering: 0.05007 (45%) | DB: 0.02328 (21%) | 200 OK [http://imran.net/railsspace/public/user]


Processing SpecController#edit (for 96.56.173.66 at 2008-07-01 12:51:05) [GET]
  Session ID: c1234e544d088a062469f32413d89fe0
  Parameters: {"action"=>"edit", "controller"=>"spec"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["screen_name", "email"]
  [4;36;1mUser Columns (0.001605)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000692)[0m   [0mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001425)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:state, :birthdate, :last_name, :zip_code, :user_id, :first_name, :city, :occupation, :gender]
  [4;35;1mSpec Load (0.000783)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendering template within layouts/application
Rendering spec/edit
Completed in 0.03765 (26 reqs/sec) | Rendering: 0.01656 (43%) | DB: 0.00451 (11%) | 200 OK [http://imran.net/railsspace/public/spec/edit]
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
  [4;36;1mSQL (0.000143)[0m   [0;1mSET SQL_AUTO_IS_NULL=0[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;35;1mSQL (0.001298)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000204)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000198)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000197)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000199)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000199)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000201)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000201)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000213)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000196)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000205)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000478)[0m   [0;1mSELECT * FROM schema_info[0m
  [4;35;1mSQL (0.000788)[0m   [0mSHOW TABLES[0m
  [4;36;1mSQL (0.002192)[0m   [0;1mSHOW FIELDS FROM `attachments`[0m
  [4;35;1mSQL (0.001523)[0m   [0mdescribe `attachments`[0m
  [4;36;1mSQL (0.001018)[0m   [0;1mSHOW KEYS FROM `attachments`[0m
  [4;35;1mSQL (0.001085)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mSQL (0.001003)[0m   [0;1mdescribe `blogs`[0m
  [4;35;1mSQL (0.000986)[0m   [0mSHOW KEYS FROM `blogs`[0m
  [4;36;1mSQL (0.001344)[0m   [0;1mSHOW FIELDS FROM `comments`[0m
  [4;35;1mSQL (0.001107)[0m   [0mdescribe `comments`[0m
  [4;36;1mSQL (0.000979)[0m   [0;1mSHOW KEYS FROM `comments`[0m
  [4;35;1mSQL (0.001429)[0m   [0mSHOW FIELDS FROM `faqs`[0m
  [4;36;1mSQL (0.001381)[0m   [0;1mdescribe `faqs`[0m
  [4;35;1mSQL (0.000964)[0m   [0mSHOW KEYS FROM `faqs`[0m
  [4;36;1mSQL (0.001090)[0m   [0;1mSHOW FIELDS FROM `friendships`[0m
  [4;35;1mSQL (0.001089)[0m   [0mdescribe `friendships`[0m
  [4;36;1mSQL (0.000972)[0m   [0;1mSHOW KEYS FROM `friendships`[0m
  [4;35;1mSQL (0.001650)[0m   [0mSHOW FIELDS FROM `news`[0m
  [4;36;1mSQL (0.001437)[0m   [0;1mdescribe `news`[0m
  [4;35;1mSQL (0.000961)[0m   [0mSHOW KEYS FROM `news`[0m
  [4;36;1mSQL (0.001959)[0m   [0;1mSHOW FIELDS FROM `newscomments`[0m
  [4;35;1mSQL (0.001213)[0m   [0mdescribe `newscomments`[0m
  [4;36;1mSQL (0.001022)[0m   [0;1mSHOW KEYS FROM `newscomments`[0m
  [4;35;1mSQL (0.001365)[0m   [0mSHOW FIELDS FROM `newstypes`[0m
  [4;36;1mSQL (0.000914)[0m   [0;1mdescribe `newstypes`[0m
  [4;35;1mSQL (0.000989)[0m   [0mSHOW KEYS FROM `newstypes`[0m
  [4;36;1mSQL (0.001126)[0m   [0;1mSHOW FIELDS FROM `posts`[0m
  [4;35;1mSQL (0.001104)[0m   [0mdescribe `posts`[0m
  [4;36;1mSQL (0.001005)[0m   [0;1mSHOW KEYS FROM `posts`[0m
  [4;35;1mSQL (0.001746)[0m   [0mSHOW FIELDS FROM `ratings`[0m
  [4;36;1mSQL (0.001454)[0m   [0;1mdescribe `ratings`[0m
  [4;35;1mSQL (0.001007)[0m   [0mSHOW KEYS FROM `ratings`[0m
  [4;36;1mSQL (0.001069)[0m   [0;1mSHOW FIELDS FROM `sessions`[0m
  [4;35;1mSQL (0.000993)[0m   [0mdescribe `sessions`[0m
  [4;36;1mSQL (0.001121)[0m   [0;1mSHOW KEYS FROM `sessions`[0m
  [4;35;1mSQL (0.001404)[0m   [0mSHOW FIELDS FROM `specs`[0m
  [4;36;1mSQL (0.001492)[0m   [0;1mdescribe `specs`[0m
  [4;35;1mSQL (0.000979)[0m   [0mSHOW KEYS FROM `specs`[0m
  [4;36;1mSQL (0.001213)[0m   [0;1mSHOW FIELDS FROM `taggings`[0m
  [4;35;1mSQL (0.001028)[0m   [0mdescribe `taggings`[0m
  [4;36;1mSQL (0.001006)[0m   [0;1mSHOW KEYS FROM `taggings`[0m
  [4;35;1mSQL (0.001453)[0m   [0mSHOW FIELDS FROM `tags`[0m
  [4;36;1mSQL (0.000979)[0m   [0;1mdescribe `tags`[0m
  [4;35;1mSQL (0.000980)[0m   [0mSHOW KEYS FROM `tags`[0m
  [4;36;1mSQL (0.001357)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mSQL (0.001321)[0m   [0mdescribe `users`[0m
  [4;36;1mSQL (0.000971)[0m   [0;1mSHOW KEYS FROM `users`[0m
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
  [4;36;1mSQL (0.000142)[0m   [0;1mSET SQL_AUTO_IS_NULL=0[0m
  [4;35;1mSQL (0.000000)[0m   [0mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;36;1mSQL (0.000000)[0m   [0;1mMysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))[0m
  [4;35;1mSQL (0.000302)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000197)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000195)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000194)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000199)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000200)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000199)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000202)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000209)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000203)[0m   [0;1mSELECT version FROM schema_info[0m
  [4;35;1mSQL (0.000194)[0m   [0mSELECT version FROM schema_info[0m
  [4;36;1mSQL (0.000235)[0m   [0;1mSELECT * FROM schema_info[0m
  [4;35;1mSQL (0.000885)[0m   [0mSHOW TABLES[0m
  [4;36;1mSQL (0.001870)[0m   [0;1mSHOW FIELDS FROM `attachments`[0m
  [4;35;1mSQL (0.001543)[0m   [0mdescribe `attachments`[0m
  [4;36;1mSQL (0.001056)[0m   [0;1mSHOW KEYS FROM `attachments`[0m
  [4;35;1mSQL (0.001177)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mSQL (0.001038)[0m   [0;1mdescribe `blogs`[0m
  [4;35;1mSQL (0.001015)[0m   [0mSHOW KEYS FROM `blogs`[0m
  [4;36;1mSQL (0.001123)[0m   [0;1mSHOW FIELDS FROM `comments`[0m
  [4;35;1mSQL (0.001194)[0m   [0mdescribe `comments`[0m
  [4;36;1mSQL (0.001027)[0m   [0;1mSHOW KEYS FROM `comments`[0m
  [4;35;1mSQL (0.001531)[0m   [0mSHOW FIELDS FROM `faqs`[0m
  [4;36;1mSQL (0.001642)[0m   [0;1mdescribe `faqs`[0m
  [4;35;1mSQL (0.001046)[0m   [0mSHOW KEYS FROM `faqs`[0m
  [4;36;1mSQL (0.001455)[0m   [0;1mSHOW FIELDS FROM `friendships`[0m
  [4;35;1mSQL (0.001106)[0m   [0mdescribe `friendships`[0m
  [4;36;1mSQL (0.001047)[0m   [0;1mSHOW KEYS FROM `friendships`[0m
  [4;35;1mSQL (0.001735)[0m   [0mSHOW FIELDS FROM `news`[0m
  [4;36;1mSQL (0.001666)[0m   [0;1mdescribe `news`[0m
  [4;35;1mSQL (0.001052)[0m   [0mSHOW KEYS FROM `news`[0m
  [4;36;1mSQL (0.001603)[0m   [0;1mSHOW FIELDS FROM `newscomments`[0m
  [4;35;1mSQL (0.001401)[0m   [0mdescribe `newscomments`[0m
  [4;36;1mSQL (0.001092)[0m   [0;1mSHOW KEYS FROM `newscomments`[0m
  [4;35;1mSQL (0.001059)[0m   [0mSHOW FIELDS FROM `newstypes`[0m
  [4;36;1mSQL (0.000899)[0m   [0;1mdescribe `newstypes`[0m
  [4;35;1mSQL (0.001009)[0m   [0mSHOW KEYS FROM `newstypes`[0m
  [4;36;1mSQL (0.001203)[0m   [0;1mSHOW FIELDS FROM `posts`[0m
  [4;35;1mSQL (0.001116)[0m   [0mdescribe `posts`[0m
  [4;36;1mSQL (0.001034)[0m   [0;1mSHOW KEYS FROM `posts`[0m
  [4;35;1mSQL (0.001546)[0m   [0mSHOW FIELDS FROM `ratings`[0m
  [4;36;1mSQL (0.001593)[0m   [0;1mdescribe `ratings`[0m
  [4;35;1mSQL (0.001014)[0m   [0mSHOW KEYS FROM `ratings`[0m
  [4;36;1mSQL (0.001193)[0m   [0;1mSHOW FIELDS FROM `sessions`[0m
  [4;35;1mSQL (0.001000)[0m   [0mdescribe `sessions`[0m
  [4;36;1mSQL (0.001136)[0m   [0;1mSHOW KEYS FROM `sessions`[0m
  [4;35;1mSQL (0.001552)[0m   [0mSHOW FIELDS FROM `specs`[0m
  [4;36;1mSQL (0.001353)[0m   [0;1mdescribe `specs`[0m
  [4;35;1mSQL (0.001069)[0m   [0mSHOW KEYS FROM `specs`[0m
  [4;36;1mSQL (0.001165)[0m   [0;1mSHOW FIELDS FROM `taggings`[0m
  [4;35;1mSQL (0.000964)[0m   [0mdescribe `taggings`[0m
  [4;36;1mSQL (0.001021)[0m   [0;1mSHOW KEYS FROM `taggings`[0m
  [4;35;1mSQL (0.001074)[0m   [0mSHOW FIELDS FROM `tags`[0m
  [4;36;1mSQL (0.000918)[0m   [0;1mdescribe `tags`[0m
  [4;35;1mSQL (0.004091)[0m   [0mSHOW KEYS FROM `tags`[0m
  [4;36;1mSQL (0.001830)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mSQL (0.001293)[0m   [0mdescribe `users`[0m
  [4;36;1mSQL (0.000985)[0m   [0;1mSHOW KEYS FROM `users`[0m


Processing SiteController#index (for 66.249.71.238 at 2011-07-17 04:31:19) [GET]
  Session ID: de5cc5403bc8bf3e920a979cf0326b64
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02336 (42 reqs/sec) | Rendering: 0.02176 (93%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 66.249.71.238 at 2011-07-17 18:23:20) [GET]
  Session ID: 29fa8b94e69a032d9dfd7dbbfc4a26a0
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01207 (82 reqs/sec) | Rendering: 0.01054 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing CommunityController#index (for 66.249.71.238 at 2011-07-18 12:42:35) [GET]
  Session ID: 2f5bdbb6e9da9a3f88208866cfa27084
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00129)
Rendered community/_user_table (0.00153)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003429)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :occupation, :city]
Rendered community/_browse_form (0.03952)
Rendered community/_search_form (0.00167)
Completed in 0.05930 (16 reqs/sec) | Rendering: 0.05437 (91%) | DB: 0.00343 (5%) | 200 OK [http://imran.net/railsspace/public/community]


Processing SiteController#index (for 66.249.71.198 at 2011-07-19 16:39:08) [GET]
  Session ID: 00b5f45761867b4254ae2711d6a82366
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01486 (67 reqs/sec) | Rendering: 0.01350 (90%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#help (for 66.249.71.238 at 2011-07-19 19:52:59) [GET]
  Session ID: 7d0f43099750ebbd7f57afb05161f58c
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01695 (58 reqs/sec) | Rendering: 0.01544 (91%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing UserController#login (for 66.249.71.238 at 2011-07-19 20:54:43) [GET]
  Session ID: a7b3f6aaf4093f93db75abd334a95fca
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002580)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00230)
Rendered user/_password_field_row (0.00115)
Completed in 0.05049 (19 reqs/sec) | Rendering: 0.02365 (46%) | DB: 0.00258 (5%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing SiteController#about (for 66.249.71.238 at 2011-07-19 21:36:49) [GET]
  Session ID: 1b06c5841555879d7902163ca1599cb3
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.00992 (100 reqs/sec) | Rendering: 0.00859 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing UserController#register (for 66.249.71.238 at 2011-07-19 23:23:38) [GET]
  Session ID: 4878f64383bb30ea4bfb4899fa2b88e1
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.02767)
Rendered user/_email_field_row (0.00122)
Rendered user/_password_field_row (0.00124)
Rendered user/_password_field_row (0.00077)
Completed in 0.04369 (22 reqs/sec) | Rendering: 0.04218 (96%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing SiteController#index (for 38.99.97.182 at 2011-07-21 09:44:04) [GET]
  Session ID: 1f86dcb070d9fa004adafadcc2d7db3e
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01087 (91 reqs/sec) | Rendering: 0.00952 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#login (for 66.249.71.241 at 2011-07-21 09:53:14) [GET]
  Session ID: 55f138f1d9f479532b917323a2542061
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.044829)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00357)
Rendered user/_password_field_row (0.00168)
Completed in 0.09241 (10 reqs/sec) | Rendering: 0.01676 (18%) | DB: 0.04483 (48%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing SiteController#help (for 66.249.71.241 at 2011-07-21 15:41:42) [GET]
  Session ID: 634a7b914f062da49e8d058b1cdda3f0
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01116 (89 reqs/sec) | Rendering: 0.00981 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing EmailController#remind (for 66.249.71.241 at 2011-07-21 16:27:43) [GET]
  Session ID: 560c90e7772a848d7d4b1176d0e90a7e
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.07172 (13 reqs/sec) | Rendering: 0.07018 (97%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/email/remind]


Processing UserController#register (for 66.249.71.241 at 2011-07-22 06:27:38) [GET]
  Session ID: 29ebe0d46429414f16455ca3bf3815bf
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.02501)
Rendered user/_email_field_row (0.00114)
Rendered user/_password_field_row (0.00122)
Rendered user/_password_field_row (0.00076)
Completed in 0.04095 (24 reqs/sec) | Rendering: 0.03958 (96%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:21:47) [GET]
  Session ID: 6ca5ce647d6e5faa60350ee2a009bee1
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002689)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000947)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00131)
Rendered community/_user_table (0.00149)
Completed in 0.03255 (30 reqs/sec) | Rendering: 0.01628 (50%) | DB: 0.00380 (11%) | 200 OK [http://imran.net/railsspace/public/community/index/X]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:22:00) [GET]
  Session ID: e867dfa075656c3643de7944fb3c2b68
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000736)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000145)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000170)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00087)
Rendered community/_user_table (0.00110)
Completed in 0.02094 (47 reqs/sec) | Rendering: 0.01369 (65%) | DB: 0.00105 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/N]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:25:39) [GET]
  Session ID: 837fb2c066abfc822dafb28fe9ea9385
  Parameters: {"action"=>"index", "id"=>"B", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000956)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000187)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'B%') [0m
  [4;36;1mSpec Load (0.000181)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'B%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02235 (44 reqs/sec) | Rendering: 0.01402 (62%) | DB: 0.00132 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/B]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:28:59) [GET]
  Session ID: 3748264c7275f4143eeb76c15af19bdc
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001510)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000186)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000171)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00110)
Completed in 0.02178 (45 reqs/sec) | Rendering: 0.01349 (61%) | DB: 0.00187 (8%) | 200 OK [http://imran.net/railsspace/public/community/index/Z]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:38:38) [GET]
  Session ID: 8670f737260cc186d0fa522aa7883695
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000760)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000138)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00092)
Rendered community/_user_table (0.00112)
Completed in 0.02171 (46 reqs/sec) | Rendering: 0.01409 (64%) | DB: 0.00106 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/U]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:39:36) [GET]
  Session ID: a147de15b5eaf7d623ad8f4942a5a97c
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000990)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000148)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000157)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00109)
Completed in 0.02138 (46 reqs/sec) | Rendering: 0.01361 (63%) | DB: 0.00129 (6%) | 200 OK [http://imran.net/railsspace/public/community/index/W]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:46:28) [GET]
  Session ID: 2d2b683e17ff779bc7bdb8c20d1d670b
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000749)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000150)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000166)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00113)
Completed in 0.02121 (47 reqs/sec) | Rendering: 0.01365 (64%) | DB: 0.00107 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/R]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:47:11) [GET]
  Session ID: 760989eb790e6fb3bdbce00b6929211f
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000756)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000145)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m
  [4;36;1mSpec Load (0.002852)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00111)
Completed in 0.02356 (42 reqs/sec) | Rendering: 0.01346 (57%) | DB: 0.00375 (15%) | 200 OK [http://imran.net/railsspace/public/community/index/S]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:51:16) [GET]
  Session ID: 1e45c1e46fc13b2896139cdf00cd4351
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001027)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.007508)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000507)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.018863)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.001766)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00149)
  [4;35;1mSpec Load (0.000172)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00530)
Completed in 0.07182 (13 reqs/sec) | Rendering: 0.01914 (26%) | DB: 0.02984 (41%) | 200 OK [http://imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:52:10) [GET]
  Session ID: 02049fb28c373f3f47c88da635b4fb85
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001374)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.003876)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000178)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00111)
Completed in 0.02541 (39 reqs/sec) | Rendering: 0.01362 (53%) | DB: 0.00543 (21%) | 200 OK [http://imran.net/railsspace/public/community/index/O]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:53:51) [GET]
  Session ID: cddfb5efb4d859631f5be61c93396409
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001149)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000166)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000161)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00110)
Completed in 0.02191 (45 reqs/sec) | Rendering: 0.01372 (62%) | DB: 0.00148 (6%) | 200 OK [http://imran.net/railsspace/public/community/index/I]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 12:56:16) [GET]
  Session ID: 91a2e598096a5ae8d97f1b5f8c85556e
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001049)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000211)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000191)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00087)
Rendered community/_user_table (0.00110)
Completed in 0.02150 (46 reqs/sec) | Rendering: 0.01369 (63%) | DB: 0.00145 (6%) | 200 OK [http://imran.net/railsspace/public/community/index/H]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:01:13) [GET]
  Session ID: 76509daac5b6f9425c9794ad970e9952
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000723)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000145)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000163)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00086)
Rendered community/_user_table (0.00110)
Completed in 0.02066 (48 reqs/sec) | Rendering: 0.01343 (65%) | DB: 0.00103 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/J]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:01:47) [GET]
  Session ID: 3b3bb89c58b5dbe355ef022a8aa622a6
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001208)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000199)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000248)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00086)
Rendered community/_user_table (0.00109)
Completed in 0.02137 (46 reqs/sec) | Rendering: 0.01349 (63%) | DB: 0.00165 (7%) | 200 OK [http://imran.net/railsspace/public/community/index/V]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:21:56) [GET]
  Session ID: bbfa85a0247580a0f79b672c587a65e6
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000762)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000142)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000225)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00086)
Rendered community/_user_table (0.00109)
Completed in 0.02089 (47 reqs/sec) | Rendering: 0.01343 (64%) | DB: 0.00113 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/M]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:28:43) [GET]
  Session ID: 15f3ced9246839c3e86b1dad2eb4de8b
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001378)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000142)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000166)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00086)
Rendered community/_user_table (0.00110)
Completed in 0.02159 (46 reqs/sec) | Rendering: 0.01367 (63%) | DB: 0.00169 (7%) | 200 OK [http://imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:34:44) [GET]
  Session ID: a1d0b503b2190c4e1a896c72a04403a8
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000743)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000245)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000177)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00086)
Rendered community/_user_table (0.00113)
Completed in 0.02089 (47 reqs/sec) | Rendering: 0.01351 (64%) | DB: 0.00117 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/P]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:36:50) [GET]
  Session ID: a91caf1e2b2225018b69c1a7a8349f44
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000738)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000146)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00111)
Completed in 0.02100 (47 reqs/sec) | Rendering: 0.01358 (64%) | DB: 0.00105 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/E]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:48:47) [GET]
  Session ID: 7c26f386909507d901946e6e1a216e58
  Parameters: {"action"=>"index", "id"=>"K", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000901)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000654)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'K%') [0m
  [4;36;1mSpec Load (0.000178)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'K%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00200)
Rendered community/_user_table (0.00296)
Completed in 0.04998 (20 reqs/sec) | Rendering: 0.01900 (38%) | DB: 0.00173 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/K]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:50:15) [GET]
  Session ID: a59db848b8b905e03f2792ecc18f7183
  Parameters: {"action"=>"index", "id"=>"Q", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000736)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000145)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Q%') [0m
  [4;36;1mSpec Load (0.000169)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Q%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00111)
Completed in 0.02091 (47 reqs/sec) | Rendering: 0.01361 (65%) | DB: 0.00105 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/Q]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:55:33) [GET]
  Session ID: 75b8feb5a82efe179f2264dbdbf4aefe
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000891)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000141)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000159)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00086)
Rendered community/_user_table (0.00109)
Completed in 0.02121 (47 reqs/sec) | Rendering: 0.01359 (64%) | DB: 0.00119 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/C]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 13:58:59) [GET]
  Session ID: 8fe8b2286ab550d3f90b7d6fa78b8651
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000999)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000220)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000170)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00087)
Rendered community/_user_table (0.00109)
Completed in 0.02163 (46 reqs/sec) | Rendering: 0.01359 (62%) | DB: 0.00139 (6%) | 200 OK [http://imran.net/railsspace/public/community/index/Y]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 14:04:57) [GET]
  Session ID: 2b0569cd85fcdd6fd509ed45b38ee553
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001286)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000192)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.000510)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00087)
Rendered community/_user_table (0.00110)
Completed in 0.02238 (44 reqs/sec) | Rendering: 0.01374 (61%) | DB: 0.00199 (8%) | 200 OK [http://imran.net/railsspace/public/community/index/F]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 14:22:46) [GET]
  Session ID: ad5e32fea39ed8b4cc7f5fc4ef7bbd23
  Parameters: {"action"=>"index", "id"=>"D", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.010432)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000177)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'D%') [0m
  [4;36;1mSpec Load (0.000195)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'D%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00086)
Rendered community/_user_table (0.00110)
Completed in 0.03060 (32 reqs/sec) | Rendering: 0.01352 (44%) | DB: 0.01080 (35%) | 200 OK [http://imran.net/railsspace/public/community/index/D]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 14:28:22) [GET]
  Session ID: d9e4cce41d1d802f502d231ba677d5b1
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000730)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000151)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000238)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00087)
Rendered community/_user_table (0.00109)
Completed in 0.02118 (47 reqs/sec) | Rendering: 0.01369 (64%) | DB: 0.00112 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/G]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-23 14:42:04) [GET]
  Session ID: 8b29aeb27a7e628b020bbe0c98534114
  Parameters: {"action"=>"index", "id"=>"T", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000734)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000141)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'T%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'T%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00087)
Rendered community/_user_table (0.00110)
Completed in 0.02085 (47 reqs/sec) | Rendering: 0.01360 (65%) | DB: 0.00104 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/T]


Processing ProfileController#show (for 66.249.71.241 at 2011-07-23 18:24:17) [GET]
  Session ID: 6a4f11aefce29cd6879caf6f9e255212
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002098)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000578)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.017163)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :first_name, :user_id, :state, :occupation, :city, :gender, :last_name, :birthdate]
  [4;35;1mSpec Load (0.005251)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.013311)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:books, :music, :user_id, :schools, :bio, :magazines, :movies, :companies, :skillz, :television]
  [4;35;1mFaq Load (0.000603)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.023717)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000520)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001593)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.015677)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.03082)
Rendered profile/_contact_box (0.00143)
Rendered faq/_sidebar_box (0.00165)
Rendered faq/_sidebar_box (0.00026)
Rendered faq/_sidebar_box (0.00024)
Rendered faq/_sidebar_box (0.00024)
Rendered faq/_sidebar_box (0.00024)
Rendered faq/_sidebar_box (0.00024)
Rendered faq/_sidebar_box (0.00024)
Rendered faq/_sidebar_box (0.00024)
  [4;36;1mSQL (0.001685)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000168)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000157)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000162)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.00977)
Completed in 0.16889 (5 reqs/sec) | Rendering: 0.04083 (24%) | DB: 0.08268 (48%) | 200 OK [http://imran.net/railsspace/public/profile/imran]


Processing CommunityController#index (for 66.249.71.241 at 2011-07-25 08:54:39) [GET]
  Session ID: 6db29e87a5901502b499eac224ffff0d
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00127)
Rendered community/_user_table (0.00161)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002250)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :occupation, :city]
Rendered community/_browse_form (0.03013)
Rendered community/_search_form (0.00166)
Completed in 0.04944 (20 reqs/sec) | Rendering: 0.04577 (92%) | DB: 0.00225 (4%) | 200 OK [http://imran.net/railsspace/public/community]


Processing SiteController#index (for 89.123.44.185 at 2011-07-25 16:48:29) [GET]
  Session ID: 6ee5756127861d3ee2d1fe9a0bcc35e0
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01122 (89 reqs/sec) | Rendering: 0.00986 (87%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 95.108.154.251 at 2011-07-26 00:35:23) [GET]
  Session ID: 836d95c80d809be423374cd9a355a734
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01118 (89 reqs/sec) | Rendering: 0.00973 (87%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 66.249.71.241 at 2011-07-26 16:23:12) [GET]
  Session ID: ffbb6776086b133d344b216dc648ef46
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01145 (87 reqs/sec) | Rendering: 0.00996 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#about (for 66.249.71.241 at 2011-07-26 19:34:56) [GET]
  Session ID: b95ebe6916e3a2e340b61e61b0d33359
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01116 (89 reqs/sec) | Rendering: 0.00974 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing SiteController#index (for 92.82.226.155 at 2011-07-26 23:23:52) [GET]
  Session ID: 2b49f2af6a44c15bfcf6681f700b7ddb
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01166 (85 reqs/sec) | Rendering: 0.01022 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 92.82.226.155 at 2011-07-27 06:02:55) [GET]
  Session ID: 2610173ad5ff001da6614c9b06685f99
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01117 (89 reqs/sec) | Rendering: 0.00981 (87%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#login (for 66.249.72.90 at 2011-07-28 13:28:09) [GET]
  Session ID: 407caf5c4afa55a139f28c36c51d77f6
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002569)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00261)
Rendered user/_password_field_row (0.00136)
Completed in 0.04666 (21 reqs/sec) | Rendering: 0.01557 (33%) | DB: 0.00257 (5%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing UserController#register (for 66.249.72.90 at 2011-07-28 13:29:20) [GET]
  Session ID: 14f239c5be5bedf7947f28313304bbeb
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.00932)
Rendered user/_email_field_row (0.01375)
Rendered user/_password_field_row (0.00083)
Rendered user/_password_field_row (0.00077)
Completed in 0.04941 (20 reqs/sec) | Rendering: 0.04805 (97%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing SiteController#help (for 66.249.72.90 at 2011-07-28 13:30:26) [GET]
  Session ID: 7177933cabb4f472b93d99067e1fb08b
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.02832 (35 reqs/sec) | Rendering: 0.02695 (95%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing SiteController#help (for 95.108.154.251 at 2011-07-29 03:56:35) [GET]
  Session ID: b09d32274edb29d6a32864f287db6d33
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01042 (95 reqs/sec) | Rendering: 0.00904 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing UserController#register (for 95.108.154.251 at 2011-07-29 05:08:28) [GET]
  Session ID: 549fc215a32cb3ac695d563012356eed
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.02212)
Rendered user/_email_field_row (0.00120)
Rendered user/_password_field_row (0.00125)
Rendered user/_password_field_row (0.00076)
Completed in 0.03814 (26 reqs/sec) | Rendering: 0.03678 (96%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing SiteController#index (for 67.195.111.226 at 2011-08-02 13:01:50) [GET]
  Session ID: faca2ad0988b8a48ffdfaf4a7b84be5f
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01126 (88 reqs/sec) | Rendering: 0.00975 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#about (for 38.99.96.198 at 2011-08-02 13:31:34) [GET]
  Session ID: 1cfa077995d05f13548c5d12c4996281
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.03291 (30 reqs/sec) | Rendering: 0.03138 (95%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing UserController#register (for 38.99.96.198 at 2011-08-02 13:41:44) [GET]
  Session ID: 00d307d60f31a2cb057d2a5c8a0eee0c
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01406)
Rendered user/_email_field_row (0.00121)
Rendered user/_password_field_row (0.00106)
Rendered user/_password_field_row (0.00077)
Completed in 0.02782 (35 reqs/sec) | Rendering: 0.02646 (95%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing CommunityController#index (for 38.99.96.198 at 2011-08-02 13:55:51) [GET]
  Session ID: fbcad31a387fe7fd3f569096e5282b53
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00127)
Rendered community/_user_table (0.00154)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.011879)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :occupation, :city]
Rendered community/_browse_form (0.04759)
Rendered community/_search_form (0.00157)
Completed in 0.06641 (15 reqs/sec) | Rendering: 0.05311 (79%) | DB: 0.01188 (17%) | 200 OK [http://imran.net/railsspace/public/community]


Processing SiteController#help (for 38.99.96.198 at 2011-08-02 14:08:46) [GET]
  Session ID: ee2fb3e846b8f69207277e937b56675c
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.00951 (105 reqs/sec) | Rendering: 0.00802 (84%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing SiteController#index (for 46.4.122.77 at 2011-08-03 02:51:28) [GET]
  Session ID: 2c92437b697fc22e6a87d507f3ce8519
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01106 (90 reqs/sec) | Rendering: 0.00970 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#register (for 46.4.122.77 at 2011-08-03 02:52:15) [GET]
  Session ID: 9c378dd869145c612b89aa905afb94b8
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.02101)
Rendered user/_email_field_row (0.00120)
Rendered user/_password_field_row (0.00129)
Rendered user/_password_field_row (0.00081)
Completed in 0.03615 (27 reqs/sec) | Rendering: 0.03479 (96%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing SiteController#about (for 95.108.154.251 at 2011-08-04 15:38:06) [GET]
  Session ID: d41bc6d853b7c8b5f1d4946ae07a2859
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01104 (90 reqs/sec) | Rendering: 0.00959 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#index (for 46.4.122.85 at 2011-08-05 01:31:34) [GET]
  Session ID: 87f7beb244d718e12cac3b9a9c239593
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01111 (89 reqs/sec) | Rendering: 0.00969 (87%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#register (for 46.4.122.85 at 2011-08-05 01:32:19) [GET]
  Session ID: dcbf5c596e0dfc2ad25949b335e8776f
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01290)
Rendered user/_email_field_row (0.00111)
Rendered user/_password_field_row (0.00108)
Rendered user/_password_field_row (0.00076)
Completed in 0.02680 (37 reqs/sec) | Rendering: 0.02539 (94%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing UserController#login (for 95.108.154.251 at 2011-08-05 08:20:37) [GET]
  Session ID: 68a7b24e4ebbbbdb9749f859bd575a71
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.003065)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00229)
Rendered user/_password_field_row (0.00112)
Completed in 0.05062 (19 reqs/sec) | Rendering: 0.01971 (38%) | DB: 0.00306 (6%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing SiteController#index (for 67.195.115.161 at 2011-08-05 12:13:09) [GET]
  Session ID: 94b7e0f2d00b5191382ff9b15bac7d40
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01109 (90 reqs/sec) | Rendering: 0.00961 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 66.249.71.241 at 2011-08-06 08:52:52) [GET]
  Session ID: c422298f593f6e1fccbd49bbeb46d75e
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.17422 (5 reqs/sec) | Rendering: 0.17284 (99%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-10 01:54:14) [GET]
  Session ID: 90cbb05f6d03881628ff95a5a19e915d
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00130)
Rendered community/_user_table (0.00156)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002895)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :occupation, :city]
Rendered community/_browse_form (0.04677)
Rendered community/_search_form (0.00174)
Completed in 0.06672 (14 reqs/sec) | Rendering: 0.06226 (93%) | DB: 0.00289 (4%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-15 16:12:54) [GET]
  Session ID: 75c8ad4a02cba7be2059b64ea4de1ced
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003193)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000873)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000313)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00245)
Rendered community/_user_table (0.00605)
Completed in 0.05861 (17 reqs/sec) | Rendering: 0.02339 (39%) | DB: 0.00438 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/G]


Processing SiteController#index (for 38.100.21.19 at 2011-08-15 16:22:51) [GET]
  Session ID: 1f4e69637db1f816855fe3fe430010c2
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01010 (99 reqs/sec) | Rendering: 0.00866 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-16 03:29:39) [GET]
  Session ID: dd40d96126362726c77d3317ac589399
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002730)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000774)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000191)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00141)
Rendered community/_user_table (0.00152)
Completed in 0.05910 (16 reqs/sec) | Rendering: 0.02592 (43%) | DB: 0.00369 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/P]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-16 06:42:43) [GET]
  Session ID: 1084d1b005c6ddd21896faf7f5d72a62
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003143)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000611)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000173)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00133)
Rendered community/_user_table (0.00148)
Completed in 0.04924 (20 reqs/sec) | Rendering: 0.01620 (32%) | DB: 0.00393 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Z]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-16 07:46:46) [GET]
  Session ID: 9f4354d6bc992e08bb8088ad3d12bfc3
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002503)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.001194)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.000161)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00133)
Rendered community/_user_table (0.00175)
Completed in 0.02989 (33 reqs/sec) | Rendering: 0.01837 (61%) | DB: 0.00386 (12%) | 200 OK [http://www.imran.net/railsspace/public/community/index/F]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-16 13:27:21) [GET]
  Session ID: 3221ca067a40bf41aaa22cee590681f7
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002472)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000527)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000163)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00131)
Rendered community/_user_table (0.00158)
Completed in 0.04231 (23 reqs/sec) | Rendering: 0.01644 (38%) | DB: 0.00316 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/O]


Processing EmailController#remind (for 95.108.154.251 at 2011-08-16 17:35:15) [GET]
  Session ID: 564fa8b4640d1a3c0b4034e1e8b27916
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.04796 (20 reqs/sec) | Rendering: 0.04659 (97%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/email/remind]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-16 19:30:32) [GET]
  Session ID: d917559a37e24c1bdb56d0537a958f24
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002735)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000602)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000179)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00134)
Rendered community/_user_table (0.00147)
Completed in 0.04916 (20 reqs/sec) | Rendering: 0.01637 (33%) | DB: 0.00352 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/E]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-16 20:54:59) [GET]
  Session ID: e3c4e5b87daf6c482326cc48e9b3b817
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002789)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.001000)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000187)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00127)
Rendered community/_user_table (0.00147)
Completed in 0.04345 (23 reqs/sec) | Rendering: 0.01619 (37%) | DB: 0.00398 (9%) | 200 OK [http://www.imran.net/railsspace/public/community/index/N]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-16 23:28:40) [GET]
  Session ID: e761940a37a8b2e4ea42a7c1e7967fcf
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003026)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000543)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000166)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00130)
Rendered community/_user_table (0.00170)
Completed in 0.04911 (20 reqs/sec) | Rendering: 0.01707 (34%) | DB: 0.00374 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/X]


Processing SiteController#index (for 38.108.67.30 at 2011-08-16 23:37:56) [GET]
  Session ID: b0356c9e75effb469e63cd2446e706ed
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01065 (93 reqs/sec) | Rendering: 0.00912 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-17 00:07:11) [GET]
  Session ID: 19c9936fcf9a9a7297955353f3ef838d
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.022152)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000971)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000191)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00192)
Rendered community/_user_table (0.00506)
Completed in 0.06293 (15 reqs/sec) | Rendering: 0.02135 (33%) | DB: 0.02331 (37%) | 200 OK [http://www.imran.net/railsspace/public/community/index/H]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-17 00:45:04) [GET]
  Session ID: 40144eed1c45622332c1360e4b2cbcec
  Parameters: {"action"=>"index", "id"=>"Q", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001235)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000154)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Q%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Q%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00091)
Rendered community/_user_table (0.00113)
Completed in 0.02215 (45 reqs/sec) | Rendering: 0.01399 (63%) | DB: 0.00156 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Q]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-17 03:14:00) [GET]
  Session ID: a1987fbcfc9b3cc6d73e46eb0e84d842
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002396)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000597)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000187)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00142)
Rendered community/_user_table (0.00152)
Completed in 0.04851 (20 reqs/sec) | Rendering: 0.02691 (55%) | DB: 0.00318 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/R]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-17 05:42:29) [GET]
  Session ID: 00b18a9fb09e11e2df43b52439714cc1
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002846)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000752)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000171)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00135)
Rendered community/_user_table (0.00148)
Completed in 0.06957 (14 reqs/sec) | Rendering: 0.02425 (34%) | DB: 0.00377 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/I]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-17 08:40:51) [GET]
  Session ID: 118dfca911e22202286fa8cbc66b0a2e
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003388)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000569)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000172)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00133)
Rendered community/_user_table (0.00149)
Completed in 0.04247 (23 reqs/sec) | Rendering: 0.01625 (38%) | DB: 0.00413 (9%) | 200 OK [http://www.imran.net/railsspace/public/community/index/W]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-17 20:06:47) [GET]
  Session ID: 5cb00a85b46b02a8aff82891e5f3cac5
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002298)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000587)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000171)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00131)
Rendered community/_user_table (0.00147)
Completed in 0.05603 (17 reqs/sec) | Rendering: 0.01642 (29%) | DB: 0.00306 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Y]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-19 01:08:27) [GET]
  Session ID: a6a62ed862c3cb9d20b23bcdd86bef17
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003708)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.001032)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000201)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00169)
Rendered community/_user_table (0.00156)
Completed in 0.04392 (22 reqs/sec) | Rendering: 0.01776 (40%) | DB: 0.00494 (11%) | 200 OK [http://www.imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-19 02:34:18) [GET]
  Session ID: 70c7d74b89a37adadb4a152b94fe6068
  Parameters: {"action"=>"index", "id"=>"K", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002766)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000579)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'K%') [0m
  [4;36;1mSpec Load (0.000240)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'K%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00130)
Rendered community/_user_table (0.00147)
Completed in 0.04801 (20 reqs/sec) | Rendering: 0.01617 (33%) | DB: 0.00358 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/K]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-19 02:51:40) [GET]
  Session ID: 5d25e1930f538a9e13d9d41a544d8a21
  Parameters: {"action"=>"index", "id"=>"B", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.012787)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000285)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'B%') [0m
  [4;36;1mSpec Load (0.000222)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'B%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00162)
Rendered community/_user_table (0.00201)
Completed in 0.08396 (11 reqs/sec) | Rendering: 0.01772 (21%) | DB: 0.01329 (15%) | 200 OK [http://www.imran.net/railsspace/public/community/index/B]


Processing EmailController#remind (for 66.249.71.235 at 2011-08-19 05:35:33) [GET]
  Session ID: c0af87294cdb67179ce607a1cc4106ab
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.02307 (43 reqs/sec) | Rendering: 0.02171 (94%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/email/remind]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-19 07:07:59) [GET]
  Session ID: d42dd70b3bcf6bd5a7e1e98de1dd908a
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003042)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000583)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000171)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00133)
Rendered community/_user_table (0.00149)
Completed in 0.05177 (19 reqs/sec) | Rendering: 0.01638 (31%) | DB: 0.00380 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/U]


Processing SiteController#index (for 119.63.196.87 at 2011-08-19 21:59:54) [GET]
  Session ID: ee83f560e3dc86b79279525a30d1086d
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01067 (93 reqs/sec) | Rendering: 0.00928 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-19 22:27:35) [GET]
  Session ID: b4d9892ecb919d5dc6561f73a0753aa6
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.020862)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.005803)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000184)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.002215)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.000404)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00131)
  [4;35;1mSpec Load (0.000182)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00570)
Completed in 0.11545 (8 reqs/sec) | Rendering: 0.01965 (17%) | DB: 0.02965 (25%) | 200 OK [http://www.imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-20 07:35:17) [GET]
  Session ID: 205f9fc124d76113e0f741eef061cbc8
  Parameters: {"action"=>"index", "id"=>"T", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002138)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000661)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'T%') [0m
  [4;36;1mSpec Load (0.000169)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'T%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00131)
Rendered community/_user_table (0.00149)
Completed in 0.03724 (26 reqs/sec) | Rendering: 0.01628 (43%) | DB: 0.00297 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/T]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-20 10:40:25) [GET]
  Session ID: caf46597efdb267c86c637995121597d
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002819)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000576)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m
  [4;36;1mSpec Load (0.000180)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00232)
Rendered community/_user_table (0.00148)
Completed in 0.05614 (17 reqs/sec) | Rendering: 0.01740 (30%) | DB: 0.00358 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/S]


Processing CommunityController#index (for 95.108.154.251 at 2011-08-22 05:21:41) [GET]
  Session ID: bde0bc69dc0bdfdc5c5b74560d2d0dc0
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002279)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :city, :occupation]
  [4;35;1mSQL (0.000650)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000187)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00138)
Rendered community/_user_table (0.00148)
Completed in 0.06258 (15 reqs/sec) | Rendering: 0.02649 (42%) | DB: 0.00312 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/J]


Processing SiteController#index (for 66.249.71.235 at 2011-08-24 07:12:01) [GET]
  Session ID: 4b1eb9c6f8bc19f5f5fde3bb5db6b2ca
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02002 (49 reqs/sec) | Rendering: 0.01852 (92%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 72.14.164.93 at 2011-08-24 23:41:06) [GET]
  Session ID: 7c117f269b8c296d5ce64259ca36a503
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01214 (82 reqs/sec) | Rendering: 0.01042 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#register (for 72.14.164.93 at 2011-08-25 03:00:12) [GET]
  Session ID: 7c117f269b8c296d5ce64259ca36a503
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.03058)
Rendered user/_email_field_row (0.00134)
Rendered user/_password_field_row (0.00149)
Rendered user/_password_field_row (0.00076)
Completed in 0.05065 (19 reqs/sec) | Rendering: 0.04930 (97%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing UserController#login (for 72.14.164.93 at 2011-08-25 03:03:17) [GET]
  Session ID: 7c117f269b8c296d5ce64259ca36a503
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.036338)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00240)
Rendered user/_password_field_row (0.00089)
Completed in 0.06371 (15 reqs/sec) | Rendering: 0.01883 (29%) | DB: 0.03634 (57%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing SiteController#about (for 72.14.164.93 at 2011-08-25 03:04:25) [GET]
  Session ID: 7c117f269b8c296d5ce64259ca36a503
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01034 (96 reqs/sec) | Rendering: 0.00887 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing CommunityController#index (for 72.14.164.93 at 2011-08-25 03:07:38) [GET]
  Session ID: 7c117f269b8c296d5ce64259ca36a503
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00117)
Rendered community/_user_table (0.00133)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.009519)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :zip_code, :first_name, :user_id, :state, :city, :occupation, :last_name, :gender]
Rendered community/_browse_form (0.03356)
Rendered community/_search_form (0.00154)
Completed in 0.05213 (19 reqs/sec) | Rendering: 0.04119 (79%) | DB: 0.00952 (18%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing SiteController#help (for 72.14.164.93 at 2011-08-25 03:10:54) [GET]
  Session ID: 7c117f269b8c296d5ce64259ca36a503
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01915 (52 reqs/sec) | Rendering: 0.01777 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing SiteController#about (for 66.249.71.206 at 2011-08-30 19:29:55) [GET]
  Session ID: fa35dba233051b9cc8cc2c73872ec65a
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.03938 (25 reqs/sec) | Rendering: 0.03781 (96%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing SiteController#help (for 38.108.67.32 at 2011-09-01 08:38:11) [GET]
  Session ID: 4eee61701c2f33ad6afc4552fe00db56
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01225 (81 reqs/sec) | Rendering: 0.01059 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing SiteController#about (for 38.108.67.32 at 2011-09-01 09:13:56) [GET]
  Session ID: 4eee61701c2f33ad6afc4552fe00db56
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01495 (66 reqs/sec) | Rendering: 0.01359 (90%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing UserController#register (for 38.108.67.32 at 2011-09-01 12:28:00) [GET]
  Session ID: 4eee61701c2f33ad6afc4552fe00db56
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.02228)
Rendered user/_email_field_row (0.00120)
Rendered user/_password_field_row (0.00125)
Rendered user/_password_field_row (0.00076)
Completed in 0.04258 (23 reqs/sec) | Rendering: 0.04121 (96%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing UserController#login (for 38.108.67.32 at 2011-09-01 13:49:40) [GET]
  Session ID: 4eee61701c2f33ad6afc4552fe00db56
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.066836)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00247)
Rendered user/_password_field_row (0.00092)
Completed in 0.12968 (7 reqs/sec) | Rendering: 0.02848 (21%) | DB: 0.06684 (51%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing CommunityController#index (for 38.108.67.32 at 2011-09-01 14:51:36) [GET]
  Session ID: 4eee61701c2f33ad6afc4552fe00db56
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00126)
Rendered community/_user_table (0.00149)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.018890)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :zip_code, :first_name, :user_id, :state, :city, :occupation, :last_name, :gender]
Rendered community/_browse_form (0.05257)
Rendered community/_search_form (0.00161)
Completed in 0.07113 (14 reqs/sec) | Rendering: 0.05073 (71%) | DB: 0.01889 (26%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing CommunityController#index (for 119.63.196.16 at 2011-09-01 16:46:00) [GET]
  Session ID: 041e2b023b565cc9d34378b21d31e92d
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00085)
Rendered community/_user_table (0.00113)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001895)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:zip_code, :user_id, :state, :gender, :birthdate, :first_name, :last_name, :occupation, :city]
Rendered community/_browse_form (0.03025)
Rendered community/_search_form (0.00128)
Completed in 0.04787 (20 reqs/sec) | Rendering: 0.04445 (92%) | DB: 0.00189 (3%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing SiteController#index (for 67.195.111.226 at 2011-09-02 14:55:03) [GET]
  Session ID: 2143592e0cb88d0e551de80b961866b4
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01819 (54 reqs/sec) | Rendering: 0.01684 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#about (for 180.76.5.113 at 2011-09-03 19:27:55) [GET]
  Session ID: 527e7be11eb12eb9afe6a77f829f370f
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01208 (82 reqs/sec) | Rendering: 0.01074 (88%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#index (for 67.195.115.161 at 2011-09-04 16:53:36) [GET]
  Session ID: 815f1dbe6a2b5b28bf1e05412fef803c
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01075 (93 reqs/sec) | Rendering: 0.00934 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing EmailController#remind (for 66.249.71.206 at 2011-09-07 02:36:04) [GET]
  Session ID: 0062c034dbdf1f4c0cd53eb1970aab5a
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.05311 (18 reqs/sec) | Rendering: 0.05113 (96%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/email/remind]


Processing SiteController#index (for 119.30.38.38 at 2011-09-07 20:49:34) [GET]
  Session ID: 25a36e30f4332cdc4d514930d9d99600
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.03223 (31 reqs/sec) | Rendering: 0.03035 (94%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing ProfileController#show (for 95.108.154.251 at 2011-09-10 14:23:42) [GET]
  Session ID: 54b5d518b8fb0115e47650f90ecfbd82
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002734)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000592)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002859)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:city, :gender, :state, :birthdate, :zip_code, :first_name, :user_id, :last_name, :occupation]
  [4;35;1mSpec Load (0.000761)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.013886)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:magazines, :movies, :companies, :skillz, :television, :books, :music, :user_id, :schools, :bio]
  [4;35;1mFaq Load (0.000924)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.016397)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.001229)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001194)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.006137)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.02898)
Rendered profile/_contact_box (0.00157)
Rendered faq/_sidebar_box (0.00178)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
  [4;36;1mSQL (0.003663)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000643)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000174)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000203)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.02124)
Completed in 0.18624 (5 reqs/sec) | Rendering: 0.06891 (36%) | DB: 0.05140 (27%) | 200 OK [http://www.imran.net/railsspace/public/profile/imran]


Processing UserController#login (for 180.76.5.25 at 2011-09-12 15:32:56) [GET]
  Session ID: f2826b8391a741f2554c0a0bccd68fb2
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.003334)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00292)
Rendered user/_password_field_row (0.00152)
Completed in 0.05765 (17 reqs/sec) | Rendering: 0.02803 (48%) | DB: 0.00333 (5%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing SiteController#index (for 66.249.71.206 at 2011-09-13 09:23:52) [GET]
  Session ID: a92c3cdd16f62fbd2850a04bd7082f7f
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01362 (73 reqs/sec) | Rendering: 0.01160 (85%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing CommunityController#index (for 95.108.154.251 at 2011-09-15 17:12:48) [GET]
  Session ID: 44732fc01a5ca511b6443b8df7fc7265
  Parameters: {"action"=>"index", "id"=>"D", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.005049)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.014739)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'D%') [0m
  [4;36;1mSpec Load (0.000159)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'D%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00179)
Rendered community/_user_table (0.00172)
Completed in 0.08993 (11 reqs/sec) | Rendering: 0.02279 (25%) | DB: 0.01995 (22%) | 200 OK [http://www.imran.net/railsspace/public/community/index/D]


Processing CommunityController#index (for 95.108.154.251 at 2011-09-15 22:44:56) [GET]
  Session ID: 86686ab76037c7dd97abdf5effca4006
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003427)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000602)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000489)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00163)
Rendered community/_user_table (0.00183)
Completed in 0.06407 (15 reqs/sec) | Rendering: 0.02121 (33%) | DB: 0.00452 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/C]


Processing CommunityController#index (for 95.108.154.251 at 2011-09-16 04:15:03) [GET]
  Session ID: 4df2fe177c431fcd146cefd591fa8945
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002773)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000635)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000220)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.01890)
Rendered community/_user_table (0.00198)
Completed in 0.19476 (5 reqs/sec) | Rendering: 0.05306 (27%) | DB: 0.00363 (1%) | 200 OK [http://www.imran.net/railsspace/public/community/index/M]


Processing CommunityController#index (for 180.76.5.136 at 2011-09-16 07:46:46) [GET]
  Session ID: 7e02e1d4f31a849781430c7cc3514f3c
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002663)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000982)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000194)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00148)
Rendered community/_user_table (0.00167)
Completed in 0.06333 (15 reqs/sec) | Rendering: 0.02011 (31%) | DB: 0.00384 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/I]


Processing CommunityController#index (for 95.108.154.251 at 2011-09-16 08:20:47) [GET]
  Session ID: 2418ea99b1a0ca2dded398086cc1de19
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001165)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000149)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00106)
Rendered community/_user_table (0.00128)
Completed in 0.04403 (22 reqs/sec) | Rendering: 0.01788 (40%) | DB: 0.00148 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/V]


Processing SiteController#index (for 95.108.154.251 at 2011-09-16 13:35:15) [GET]
  Session ID: a65ca6519ad1621f65cc8d75899154ef
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01321 (75 reqs/sec) | Rendering: 0.01129 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing CommunityController#index (for 180.76.5.178 at 2011-09-16 13:45:18) [GET]
  Session ID: b736cc55edcd76618e567e33d49a3b1f
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.018761)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.013888)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000451)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00147)
Rendered community/_user_table (0.00166)
Completed in 0.18622 (5 reqs/sec) | Rendering: 0.04788 (25%) | DB: 0.03310 (17%) | 200 OK [http://www.imran.net/railsspace/public/community/index/G]


Processing CommunityController#index (for 180.76.5.151 at 2011-09-16 15:44:32) [GET]
  Session ID: 6bf402dbc30a40fc8fa9f92a5596b6b9
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002288)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000251)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000182)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00118)
Rendered community/_user_table (0.00136)
Completed in 0.04208 (23 reqs/sec) | Rendering: 0.01964 (46%) | DB: 0.00272 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/O]


Processing CommunityController#index (for 180.76.5.150 at 2011-09-16 17:43:51) [GET]
  Session ID: 46ebb32265b50770217e0ab1dadfb31e
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002347)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000166)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m
  [4;36;1mSpec Load (0.000163)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00128)
Completed in 0.06419 (15 reqs/sec) | Rendering: 0.02816 (43%) | DB: 0.00268 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/S]


Processing CommunityController#index (for 180.76.5.170 at 2011-09-17 07:44:19) [GET]
  Session ID: 81c677bf0c7bd9659865818317549119
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002669)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000517)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000160)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00148)
Rendered community/_user_table (0.00166)
Completed in 0.04892 (20 reqs/sec) | Rendering: 0.01969 (40%) | DB: 0.00335 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/W]


Processing CommunityController#index (for 180.76.5.67 at 2011-09-17 09:44:20) [GET]
  Session ID: ca64905f29dc4fcb6f0bb658887e700e
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.009701)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000948)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000157)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00154)
Rendered community/_user_table (0.00166)
Completed in 0.05672 (17 reqs/sec) | Rendering: 0.01982 (34%) | DB: 0.01081 (19%) | 200 OK [http://www.imran.net/railsspace/public/community/index/H]


Processing CommunityController#index (for 180.76.5.16 at 2011-09-17 15:41:09) [GET]
  Session ID: 2fedc0e03b13bd78032e517cced231a7
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003442)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000701)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000185)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00147)
Rendered community/_user_table (0.00166)
Completed in 0.06364 (15 reqs/sec) | Rendering: 0.01994 (31%) | DB: 0.00433 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Y]


Processing UserController#login (for 95.108.154.251 at 2011-09-18 03:39:11) [GET]
  Session ID: 75f944540881cd857a271ac75b53468f
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002356)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00294)
Rendered user/_password_field_row (0.00152)
Completed in 0.05070 (19 reqs/sec) | Rendering: 0.01787 (35%) | DB: 0.00236 (4%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing CommunityController#index (for 180.76.5.179 at 2011-09-18 11:42:50) [GET]
  Session ID: 4faf130f0a46e7b9a1ddc9412923724d
  Parameters: {"action"=>"index", "id"=>"Q", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002321)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000618)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Q%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Q%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00153)
Rendered community/_user_table (0.00169)
Completed in 0.05501 (18 reqs/sec) | Rendering: 0.01990 (36%) | DB: 0.00310 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Q]


Processing CommunityController#index (for 180.76.5.98 at 2011-09-18 13:41:45) [GET]
  Session ID: d5d3c0edc5da5a1e400065d1d1f55e82
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.007847)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.001392)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000176)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00142)
Rendered community/_user_table (0.00240)
Completed in 0.11458 (8 reqs/sec) | Rendering: 0.02091 (18%) | DB: 0.00942 (8%) | 200 OK [http://www.imran.net/railsspace/public/community/index/J]


Processing CommunityController#index (for 180.76.5.142 at 2011-09-18 15:40:43) [GET]
  Session ID: 720df9445e25f189f02c8d62f87e6dfb
  Parameters: {"action"=>"index", "id"=>"D", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002389)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000896)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'D%') [0m
  [4;36;1mSpec Load (0.000175)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'D%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00149)
Rendered community/_user_table (0.00167)
Completed in 0.03093 (32 reqs/sec) | Rendering: 0.01923 (62%) | DB: 0.00346 (11%) | 200 OK [http://www.imran.net/railsspace/public/community/index/D]


Processing CommunityController#index (for 180.76.5.67 at 2011-09-18 17:39:41) [GET]
  Session ID: 63661c9e31a4359079e6f5a71ceeb6c3
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001856)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000700)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000294)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.002201)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.000528)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00146)
  [4;35;1mSpec Load (0.000179)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00636)
Completed in 0.06718 (14 reqs/sec) | Rendering: 0.02618 (38%) | DB: 0.00576 (8%) | 200 OK [http://www.imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 180.76.5.175 at 2011-09-19 01:31:09) [GET]
  Session ID: b2274ab209b105356a2b2d55c5b046cf
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001938)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000654)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000166)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00147)
Rendered community/_user_table (0.00164)
Completed in 0.04229 (23 reqs/sec) | Rendering: 0.01951 (46%) | DB: 0.00276 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Z]


Processing SiteController#index (for 85.17.29.107 at 2011-09-19 09:01:23) [GET]
  Session ID: 4cb6d6fc30160875a7ed715f61b52adf
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01916 (52 reqs/sec) | Rendering: 0.01729 (90%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#help (for 85.17.29.107 at 2011-09-19 09:01:39) [GET]
  Session ID: 5c0396f392089b3ff66c1ffd99905faa
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01677 (59 reqs/sec) | Rendering: 0.01492 (88%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:01:46) [GET]
  Session ID: 640c83800d45132af12dd258eadec7bd
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00192)
Rendered community/_user_table (0.00215)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.013228)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :occupation, :state, :city, :zip_code, :user_id, :last_name]
Rendered community/_browse_form (0.05466)
Rendered community/_search_form (0.00217)
Completed in 0.07946 (12 reqs/sec) | Rendering: 0.06414 (80%) | DB: 0.01323 (16%) | 200 OK [http://imran.net/railsspace/public/community]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:01:51) [GET]
  Session ID: 15bf5fab04bf6aecca6707e5974f202a
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001063)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.016492)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00126)
Completed in 0.04307 (23 reqs/sec) | Rendering: 0.01711 (39%) | DB: 0.01772 (41%) | 200 OK [http://imran.net/railsspace/public/community/index/S]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:01:53) [GET]
  Session ID: a111a095c24392d03b5114487f574811
  Parameters: {"action"=>"index", "id"=>"B", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000805)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000147)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'B%') [0m
  [4;36;1mSpec Load (0.000170)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'B%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02615 (38 reqs/sec) | Rendering: 0.01715 (65%) | DB: 0.00112 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/B]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:01:56) [GET]
  Session ID: 5a2f058d18903b57ec2a2985d1d1bc86
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001133)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000170)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000158)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00128)
Completed in 0.02702 (37 reqs/sec) | Rendering: 0.01720 (63%) | DB: 0.00146 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/G]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:01:59) [GET]
  Session ID: 0796657a0a6267bdec721a1c85e6f776
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000925)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000141)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000164)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00127)
Completed in 0.02648 (37 reqs/sec) | Rendering: 0.01724 (65%) | DB: 0.00123 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/Y]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:00) [GET]
  Session ID: 61cac4b9c69361f6f51f3887867d9269
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000741)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000239)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000273)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00128)
Completed in 0.02608 (38 reqs/sec) | Rendering: 0.01706 (65%) | DB: 0.00125 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/W]


Processing UserController#login (for 85.17.29.107 at 2011-09-19 09:02:11) [GET]
  Session ID: d0275215acc32aa4e6a7f07ed75e7b46
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.034917)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00284)
Rendered user/_password_field_row (0.00137)
Completed in 0.07100 (14 reqs/sec) | Rendering: 0.01652 (23%) | DB: 0.03492 (49%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:20) [GET]
  Session ID: ca987f2386254f5e19d5d5b9e1d06a7e
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001346)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.002400)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000176)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00137)
Completed in 0.02922 (34 reqs/sec) | Rendering: 0.01734 (59%) | DB: 0.00392 (13%) | 200 OK [http://imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:26) [GET]
  Session ID: 1a7740a18b9d880b4d035a5b718313e4
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000742)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000141)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000167)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00140)
Completed in 0.02631 (38 reqs/sec) | Rendering: 0.01740 (66%) | DB: 0.00105 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/P]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:30) [GET]
  Session ID: 05e9edcd347b8d07dfcb29d5bdefa77b
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000974)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000156)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000167)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00129)
Completed in 0.02682 (37 reqs/sec) | Rendering: 0.01747 (65%) | DB: 0.00130 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/Z]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:34) [GET]
  Session ID: e3119906543653b17ee8dc89ac7fa56c
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001619)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000239)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000171)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00115)
Rendered community/_user_table (0.00126)
Completed in 0.02719 (36 reqs/sec) | Rendering: 0.01724 (63%) | DB: 0.00203 (7%) | 200 OK [http://imran.net/railsspace/public/community/index/J]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:37) [GET]
  Session ID: d27cc06791b4cae4f7c4feda20ee0022
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000751)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000136)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000161)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00126)
Completed in 0.02585 (38 reqs/sec) | Rendering: 0.01700 (65%) | DB: 0.00105 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/O]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:41) [GET]
  Session ID: be9edbd774e9b9c7442e78a32547ee63
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000998)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000153)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000159)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00127)
Completed in 0.02677 (37 reqs/sec) | Rendering: 0.01729 (64%) | DB: 0.00131 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/I]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:44) [GET]
  Session ID: 5cac6c3e2040007b5c79e7180e5a7ec2
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001334)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000254)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000174)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00106)
Rendered community/_user_table (0.00128)
Completed in 0.02802 (35 reqs/sec) | Rendering: 0.01764 (62%) | DB: 0.00176 (6%) | 200 OK [http://imran.net/railsspace/public/community/index/V]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:48) [GET]
  Session ID: 079c13cf3b2e5726a209d08666bb2f70
  Parameters: {"action"=>"index", "id"=>"T", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001609)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000314)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'T%') [0m
  [4;36;1mSpec Load (0.000188)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'T%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00105)
Rendered community/_user_table (0.00128)
Completed in 0.02787 (35 reqs/sec) | Rendering: 0.01736 (62%) | DB: 0.00211 (7%) | 200 OK [http://imran.net/railsspace/public/community/index/T]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:50) [GET]
  Session ID: bf6682d62e8e1e987ff20f819ef79ed9
  Parameters: {"action"=>"index", "id"=>"Q", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000830)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000141)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Q%') [0m
  [4;36;1mSpec Load (0.000160)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Q%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00108)
Rendered community/_user_table (0.00128)
Completed in 0.02629 (38 reqs/sec) | Rendering: 0.01729 (65%) | DB: 0.00113 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/Q]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:55) [GET]
  Session ID: f9646f5419d2b9f5ca6d5733282de0dd
  Parameters: {"action"=>"index", "id"=>"D", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000734)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000152)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'D%') [0m
  [4;36;1mSpec Load (0.000165)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'D%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00126)
Completed in 0.02586 (38 reqs/sec) | Rendering: 0.01704 (65%) | DB: 0.00105 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/D]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:02:58) [GET]
  Session ID: c6c7f754549c5c550ee1addf9ac0ea74
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000739)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000159)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000167)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00126)
Completed in 0.02584 (38 reqs/sec) | Rendering: 0.01702 (65%) | DB: 0.00107 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/N]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:03:04) [GET]
  Session ID: 3048be7ed996dea57f609c6e3b133ae0
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001898)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.029538)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.017470)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00108)
Rendered community/_user_table (0.00129)
Completed in 0.08972 (11 reqs/sec) | Rendering: 0.01781 (19%) | DB: 0.04891 (54%) | 200 OK [http://imran.net/railsspace/public/community/index/F]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:03:12) [GET]
  Session ID: 3c1b48e0e304036ac91a7ff123e8b134
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000747)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000299)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000173)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02652 (37 reqs/sec) | Rendering: 0.01753 (66%) | DB: 0.00122 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/E]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:03:53) [GET]
  Session ID: 5189bc13763db47c694f9924d5bc3fd5
  Parameters: {"action"=>"index", "id"=>"K", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000825)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000156)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'K%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'K%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02644 (37 reqs/sec) | Rendering: 0.01721 (65%) | DB: 0.00115 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/K]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:03:57) [GET]
  Session ID: 2580e44d518501c6304d27c7e992ba4f
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001305)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000300)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000400)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00107)
Rendered community/_user_table (0.00128)
Completed in 0.02870 (34 reqs/sec) | Rendering: 0.01776 (61%) | DB: 0.00201 (6%) | 200 OK [http://imran.net/railsspace/public/community/index/X]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:04:00) [GET]
  Session ID: 73d128362ecc28b7474dbc0ea5a26dcb
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001033)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000161)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000164)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00126)
Completed in 0.02629 (38 reqs/sec) | Rendering: 0.01708 (64%) | DB: 0.00136 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/R]


Processing UserController#register (for 85.17.29.107 at 2011-09-19 09:04:02) [GET]
  Session ID: acba4b712a7b9656e0b9a87f7fb556ea
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01102)
Rendered user/_email_field_row (0.01169)
Rendered user/_password_field_row (0.00099)
Rendered user/_password_field_row (0.00091)
Completed in 0.04948 (20 reqs/sec) | Rendering: 0.04760 (96%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:04:13) [GET]
  Session ID: 6087af2c2d00060e7fd30e2279080b78
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000830)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000159)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000377)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00128)
Completed in 0.02628 (38 reqs/sec) | Rendering: 0.01716 (65%) | DB: 0.00137 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/C]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:04:41) [GET]
  Session ID: 84d8fd0bd24372a7bb0d09d1f541f660
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001341)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.002856)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000189)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00128)
Completed in 0.02968 (33 reqs/sec) | Rendering: 0.01736 (58%) | DB: 0.00439 (14%) | 200 OK [http://imran.net/railsspace/public/community/index/M]


Processing SiteController#about (for 85.17.29.107 at 2011-09-19 09:04:49) [GET]
  Session ID: 298dec153108b0ecff5f5752f02b2672
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.02542 (39 reqs/sec) | Rendering: 0.02352 (92%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:04:58) [GET]
  Session ID: 4204d13fa6df11a5cc015b211a88bc10
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000841)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000240)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000185)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00128)
Completed in 0.02674 (37 reqs/sec) | Rendering: 0.01741 (65%) | DB: 0.00127 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/H]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:05:03) [GET]
  Session ID: 6b1d24d4c5b245e8e9895a24f0d4b461
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001014)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000170)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000229)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.000817)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.010526)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00099)
  [4;35;1mSpec Load (0.000210)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00587)
Completed in 0.05285 (18 reqs/sec) | Rendering: 0.02344 (44%) | DB: 0.01297 (24%) | 200 OK [http://imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 85.17.29.107 at 2011-09-19 09:05:08) [GET]
  Session ID: 735527a1d793a671ab6a880e27ef1bdd
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001019)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000163)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000408)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00127)
Completed in 0.02699 (37 reqs/sec) | Rendering: 0.01729 (64%) | DB: 0.00159 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/U]


Processing CommunityController#index (for 180.76.5.180 at 2011-09-19 09:47:20) [GET]
  Session ID: 76a9f57c9f387ff3e9e2ef963ad9e920
  Parameters: {"action"=>"index", "id"=>"B", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001356)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000146)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'B%') [0m
  [4;36;1mSpec Load (0.000171)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'B%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00105)
Rendered community/_user_table (0.00128)
Completed in 0.04191 (23 reqs/sec) | Rendering: 0.01808 (43%) | DB: 0.00167 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/B]


Processing CommunityController#index (for 180.76.5.140 at 2011-09-19 11:26:17) [GET]
  Session ID: b933f765b9bcf16b7f0829421adba34a
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.003314)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.001222)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000227)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00155)
Rendered community/_user_table (0.00168)
Completed in 0.06989 (14 reqs/sec) | Rendering: 0.02392 (34%) | DB: 0.00476 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/E]


Processing CommunityController#index (for 180.76.5.96 at 2011-09-19 13:04:26) [GET]
  Session ID: 6e488e0c60b600241924e084c1658055
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001234)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000147)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000167)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00105)
Rendered community/_user_table (0.00128)
Completed in 0.05113 (19 reqs/sec) | Rendering: 0.02080 (40%) | DB: 0.00155 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/J]


Processing CommunityController#index (for 180.76.5.166 at 2011-09-19 14:43:43) [GET]
  Session ID: bd092beef24aed352a2825bce80b9581
  Parameters: {"action"=>"index", "id"=>"T", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002162)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000179)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'T%') [0m
  [4;36;1mSpec Load (0.000180)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'T%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00106)
Rendered community/_user_table (0.00132)
Completed in 0.05419 (18 reqs/sec) | Rendering: 0.01815 (33%) | DB: 0.00252 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/T]


Processing SiteController#help (for 180.76.5.100 at 2011-09-19 16:23:02) [GET]
  Session ID: 39b6ba77d71a1c1fc079d6eca01422ba
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01478 (67 reqs/sec) | Rendering: 0.01275 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 180.76.5.50 at 2011-09-19 23:24:17) [GET]
  Session ID: 9932a39df8f4bd413b75fbd86daf772e
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002457)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000619)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00150)
Rendered community/_user_table (0.00165)
Completed in 0.06065 (16 reqs/sec) | Rendering: 0.02706 (44%) | DB: 0.00324 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/U]


Processing EmailController#remind (for 66.249.71.212 at 2011-09-20 00:55:07) [GET]
  Session ID: 6cfea0ee6a20f244706c1eceda775e3f
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.04561 (21 reqs/sec) | Rendering: 0.04364 (95%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/email/remind]


Processing SiteController#about (for 66.249.71.212 at 2011-09-20 01:13:35) [GET]
  Session ID: 96b7cffa3f466e1dacafd42f901ac0d4
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01237 (80 reqs/sec) | Rendering: 0.01042 (84%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing CommunityController#index (for 180.76.5.192 at 2011-09-20 03:03:16) [GET]
  Session ID: 141bd470a4150ff29214e8cb554f523c
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002618)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.004020)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000348)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.01890)
Rendered community/_user_table (0.00286)
Completed in 0.12643 (7 reqs/sec) | Rendering: 0.05949 (47%) | DB: 0.00699 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/R]


Processing CommunityController#index (for 180.76.5.61 at 2011-09-20 07:49:19) [GET]
  Session ID: 8f9677c00727f6bac86d457fad404506
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002807)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000963)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000169)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00149)
Rendered community/_user_table (0.00170)
Completed in 0.08171 (12 reqs/sec) | Rendering: 0.02584 (31%) | DB: 0.00394 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Z]


Processing CommunityController#index (for 180.76.5.12 at 2011-09-20 10:59:43) [GET]
  Session ID: 56b3cf5491b36263c4528bc02277f392
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002696)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000551)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.000189)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00143)
Rendered community/_user_table (0.00165)
Completed in 0.04722 (21 reqs/sec) | Rendering: 0.01935 (40%) | DB: 0.00344 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/F]


Processing CommunityController#index (for 180.76.5.15 at 2011-09-20 23:04:41) [GET]
  Session ID: 0104e32afe26785565759880915d2383
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001916)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000565)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000166)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00146)
Rendered community/_user_table (0.00164)
Completed in 0.05424 (18 reqs/sec) | Rendering: 0.01959 (36%) | DB: 0.00265 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/C]


Processing CommunityController#index (for 180.76.5.163 at 2011-09-20 23:28:49) [GET]
  Session ID: 136967d0a379f37e5c060be2306ae84f
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001091)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000140)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000165)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00126)
Completed in 0.02648 (37 reqs/sec) | Rendering: 0.01723 (65%) | DB: 0.00140 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 66.249.71.212 at 2011-09-21 17:15:34) [GET]
  Session ID: db0cca8b0d1117706ab8d96459c542e9
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002180)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000583)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000173)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.002771)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.000555)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00139)
  [4;35;1mSpec Load (0.000309)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00641)
Completed in 0.09504 (10 reqs/sec) | Rendering: 0.02564 (26%) | DB: 0.00657 (6%) | 200 OK [http://imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 180.76.5.163 at 2011-09-21 20:24:01) [GET]
  Session ID: 5727203b5b475ae772cd72a26ea8c67b
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002075)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000531)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000179)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00145)
Rendered community/_user_table (0.00165)
Completed in 0.05899 (16 reqs/sec) | Rendering: 0.02760 (46%) | DB: 0.00278 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/M]


Processing CommunityController#index (for 180.76.5.53 at 2011-09-21 21:57:59) [GET]
  Session ID: 0cb04b4888bf79740a59ddd10f8be003
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.016689)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000152)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000171)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00146)
Rendered community/_user_table (0.00167)
Completed in 0.05670 (17 reqs/sec) | Rendering: 0.01958 (34%) | DB: 0.01701 (30%) | 200 OK [http://www.imran.net/railsspace/public/community/index/V]


Processing CommunityController#index (for 180.76.5.14 at 2011-09-21 23:55:47) [GET]
  Session ID: 43622a37d2ba7571cfa6de99fee55647
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001728)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000591)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000179)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00148)
Rendered community/_user_table (0.00166)
Completed in 0.05516 (18 reqs/sec) | Rendering: 0.01961 (35%) | DB: 0.00250 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/X]


Processing CommunityController#index (for 180.76.5.170 at 2011-09-22 01:38:25) [GET]
  Session ID: 41ae459f7246a6f92f760e742bb1c03f
  Parameters: {"action"=>"index", "id"=>"K", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001120)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000157)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'K%') [0m
  [4;36;1mSpec Load (0.000170)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'K%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00106)
Rendered community/_user_table (0.00129)
Completed in 0.08831 (11 reqs/sec) | Rendering: 0.02904 (32%) | DB: 0.00145 (1%) | 200 OK [http://www.imran.net/railsspace/public/community/index/K]


Processing CommunityController#index (for 180.76.5.183 at 2011-09-22 03:09:15) [GET]
  Session ID: 09dd8d9badc05c82ca242a6980cdd91e
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002803)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000595)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000312)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00291)
Rendered community/_user_table (0.00168)
Completed in 0.09649 (10 reqs/sec) | Rendering: 0.03080 (31%) | DB: 0.00371 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/C]


Processing SiteController#index (for 89.123.57.188 at 2011-09-22 08:34:59) [GET]
  Session ID: 0646d3bbefafe124de45d3945c66b9ab
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01935 (51 reqs/sec) | Rendering: 0.01748 (90%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#register (for 180.76.5.53 at 2011-09-22 13:56:48) [GET]
  Session ID: 5ff447e8cb0931526b0142e6f831d5a8
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01718)
Rendered user/_email_field_row (0.00127)
Rendered user/_password_field_row (0.00139)
Rendered user/_password_field_row (0.00092)
Completed in 0.03713 (26 reqs/sec) | Rendering: 0.03502 (94%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing ProfileController#show (for 180.76.5.67 at 2011-09-22 15:27:54) [GET]
  Session ID: 48f91526a873d0ad2baaaf1532129e30
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.016535)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000473)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.012051)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:city, :gender, :state, :birthdate, :zip_code, :first_name, :user_id, :last_name, :occupation]
  [4;35;1mSpec Load (0.010578)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.017282)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:magazines, :movies, :companies, :skillz, :television, :books, :music, :user_id, :schools, :bio]
  [4;35;1mFaq Load (0.000854)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.016229)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000745)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001716)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.016491)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.02836)
Rendered profile/_contact_box (0.00154)
Rendered faq/_sidebar_box (0.00189)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00031)
Rendered faq/_sidebar_box (0.00031)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00032)
  [4;36;1mSQL (0.003539)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000192)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000175)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000229)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01334)
Completed in 0.20167 (4 reqs/sec) | Rendering: 0.04349 (21%) | DB: 0.09709 (48%) | 200 OK [http://www.imran.net/railsspace/public/profile/imran]


Processing CommunityController#index (for 180.76.5.53 at 2011-09-22 17:00:20) [GET]
  Session ID: 36b900c1a5b1631ec6c70e32bb5239c9
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001113)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000172)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000212)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00146)
Rendered community/_user_table (0.00169)
Completed in 0.04510 (22 reqs/sec) | Rendering: 0.01958 (43%) | DB: 0.00150 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/V]


Processing CommunityController#index (for 180.76.5.189 at 2011-09-22 18:32:33) [GET]
  Session ID: 932fa450c13f1d19c88749ae3cc7e39f
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001119)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000153)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000171)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00106)
Rendered community/_user_table (0.00127)
Completed in 0.04128 (24 reqs/sec) | Rendering: 0.01795 (43%) | DB: 0.00144 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/P]


Processing CommunityController#index (for 180.76.5.194 at 2011-09-22 20:06:35) [GET]
  Session ID: aa23e2fd9df4384d1b4706adcad34153
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001861)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000179)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000158)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00106)
Rendered community/_user_table (0.00129)
Completed in 0.05071 (19 reqs/sec) | Rendering: 0.01822 (35%) | DB: 0.00220 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/M]


Processing CommunityController#index (for 180.76.5.146 at 2011-09-23 04:10:52) [GET]
  Session ID: 99c5172888f22328b31c8100a7634372
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.005386)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000709)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000187)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00143)
Rendered community/_user_table (0.00167)
Completed in 0.12698 (7 reqs/sec) | Rendering: 0.02063 (16%) | DB: 0.00628 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/N]


Processing SiteController#index (for 173.193.219.168 at 2011-09-25 02:40:34) [GET]
  Session ID: cf1e63075ade775a6f9b69be00795a4d
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.03649 (27 reqs/sec) | Rendering: 0.03437 (94%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#register (for 173.193.219.168 at 2011-09-25 02:44:08) [GET]
  Session ID: 83df07c52fe917a31aa632cf21de5522
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01372)
Rendered user/_email_field_row (0.00145)
Rendered user/_password_field_row (0.00145)
Rendered user/_password_field_row (0.00092)
Completed in 0.04530 (22 reqs/sec) | Rendering: 0.04337 (95%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing UserController#login (for 173.193.219.168 at 2011-09-25 02:44:10) [GET]
  Session ID: f9efa78e5570016ea234bbed0a0a3cf9
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.013405)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00245)
Rendered user/_password_field_row (0.00106)
Completed in 0.04735 (21 reqs/sec) | Rendering: 0.02330 (49%) | DB: 0.01341 (28%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing SiteController#about (for 173.193.219.168 at 2011-09-25 02:44:11) [GET]
  Session ID: efd402598e439c9130571090831e0210
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.03792 (26 reqs/sec) | Rendering: 0.03602 (94%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#help (for 173.193.219.168 at 2011-09-25 02:44:13) [GET]
  Session ID: 67ce747488ceeae43cc5fde9c68d1636
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.02191 (45 reqs/sec) | Rendering: 0.01995 (91%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 173.193.219.168 at 2011-09-25 02:44:14) [GET]
  Session ID: f2dcd375a34a0c70c6d54772505c4e02
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00144)
Rendered community/_user_table (0.00259)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.014958)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :occupation, :state, :city, :zip_code, :user_id, :last_name]
Rendered community/_browse_form (0.05401)
Rendered community/_search_form (0.00190)
Completed in 0.07874 (12 reqs/sec) | Rendering: 0.06186 (78%) | DB: 0.01496 (18%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing UserController#register (for 66.249.71.212 at 2011-09-25 16:51:02) [GET]
  Session ID: c3055b569187f8923231b80f2f2bcca6
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.04277)
Rendered user/_email_field_row (0.00140)
Rendered user/_password_field_row (0.00137)
Rendered user/_password_field_row (0.00093)
Completed in 0.06158 (16 reqs/sec) | Rendering: 0.05966 (96%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing UserController#login (for 66.249.71.212 at 2011-09-25 17:53:08) [GET]
  Session ID: c3b17908cdcaac3caa2294e37094aa49
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.017230)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00263)
Rendered user/_password_field_row (0.00111)
Completed in 0.06590 (15 reqs/sec) | Rendering: 0.02650 (40%) | DB: 0.01723 (26%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing SiteController#index (for 62.212.69.137 at 2011-09-30 21:07:31) [GET]
  Session ID: 9070a89ace47d69c1a19a8df92c95050
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01343 (74 reqs/sec) | Rendering: 0.01154 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 66.249.71.232 at 2011-10-02 23:40:28) [GET]
  Session ID: 863d74f194fc658f63c519175eb3a258
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02015 (49 reqs/sec) | Rendering: 0.01811 (89%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 67.195.111.226 at 2011-10-03 02:06:34) [GET]
  Session ID: b33d7f6a6c7af8b01bf7699780bc399a
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01620 (61 reqs/sec) | Rendering: 0.01428 (88%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 176.74.192.85 at 2011-10-04 18:29:51) [GET]
  Session ID: 327f56189608a7a2f4f31e88a4b10914
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.03073 (32 reqs/sec) | Rendering: 0.02856 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#help (for 176.74.192.85 at 2011-10-04 18:30:44) [GET]
  Session ID: 4f228ee972027653cbb5b5296e20db8b
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01688 (59 reqs/sec) | Rendering: 0.01502 (88%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing EmailController#remind (for 180.76.5.50 at 2011-10-05 08:45:16) [GET]
  Session ID: 6f24676ee85a05bb81f1e795f0d37e5f
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.05524 (18 reqs/sec) | Rendering: 0.05328 (96%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/email/remind]


Processing SiteController#about (for 180.76.5.163 at 2011-10-05 09:50:33) [GET]
  Session ID: 9ed7d779779dbfe9dbf1782cc1af2021
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.02880 (34 reqs/sec) | Rendering: 0.02671 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#help (for 67.195.111.226 at 2011-10-11 10:14:55) [GET]
  Session ID: 9e7da9fa2e41e4eb778dc0387ae6263e
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01317 (75 reqs/sec) | Rendering: 0.01112 (84%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 180.76.5.193 at 2011-10-14 08:57:14) [GET]
  Session ID: eb1ca600427f592203018667b8e5027b
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002793)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000562)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000173)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00143)
Rendered community/_user_table (0.00162)
Completed in 0.06358 (15 reqs/sec) | Rendering: 0.01947 (30%) | DB: 0.00353 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/I]


Processing SiteController#index (for 38.100.21.15 at 2011-10-17 06:31:21) [GET]
  Session ID: e170b3c5a59f342f113da6863ae42670
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01295 (77 reqs/sec) | Rendering: 0.01107 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#register (for 180.76.5.182 at 2011-10-19 05:21:33) [GET]
  Session ID: 3d090857c006a265342ca0333bae9d55
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.03381)
Rendered user/_email_field_row (0.00139)
Rendered user/_password_field_row (0.00139)
Rendered user/_password_field_row (0.00091)
Completed in 0.05366 (18 reqs/sec) | Rendering: 0.05159 (96%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing SiteController#index (for 67.195.115.161 at 2011-10-19 23:54:15) [GET]
  Session ID: df8b1abfc7b02530c0e0128a3ccb0658
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01278 (78 reqs/sec) | Rendering: 0.01090 (85%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 92.85.46.242 at 2011-10-20 12:04:12) [GET]
  Session ID: 62a39f6436cd70072851e508957adae2
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.05180 (19 reqs/sec) | Rendering: 0.04973 (96%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 173.192.34.95 at 2011-10-20 20:46:10) [GET]
  Session ID: 8ab289febc4bf1d02d9836f3037efbee
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02875 (34 reqs/sec) | Rendering: 0.02686 (93%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#register (for 173.192.34.95 at 2011-10-20 20:47:13) [GET]
  Session ID: 4c1b1a6aa4fddf93092c7d40d7e28f83
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01304)
Rendered user/_email_field_row (0.00138)
Rendered user/_password_field_row (0.00154)
Rendered user/_password_field_row (0.00092)
Completed in 0.03046 (32 reqs/sec) | Rendering: 0.02856 (93%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing UserController#login (for 173.192.34.95 at 2011-10-20 20:47:14) [GET]
  Session ID: b5bfaf2ea956da4e18833b4eb5ad4d16
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.167748)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00309)
Rendered user/_password_field_row (0.00115)
Completed in 1.73672 (0 reqs/sec) | Rendering: 1.55797 (89%) | DB: 0.16775 (9%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing SiteController#about (for 173.192.34.95 at 2011-10-20 20:47:18) [GET]
  Session ID: f9be13f1470ac765e5aa910b12f20b8d
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.02129 (46 reqs/sec) | Rendering: 0.01936 (90%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#help (for 173.192.34.95 at 2011-10-20 20:47:20) [GET]
  Session ID: 659f7cd23d9efa8123376ed82056feda
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01322 (75 reqs/sec) | Rendering: 0.01116 (84%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 173.192.34.95 at 2011-10-20 20:47:21) [GET]
  Session ID: baae7ba84ef1b53d7bddf433b2219841
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00138)
Rendered community/_user_table (0.00154)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.012216)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :occupation, :state, :city, :zip_code, :user_id, :last_name]
Rendered community/_browse_form (0.03084)
Rendered community/_search_form (0.00190)
Completed in 0.05381 (18 reqs/sec) | Rendering: 0.03951 (73%) | DB: 0.01222 (22%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing ProfileController#show (for 66.249.71.177 at 2011-10-21 14:18:22) [GET]
  Session ID: c4830c4353de692d1f1d2e5d14f38067
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.001874)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000580)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001634)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:city, :gender, :state, :birthdate, :zip_code, :first_name, :user_id, :last_name, :occupation]
  [4;35;1mSpec Load (0.000570)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.016690)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:magazines, :movies, :companies, :skillz, :television, :books, :music, :user_id, :schools, :bio]
  [4;35;1mFaq Load (0.000816)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.008497)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000396)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001190)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.006478)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.02533)
Rendered profile/_contact_box (0.00189)
Rendered faq/_sidebar_box (0.00218)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00031)
Rendered faq/_sidebar_box (0.00031)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
  [4;36;1mSQL (0.000890)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000164)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000149)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000150)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01019)
Completed in 0.20154 (4 reqs/sec) | Rendering: 0.04996 (24%) | DB: 0.04008 (19%) | 200 OK [http://imran.net/railsspace/public/profile/imran]


Processing CommunityController#index (for 66.249.71.177 at 2011-10-21 14:29:19) [GET]
  Session ID: 8ccdf6041c5871f20dcc8b3a3ca3f7bc
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000745)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000142)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00146)
Rendered community/_user_table (0.00166)
Completed in 0.02795 (35 reqs/sec) | Rendering: 0.01913 (68%) | DB: 0.00105 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/P]


Processing UserController#login (for 66.249.71.177 at 2011-10-22 17:47:53) [GET]
  Session ID: f0403b1573ea035425939a2ddfb5ccb2
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002158)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00302)
Rendered user/_password_field_row (0.00154)
Completed in 0.07546 (13 reqs/sec) | Rendering: 0.01825 (24%) | DB: 0.00216 (2%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing SiteController#index (for 66.249.71.177 at 2011-10-23 06:10:23) [GET]
  Session ID: 137ea0eebadd3c1c7d4aee7d03f914aa
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01350 (74 reqs/sec) | Rendering: 0.01143 (84%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#help (for 66.249.71.177 at 2011-10-26 16:09:26) [GET]
  Session ID: 53df2b10794278cbab6f74e41a022aac
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01274 (78 reqs/sec) | Rendering: 0.01089 (85%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 180.76.5.52 at 2011-10-26 22:06:34) [GET]
  Session ID: c61621e71d5c370317fb46fa8973dd39
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001901)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000638)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000173)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00157)
Rendered community/_user_table (0.00169)
Completed in 0.05310 (18 reqs/sec) | Rendering: 0.02085 (39%) | DB: 0.00271 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/X]


Processing UserController#register (for 66.249.71.177 at 2011-10-27 21:17:02) [GET]
  Session ID: 7f4eff24464981380025f3cd8de8a328
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.02975)
Rendered user/_email_field_row (0.00131)
Rendered user/_password_field_row (0.00148)
Rendered user/_password_field_row (0.00092)
Completed in 0.04820 (20 reqs/sec) | Rendering: 0.04634 (96%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing CommunityController#index (for 66.249.71.197 at 2011-10-29 09:32:30) [GET]
  Session ID: adf41f4f537c5b017e28f514a233dc51
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00142)
Rendered community/_user_table (0.00170)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001928)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :occupation, :state, :city, :zip_code, :user_id, :last_name]
Rendered community/_browse_form (0.03400)
Rendered community/_search_form (0.00185)
Completed in 0.05756 (17 reqs/sec) | Rendering: 0.05367 (93%) | DB: 0.00193 (3%) | 200 OK [http://imran.net/railsspace/public/community]


Processing CommunityController#index (for 180.76.5.64 at 2011-10-29 19:56:04) [GET]
  Session ID: 6c373c4ac5280b3f8177354d97b14c54
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001595)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000580)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000170)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00165)
Rendered community/_user_table (0.00171)
Completed in 0.04509 (22 reqs/sec) | Rendering: 0.02087 (46%) | DB: 0.00235 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/J]


Processing SiteController#about (for 66.249.71.197 at 2011-10-30 17:20:41) [GET]
  Session ID: 2f331099cd7a87d1a7042d9f21f74b50
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01283 (77 reqs/sec) | Rendering: 0.01094 (85%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing EmailController#remind (for 66.249.71.197 at 2011-11-03 11:59:50) [GET]
  Session ID: 44cd2e1afd0e8b5ce4e58da2e1b1584a
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.03094 (32 reqs/sec) | Rendering: 0.02905 (93%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/email/remind]


Processing CommunityController#index (for 180.76.5.98 at 2011-11-03 21:19:51) [GET]
  Session ID: dcab23a6f262cbc1b4406b213cc88e4d
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002364)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000583)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000174)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00192)
Rendered community/_user_table (0.00177)
Completed in 0.07153 (13 reqs/sec) | Rendering: 0.03590 (50%) | DB: 0.00312 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/N]


Processing CommunityController#index (for 180.76.5.159 at 2011-11-03 21:48:22) [GET]
  Session ID: 48930c7a704fc47d561f737c735e4add
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001055)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000211)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000234)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00114)
Rendered community/_user_table (0.00132)
Completed in 0.02961 (33 reqs/sec) | Rendering: 0.01857 (62%) | DB: 0.00150 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 180.76.5.96 at 2011-11-05 05:34:18) [GET]
  Session ID: 357bc52306e85a84d05611c67060222b
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00175)
Rendered community/_user_table (0.00166)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.015892)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :occupation, :state, :city, :zip_code, :user_id, :last_name]
Rendered community/_browse_form (0.08342)
Rendered community/_search_form (0.02532)
Completed in 0.13566 (7 reqs/sec) | Rendering: 0.11775 (86%) | DB: 0.01589 (11%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing SiteController#help (for 180.76.5.193 at 2011-11-05 09:40:07) [GET]
  Session ID: eed004ea90318d35960159fdeaaab674
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.04284 (23 reqs/sec) | Rendering: 0.04098 (95%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 180.76.5.157 at 2011-11-06 07:51:24) [GET]
  Session ID: 53d7d02c4cca20ab3b2549c9616c06db
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001964)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000572)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000172)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00168)
Rendered community/_user_table (0.00167)
Completed in 0.04518 (22 reqs/sec) | Rendering: 0.02033 (44%) | DB: 0.00271 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/P]


Processing UserController#login (for 180.76.5.137 at 2011-11-10 10:14:27) [GET]
  Session ID: 86aca600d7ba120b1a7924757c4caa19
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.001904)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00297)
Rendered user/_password_field_row (0.00155)
Completed in 0.04345 (23 reqs/sec) | Rendering: 0.01815 (41%) | DB: 0.00190 (4%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing ProfileController#show (for 180.76.5.187 at 2011-11-10 21:24:02) [GET]
  Session ID: 3e855f31f98b80982834da0ef84a952f
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002292)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000509)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001558)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:city, :gender, :state, :birthdate, :zip_code, :first_name, :user_id, :last_name, :occupation]
  [4;35;1mSpec Load (0.000577)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.020432)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:magazines, :movies, :companies, :skillz, :television, :books, :music, :user_id, :schools, :bio]
  [4;35;1mFaq Load (0.000792)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.024908)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000397)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001479)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.013519)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.03727)
Rendered profile/_contact_box (0.00261)
Rendered faq/_sidebar_box (0.00188)
Rendered faq/_sidebar_box (0.00034)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00033)
  [4;36;1mSQL (0.001943)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000196)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000151)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000160)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01135)
Completed in 0.22980 (4 reqs/sec) | Rendering: 0.06446 (28%) | DB: 0.06891 (29%) | 200 OK [http://www.imran.net/railsspace/public/profile/imran]


Processing SiteController#about (for 180.76.5.150 at 2011-11-11 08:11:04) [GET]
  Session ID: 688c7f47493edd8f4804dd8db0744263
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.02416 (41 reqs/sec) | Rendering: 0.02227 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#index (for 66.249.71.165 at 2011-11-13 01:53:26) [GET]
  Session ID: 0d8ecf20361e95343f33ee0d7a7ff2b9
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01382 (72 reqs/sec) | Rendering: 0.01167 (84%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 46.165.196.88 at 2011-11-17 00:22:21) [GET]
  Session ID: 7141356a616f7cf88c7f91cec9d05773
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01325 (75 reqs/sec) | Rendering: 0.01127 (85%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 192.114.71.13 at 2011-11-20 07:24:31) [GET]
  Session ID: 40a8d7d51a5667deda9921e2224b35a4
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.04458 (22 reqs/sec) | Rendering: 0.04232 (94%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#register (for 192.114.71.13 at 2011-11-20 07:24:57) [GET]
  Session ID: bc8c49bba195828ec49add2b0d3d6d98
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.02637)
Rendered user/_email_field_row (0.02210)
Rendered user/_password_field_row (0.00972)
Rendered user/_password_field_row (0.00097)
Completed in 0.07691 (13 reqs/sec) | Rendering: 0.07488 (97%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing SiteController#help (for 192.114.71.13 at 2011-11-20 07:24:57) [GET]
  Session ID: 59b9683fc60d1fa48ee60d8036084e9b
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.02650 (37 reqs/sec) | Rendering: 0.02445 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:24:58) [GET]
  Session ID: 862943b21a0b63e93299eed3f043bfcd
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.01404)
Rendered community/_user_table (0.01005)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.034670)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :occupation, :state, :city, :zip_code, :user_id, :last_name]
Rendered community/_browse_form (0.10250)


Processing UserController#login (for 192.114.71.13 at 2011-11-20 07:24:58) [GET]
  Session ID: 9343adbda141721e478175354774749c
  Parameters: {"action"=>"login", "controller"=>"user"}
Rendered community/_search_form (0.00735)
Completed in 0.15627 (6 reqs/sec) | Rendering: 0.11952 (76%) | DB: 0.03467 (22%) | 200 OK [http://www.imran.net/railsspace/public/community]
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.030878)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00262)
Rendered user/_password_field_row (0.00108)
Completed in 0.09019 (11 reqs/sec) | Rendering: 0.03254 (36%) | DB: 0.03088 (34%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing SiteController#about (for 192.114.71.13 at 2011-11-20 07:24:58) [GET]
  Session ID: a5dd0e72aa6e8b512cb9fb92bb1e5377
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01616 (61 reqs/sec) | Rendering: 0.01415 (87%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing EmailController#remind (for 192.114.71.13 at 2011-11-20 07:26:03) [GET]
  Session ID: 3d8c3b98274e2752ae1362bdb9b8b69d
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.07405 (13 reqs/sec) | Rendering: 0.07201 (97%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/email/remind]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:03) [GET]
  Session ID: ebac6971c5cb00fa4e0eb23fdab3a4c2
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:03) [GET]
  Session ID: 21d4c8b494f3d32be440dcd00ebaf4ed
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000865)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;36;1mSpec Columns (0.018662)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.051568)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000348)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
  [4;35;1mSQL (0.061908)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.015373)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.001270)[0m   [0mSHOW FIELDS FROM `users`[0m
Rendered community/_result_summary (0.00125)
Rendered community/_user_table (0.00138)
  [4;36;1mUser Load (0.010935)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.02117)
Completed in 0.18169 (5 reqs/sec) | Rendering: 0.06328 (34%) | DB: 0.09594 (52%) | 200 OK [http://www.imran.net/railsspace/public/community/index/C]
  [4;35;1mSpec Load (0.011623)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.01797)
Completed in 0.18880 (5 reqs/sec) | Rendering: 0.06616 (35%) | DB: 0.07661 (40%) | 200 OK [http://www.imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:04) [GET]
  Session ID: 685e48f7c1981bf8c7da2a4e579b5e28
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.013681)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.015313)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.009429)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.01632)
Rendered community/_user_table (0.00146)


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:04) [GET]
  Session ID: 9e07b053792244c098dd8737e8b91709
  Parameters: {"action"=>"index", "id"=>"B", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:04) [GET]
  Session ID: b97facde66c52fd8cb0b9434a726c890
  Parameters: {"action"=>"index", "id"=>"D", "controller"=>"community"}
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000894)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;35;1mSQL (0.000217)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'B%') [0m
  [4;36;1mSpec Load (0.000195)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'B%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Completed in 0.10292 (9 reqs/sec) | Rendering: 0.04460 (43%) | DB: 0.03842 (37%) | 200 OK [http://www.imran.net/railsspace/public/community/index/F]
  [4;36;1mSpec Columns (0.001203)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
Rendered community/_result_summary (0.00111)
Rendered community/_user_table (0.00135)
  [4;35;1mSQL (0.000286)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'D%') [0m
  [4;36;1mSpec Load (0.000187)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'D%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Completed in 0.02872 (34 reqs/sec) | Rendering: 0.01868 (65%) | DB: 0.00131 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/B]
Rendered community/_result_summary (0.00146)
Rendered community/_user_table (0.00133)
Completed in 0.06211 (16 reqs/sec) | Rendering: 0.04015 (64%) | DB: 0.00168 (2%) | 200 OK [http://www.imran.net/railsspace/public/community/index/D]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:04) [GET]
  Session ID: d19f090e595fbf1bb1007c38f4025c67
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.009918)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.016744)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.019515)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00109)
Rendered community/_user_table (0.00129)
Completed in 0.08637 (11 reqs/sec) | Rendering: 0.01790 (20%) | DB: 0.04618 (53%) | 200 OK [http://www.imran.net/railsspace/public/community/index/I]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:04) [GET]
  Session ID: 1a966504ad6d3fc369d22a22a1e001d8
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001058)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000990)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000191)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00120)
Rendered community/_user_table (0.00133)
Completed in 0.03031 (32 reqs/sec) | Rendering: 0.01867 (61%) | DB: 0.00224 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/H]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:04) [GET]
  Session ID: c8821b7d8d4b504fc849a25b453026a4
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000851)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000173)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000179)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00105)
Rendered community/_user_table (0.00128)
Completed in 0.02716 (36 reqs/sec) | Rendering: 0.01754 (64%) | DB: 0.00120 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/G]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:05) [GET]
  Session ID: c647e6fa85855e92c0b769920dfee847
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001277)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000541)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000241)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00117)
Rendered community/_user_table (0.00138)
Completed in 0.03130 (31 reqs/sec) | Rendering: 0.01931 (61%) | DB: 0.00206 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/E]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:05) [GET]
  Session ID: 71d594172cce1eb95517e40ea94bd6b2
  Parameters: {"action"=>"index", "id"=>"K", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000826)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000189)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'K%') [0m
  [4;36;1mSpec Load (0.000190)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'K%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00111)
Rendered community/_user_table (0.00134)
Completed in 0.02769 (36 reqs/sec) | Rendering: 0.01791 (64%) | DB: 0.00120 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/K]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:05) [GET]
  Session ID: b38cb79f26211afdcee6443a10c7c3b1
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:05) [GET]
  Session ID: 8bb68e80e0e8c0e0baec19525d1ca872
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000818)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
  [4;36;1mSpec Columns (0.000694)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000173)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000199)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
  [4;35;1mSQL (0.000141)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000174)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00106)
Rendered community/_result_summary (0.00106)
Rendered community/_user_table (0.00130)
Rendered community/_user_table (0.00129)
Completed in 0.02709 (36 reqs/sec) | Rendering: 0.01754 (64%) | DB: 0.00119 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/J]
Completed in 0.02667 (37 reqs/sec) | Rendering: 0.01748 (65%) | DB: 0.00101 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:05) [GET]
  Session ID: 579b8d286cfbbf0082303f4c07162347
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000814)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000182)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000183)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00105)
Rendered community/_user_table (0.00129)
Completed in 0.02703 (36 reqs/sec) | Rendering: 0.01757 (64%) | DB: 0.00118 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/M]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:05) [GET]
  Session ID: ad8410b80a4d30dfb0f187ad4716b4a1
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002727)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000189)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.006635)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00109)
Rendered community/_user_table (0.00129)
Completed in 0.03556 (28 reqs/sec) | Rendering: 0.01775 (49%) | DB: 0.00955 (26%) | 200 OK [http://www.imran.net/railsspace/public/community/index/N]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:06) [GET]
  Session ID: 3ad916fcc4e61c358338e7151b7aacf6
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000933)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000204)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000183)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00114)
Rendered community/_user_table (0.00131)
Completed in 0.02916 (34 reqs/sec) | Rendering: 0.01888 (64%) | DB: 0.00132 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/O]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:06) [GET]
  Session ID: 57fc036349af64d7c228e8941bdbe7f1
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001095)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000390)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000191)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00121)
Rendered community/_user_table (0.00132)
Completed in 0.02986 (33 reqs/sec) | Rendering: 0.01836 (61%) | DB: 0.00168 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/P]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:07) [GET]
  Session ID: 21f831213b71946a8738351a1def0f5a
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001108)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.025466)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:07) [GET]
  Session ID: 438efe3fe70f4d658acb12e2e5c588b5
  Parameters: {"action"=>"index", "id"=>"Q", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Load (0.016125)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00107)
Rendered community/_user_table (0.00128)
Completed in 0.09206 (10 reqs/sec) | Rendering: 0.02832 (30%) | DB: 0.04270 (46%) | 200 OK [http://www.imran.net/railsspace/public/community/index/S]
  [4;36;1mSpec Columns (0.019924)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.016708)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Q%') [0m
  [4;36;1mSpec Load (0.019484)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Q%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:07) [GET]
  Session ID: 8f565b5c047c4e1fcb1240cd031d06bf
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Rendered community/_result_summary (0.00141)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
Rendered community/_user_table (0.00134)
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000994)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000250)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000189)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Completed in 0.10785 (9 reqs/sec) | Rendering: 0.01925 (17%) | DB: 0.05612 (52%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Q]
Rendering community/index
Rendered community/_result_summary (0.00108)
Rendered community/_user_table (0.00128)
Completed in 0.03781 (26 reqs/sec) | Rendering: 0.02698 (71%) | DB: 0.00143 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/R]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:07) [GET]
  Session ID: 4292684bfe5665be44bb7cda397dc702
  Parameters: {"action"=>"index", "id"=>"T", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000946)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000187)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'T%') [0m
  [4;36;1mSpec Load (0.000177)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'T%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00111)
Rendered community/_user_table (0.00128)
Completed in 0.05571 (17 reqs/sec) | Rendering: 0.03783 (67%) | DB: 0.00131 (2%) | 200 OK [http://www.imran.net/railsspace/public/community/index/T]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:08) [GET]
  Session ID: c64e17ca1cda07b688cc8269b840cb8a
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000834)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000410)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000183)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00126)
Rendered community/_user_table (0.00538)
Completed in 0.03307 (30 reqs/sec) | Rendering: 0.02305 (69%) | DB: 0.00143 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/V]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:08) [GET]
  Session ID: 97706623048e241d98903cae3f73e64e
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000822)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000204)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000186)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00128)
Completed in 0.02692 (37 reqs/sec) | Rendering: 0.01752 (65%) | DB: 0.00121 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/W]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:08) [GET]
  Session ID: acc795d8806b332abba8b4e6f02ea258
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000682)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000153)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000173)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00107)


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:08) [GET]
  Session ID: 5b45cd66f8d803bf6fe35885ce8e7608
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Rendered community/_user_table (0.00130)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000623)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
Completed in 0.02706 (36 reqs/sec) | Rendering: 0.01779 (65%) | DB: 0.00101 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/U]
  [4;35;1mSQL (0.000149)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000163)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00126)
Completed in 0.02758 (36 reqs/sec) | Rendering: 0.01751 (63%) | DB: 0.00093 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Z]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:08) [GET]
  Session ID: 95284b07212c0fba79e4af1d7807061d
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000617)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000139)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000160)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00106)
Rendered community/_user_table (0.00128)
Completed in 0.02640 (37 reqs/sec) | Rendering: 0.01740 (65%) | DB: 0.00092 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Y]


Processing CommunityController#index (for 192.114.71.13 at 2011-11-20 07:26:08) [GET]
  Session ID: 5fed17593fdea1e01226ec2712174226
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000899)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000179)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000170)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00107)
Rendered community/_user_table (0.00128)
Completed in 0.02715 (36 reqs/sec) | Rendering: 0.01744 (64%) | DB: 0.00125 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/X]


Processing ProfileController#show (for 192.114.71.13 at 2011-11-20 07:27:30) [GET]
  Session ID: c522abd8d13259f3b8f035779032091a
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.000682)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000160)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000679)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:city, :gender, :state, :birthdate, :zip_code, :first_name, :user_id, :last_name, :occupation]
  [4;35;1mSpec Load (0.000150)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.057574)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:magazines, :movies, :companies, :skillz, :television, :books, :music, :user_id, :schools, :bio]
  [4;35;1mFaq Load (0.000826)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.008948)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000351)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001139)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.006442)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.01236)
Rendered profile/_contact_box (0.00115)
Rendered faq/_sidebar_box (0.00103)
Rendered faq/_sidebar_box (0.00034)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
  [4;36;1mSQL (0.000745)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000175)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000179)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000154)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.00878)
Completed in 0.13953 (7 reqs/sec) | Rendering: 0.03247 (23%) | DB: 0.07820 (56%) | 200 OK [http://www.imran.net/railsspace/public/profile/imran]


Processing SiteController#index (for 66.249.71.251 at 2011-11-28 14:10:44) [GET]
  Session ID: adb9af8c0ebece278f908738a8e3e653
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01294 (77 reqs/sec) | Rendering: 0.01103 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 66.249.71.251 at 2011-11-28 14:28:24) [GET]
  Session ID: 29372475fc5d1e8ae9c8303cf76bace6
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01125 (88 reqs/sec) | Rendering: 0.00935 (83%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 176.9.51.209 at 2011-11-28 15:57:30) [GET]
  Session ID: 7e7a8c3077931ea0aa71e5a5a6f396bc
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01157 (86 reqs/sec) | Rendering: 0.00970 (83%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#register (for 176.9.51.209 at 2011-11-28 16:00:32) [GET]
  Session ID: 8dec5f121626ca952a5db2ed5d3c9353
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.02720)
Rendered user/_email_field_row (0.00091)
Rendered user/_password_field_row (0.00102)
Rendered user/_password_field_row (0.00093)
Completed in 0.04299 (23 reqs/sec) | Rendering: 0.04106 (95%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing UserController#login (for 176.9.51.209 at 2011-11-28 16:00:34) [GET]
  Session ID: 18ae77c9c17d30694a470e331cf4233e
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.008286)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00304)
Rendered user/_password_field_row (0.00139)
Completed in 0.03873 (25 reqs/sec) | Rendering: 0.01858 (47%) | DB: 0.00829 (21%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing SiteController#about (for 176.9.51.209 at 2011-11-28 16:00:36) [GET]
  Session ID: e5f7e4d1406fd96dc77f05ec75623940
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01120 (89 reqs/sec) | Rendering: 0.00926 (82%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#help (for 176.9.51.209 at 2011-11-28 16:00:38) [GET]
  Session ID: 02d131ef329a3c6c86f70c08896c4298
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01094 (91 reqs/sec) | Rendering: 0.00907 (82%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:00:40) [GET]
  Session ID: d52741a8d1047bb02b8b4338ab1f87a3
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00129)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.011030)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :occupation, :state, :city, :zip_code, :user_id, :last_name]
Rendered community/_browse_form (0.03076)
Rendered community/_search_form (0.00158)
Completed in 0.05152 (19 reqs/sec) | Rendering: 0.03857 (74%) | DB: 0.01103 (21%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing EmailController#remind (for 176.9.51.209 at 2011-11-28 16:02:20) [GET]
  Session ID: fe2ac769cdcb5ee6e7c46b93644cdba1
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.02514 (39 reqs/sec) | Rendering: 0.02308 (91%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/email/remind]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:02:22) [GET]
  Session ID: d3155ea897130023607fe36683bd1d11
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000755)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.007581)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000177)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.000792)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.000789)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00098)
  [4;35;1mSpec Load (0.000154)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00579)
Completed in 0.05036 (19 reqs/sec) | Rendering: 0.02329 (46%) | DB: 0.01025 (20%) | 200 OK [http://www.imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:02:25) [GET]
  Session ID: a878e479b46af42e63c123249a5bc23c
  Parameters: {"action"=>"index", "id"=>"B", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000675)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000158)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'B%') [0m
  [4;36;1mSpec Load (0.000173)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'B%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00126)
Completed in 0.02587 (38 reqs/sec) | Rendering: 0.01705 (65%) | DB: 0.00101 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/B]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:02:27) [GET]
  Session ID: 1bd3ae926a02f58ba622b8b6dae9fb6c
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001058)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000269)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000190)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02661 (37 reqs/sec) | Rendering: 0.01720 (64%) | DB: 0.00152 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/C]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:02:29) [GET]
  Session ID: 7857b8fb349a8a04434d09a608bdf4f7
  Parameters: {"action"=>"index", "id"=>"D", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000840)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.007010)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'D%') [0m
  [4;36;1mSpec Load (0.000215)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'D%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00108)
Rendered community/_user_table (0.00129)
Completed in 0.03412 (29 reqs/sec) | Rendering: 0.01761 (51%) | DB: 0.00806 (23%) | 200 OK [http://www.imran.net/railsspace/public/community/index/D]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:02:31) [GET]
  Session ID: 1f6471c122152513a8b066d967c15ab6
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001049)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000393)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000205)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00112)
Rendered community/_user_table (0.00131)
Completed in 0.02893 (34 reqs/sec) | Rendering: 0.01831 (63%) | DB: 0.00165 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/E]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:02:33) [GET]
  Session ID: 5f00fa8b70d8c8cbcab1ab5551c9cd9d
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000981)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000268)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.000186)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02647 (37 reqs/sec) | Rendering: 0.01717 (64%) | DB: 0.00143 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/F]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:02:59) [GET]
  Session ID: 5470111e70c414d76dd7941544419c49
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000729)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000215)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000156)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00126)
Completed in 0.02603 (38 reqs/sec) | Rendering: 0.01709 (65%) | DB: 0.00110 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/G]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:01) [GET]
  Session ID: 43ad42ba39b3c60b419ceb7096557696
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000578)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000134)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02574 (38 reqs/sec) | Rendering: 0.01713 (66%) | DB: 0.00088 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/H]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:04) [GET]
  Session ID: 3741849e0abb292fde464fd73e5f2fff
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000608)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000135)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000158)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02587 (38 reqs/sec) | Rendering: 0.01709 (66%) | DB: 0.00090 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/I]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:06) [GET]
  Session ID: 9b92f5359c50aa2d080c0575f69531db
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000620)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000141)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000163)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00126)
Completed in 0.02586 (38 reqs/sec) | Rendering: 0.01705 (65%) | DB: 0.00092 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/J]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:08) [GET]
  Session ID: f21095147f65af9f70d0d970ac757458
  Parameters: {"action"=>"index", "id"=>"K", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000609)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000143)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'K%') [0m
  [4;36;1mSpec Load (0.000155)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'K%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02604 (38 reqs/sec) | Rendering: 0.01712 (65%) | DB: 0.00091 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/K]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:10) [GET]
  Session ID: 1b95a0dee8bd1af1d41fead6876c1ea5
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000864)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000151)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000176)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00108)
Rendered community/_user_table (0.00132)
Completed in 0.02729 (36 reqs/sec) | Rendering: 0.01783 (65%) | DB: 0.00119 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:12) [GET]
  Session ID: 3e483e8a9064b3d9af69156d2ccae4d5
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000597)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000152)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000425)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00128)
Completed in 0.02675 (37 reqs/sec) | Rendering: 0.01738 (64%) | DB: 0.00117 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/M]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:14) [GET]
  Session ID: 240486ac6c4aeabf684644270aa00ee5
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000620)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000149)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000206)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00128)
Completed in 0.02587 (38 reqs/sec) | Rendering: 0.01715 (66%) | DB: 0.00098 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/N]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:17) [GET]
  Session ID: b9ec9d42ce5aa7562e2017c3acfaa036
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000592)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000142)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000156)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02610 (38 reqs/sec) | Rendering: 0.01742 (66%) | DB: 0.00089 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/O]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:19) [GET]
  Session ID: 94c56a9c4999fc78b076fc4fe5391786
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000617)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000161)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000156)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00105)
Rendered community/_user_table (0.00128)
Completed in 0.02609 (38 reqs/sec) | Rendering: 0.01729 (66%) | DB: 0.00093 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/P]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:21) [GET]
  Session ID: 3e621524da02f0f5a9a25bb1d6baae23
  Parameters: {"action"=>"index", "id"=>"Q", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000622)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000135)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Q%') [0m
  [4;36;1mSpec Load (0.000155)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Q%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00127)
Completed in 0.02603 (38 reqs/sec) | Rendering: 0.01714 (65%) | DB: 0.00091 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Q]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:23) [GET]
  Session ID: e41a0440a3a2dd07a6b0f430b4eb6f9d
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000582)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000135)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000157)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00126)
Completed in 0.02553 (39 reqs/sec) | Rendering: 0.01698 (66%) | DB: 0.00087 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/R]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:25) [GET]
  Session ID: bce3b2add5d7fc6611798e8fd366a77b
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000610)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000132)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m
  [4;36;1mSpec Load (0.000160)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02590 (38 reqs/sec) | Rendering: 0.01721 (66%) | DB: 0.00090 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/S]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:27) [GET]
  Session ID: d7990408d45e16276e99a62b7f879fe8
  Parameters: {"action"=>"index", "id"=>"T", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000611)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000144)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'T%') [0m
  [4;36;1mSpec Load (0.000156)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'T%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02583 (38 reqs/sec) | Rendering: 0.01711 (66%) | DB: 0.00091 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/T]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:30) [GET]
  Session ID: 50066f6aeffcb4828648894e9ae905ac
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000584)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000146)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00125)
Completed in 0.02554 (39 reqs/sec) | Rendering: 0.01692 (66%) | DB: 0.00089 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/U]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:32) [GET]
  Session ID: 895901db83fd567fae86233d391e397e
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.010891)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000361)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000184)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00109)
Rendered community/_user_table (0.00130)
Completed in 0.03982 (25 reqs/sec) | Rendering: 0.01875 (47%) | DB: 0.01144 (28%) | 200 OK [http://www.imran.net/railsspace/public/community/index/V]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:34) [GET]
  Session ID: 1499b5b67b0b86bc4d0a091e897ca9f8
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000958)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000273)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000222)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00114)
Rendered community/_user_table (0.00127)
Completed in 0.02865 (34 reqs/sec) | Rendering: 0.01781 (62%) | DB: 0.00145 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/W]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:36) [GET]
  Session ID: 71bf381074b33474ae95a7a4e5e79146
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000583)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000131)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000169)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00126)
Completed in 0.02570 (38 reqs/sec) | Rendering: 0.01711 (66%) | DB: 0.00088 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/X]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:38) [GET]
  Session ID: 871d600ef06d4cda735f833006eb4ea2
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000576)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000157)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000167)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00103)
Rendered community/_user_table (0.00127)
Completed in 0.02601 (38 reqs/sec) | Rendering: 0.01733 (66%) | DB: 0.00090 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Y]


Processing CommunityController#index (for 176.9.51.209 at 2011-11-28 16:03:40) [GET]
  Session ID: da4cd8db59dcdccaac2f1fc7b5fad145
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000601)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :state, :city, :occupation, :zip_code, :user_id, :last_name]
  [4;35;1mSQL (0.000138)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000169)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00107)
Rendered community/_user_table (0.00126)
Completed in 0.02606 (38 reqs/sec) | Rendering: 0.01732 (66%) | DB: 0.00091 (3%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Z]


Processing ProfileController#show (for 176.9.51.209 at 2011-11-28 16:03:43) [GET]
  Session ID: 46a69c92789879beb90a6964e37d851f
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.000796)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000165)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000578)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:city, :gender, :state, :birthdate, :zip_code, :first_name, :user_id, :last_name, :occupation]
  [4;35;1mSpec Load (0.000160)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.022424)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:magazines, :movies, :companies, :skillz, :television, :books, :music, :user_id, :schools, :bio]
  [4;35;1mFaq Load (0.000825)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.008813)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000521)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001212)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.006530)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.02084)
Rendered profile/_contact_box (0.00116)
Rendered faq/_sidebar_box (0.00103)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00033)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
Rendered faq/_sidebar_box (0.00032)
  [4;36;1mSQL (0.000947)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000165)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000152)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000148)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.00912)
Completed in 0.15333 (6 reqs/sec) | Rendering: 0.06538 (42%) | DB: 0.04344 (28%) | 200 OK [http://www.imran.net/railsspace/public/profile/imran]


Processing SiteController#index (for 180.76.6.233 at 2011-11-29 06:57:05) [GET]
  Session ID: c758b88f952543168b639b1cb36b0eae
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02472 (40 reqs/sec) | Rendering: 0.02281 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 173.192.34.95 at 2011-12-03 19:27:01) [GET]
  Session ID: 4b2d9735a2ad5fddb070f8dba6cd2f30
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.03953 (25 reqs/sec) | Rendering: 0.03735 (94%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#register (for 173.192.34.95 at 2011-12-03 19:28:16) [GET]
  Session ID: 27d257b7c9447eeeabbb6ac72c68d1ca
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01243)
Rendered user/_email_field_row (0.00130)
Rendered user/_password_field_row (0.00156)
Rendered user/_password_field_row (0.00104)
Completed in 0.02972 (33 reqs/sec) | Rendering: 0.02783 (93%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing UserController#login (for 173.192.34.95 at 2011-12-03 19:28:18) [GET]
  Session ID: 37fd17d4615ccd9e6dbfcc6e98f68135
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.081347)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00282)
Rendered user/_password_field_row (0.00117)
Completed in 0.11279 (8 reqs/sec) | Rendering: 0.02068 (18%) | DB: 0.08135 (72%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing SiteController#about (for 173.192.34.95 at 2011-12-03 19:28:19) [GET]
  Session ID: 152535d6d1e97fa53db9758e624dcfba
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01151 (86 reqs/sec) | Rendering: 0.00965 (83%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#help (for 173.192.34.95 at 2011-12-03 19:28:21) [GET]
  Session ID: 861a78ed2d92b7e36c40c6bf6f1e6728
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01137 (87 reqs/sec) | Rendering: 0.00951 (83%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 173.192.34.95 at 2011-12-03 19:28:22) [GET]
  Session ID: e9474bf4c91edb16373a1975e21f3307
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00193)
Rendered community/_user_table (0.00170)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.014953)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :birthdate, :first_name, :occupation, :state, :city, :zip_code, :user_id, :last_name]
Rendered community/_browse_form (0.04549)
Rendered community/_search_form (0.00185)
Completed in 0.06858 (14 reqs/sec) | Rendering: 0.05167 (75%) | DB: 0.01495 (21%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing SiteController#index (for 66.249.71.165 at 2011-12-03 22:45:13) [GET]
  Session ID: de56d89853e41af353b27856342c0a0e
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02045 (48 reqs/sec) | Rendering: 0.01840 (89%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing CommunityController#index (for 180.76.5.62 at 2011-12-10 10:34:42) [GET]
  Session ID: 73d87d2b34c4481c147cb758578205c9
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.020801)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :first_name, :city, :occupation, :zip_code, :last_name, :user_id, :gender, :state]
  [4;35;1mSQL (0.001838)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000272)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00461)
Rendered community/_user_table (0.01118)
Completed in 0.10569 (9 reqs/sec) | Rendering: 0.04461 (42%) | DB: 0.02291 (21%) | 200 OK [http://www.imran.net/railsspace/public/community/index/G]


Processing CommunityController#index (for 180.76.5.95 at 2011-12-10 10:55:53) [GET]
  Session ID: 73149b9904c52b5c60eeedc71f9c94f6
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000892)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:birthdate, :first_name, :city, :occupation, :zip_code, :last_name, :user_id, :gender, :state]
  [4;35;1mSQL (0.000180)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000181)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00093)
Rendered community/_user_table (0.00117)
Completed in 0.02273 (44 reqs/sec) | Rendering: 0.01449 (63%) | DB: 0.00125 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/E]


Processing UserController#register (for 180.76.6.26 at 2011-12-11 07:50:46) [GET]
  Session ID: dbf84e0187ec7eca11a314fcd4128b02
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.03110)
Rendered user/_email_field_row (0.00119)
Rendered user/_password_field_row (0.00129)
Rendered user/_password_field_row (0.00078)
Completed in 0.04782 (20 reqs/sec) | Rendering: 0.04646 (97%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing CommunityController#index (for 180.76.6.35 at 2011-12-12 18:59:36) [GET]
  Session ID: c0708bfd547400f3da5f85ace25d43eb
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001881)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.001290)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00191)
Rendered community/_user_table (0.00601)
Completed in 0.07383 (13 reqs/sec) | Rendering: 0.02228 (30%) | DB: 0.00334 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/S]


Processing CommunityController#index (for 180.76.5.110 at 2011-12-12 19:04:28) [GET]
  Session ID: 2308160de4c4bf82f187de61dbbfc79e
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000758)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000134)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00113)
Completed in 0.02166 (46 reqs/sec) | Rendering: 0.01413 (65%) | DB: 0.00105 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/O]


Processing CommunityController#index (for 180.76.5.53 at 2011-12-12 19:14:17) [GET]
  Session ID: 328ffffe391f3ae4b40af14403ab1267
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000711)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000143)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000167)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00111)
Completed in 0.02151 (46 reqs/sec) | Rendering: 0.01402 (65%) | DB: 0.00102 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/J]


Processing CommunityController#index (for 180.76.5.142 at 2011-12-13 10:13:39) [GET]
  Session ID: 0242a3de6e242ac48e389be6d8400181
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001739)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.003288)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000234)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00166)
Rendered community/_user_table (0.00137)
Completed in 0.07214 (13 reqs/sec) | Rendering: 0.02846 (39%) | DB: 0.00526 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/N]


Processing UserController#login (for 180.76.5.101 at 2011-12-14 19:58:51) [GET]
  Session ID: 484608cda7c6ba79199081242dbee0ce
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002295)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00265)
Rendered user/_password_field_row (0.00136)
Completed in 0.06279 (15 reqs/sec) | Rendering: 0.01597 (25%) | DB: 0.00230 (3%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing CommunityController#index (for 180.76.5.182 at 2011-12-14 20:04:02) [GET]
  Session ID: 5e9ba82b2ce370273a2368d0fad0f386
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.019052)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.009213)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000178)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00118)
Rendered community/_user_table (0.00136)
Completed in 0.07048 (14 reqs/sec) | Rendering: 0.01583 (22%) | DB: 0.02844 (40%) | 200 OK [http://www.imran.net/railsspace/public/community/index/X]


Processing CommunityController#index (for 180.76.5.159 at 2011-12-15 07:07:46) [GET]
  Session ID: 59cf5bafc69ba8f6974d85d48a12593c
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001675)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000585)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000178)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00133)
Rendered community/_user_table (0.00150)
Completed in 0.03701 (27 reqs/sec) | Rendering: 0.01655 (44%) | DB: 0.00244 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/H]


Processing EmailController#remind (for 180.76.5.90 at 2011-12-15 07:18:34) [GET]
  Session ID: c9102c70ab9d0c93e0b859a312115e61
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.03671 (27 reqs/sec) | Rendering: 0.03533 (96%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/email/remind]


Processing CommunityController#index (for 180.76.5.145 at 2011-12-15 09:04:37) [GET]
  Session ID: 27eba073aaa3ad5fc9100fc47b08fde2
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000777)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000130)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.016549)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.000443)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00154)
  [4;35;1mSpec Load (0.000360)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00591)
Completed in 0.09108 (10 reqs/sec) | Rendering: 0.04262 (46%) | DB: 0.01842 (20%) | 200 OK [http://www.imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 180.76.5.164 at 2011-12-15 10:51:02) [GET]
  Session ID: 8f24a84532a3d3515b0d025d1e3d8530
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001959)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000642)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000184)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00092)
Rendered community/_user_table (0.00113)
Completed in 0.05761 (17 reqs/sec) | Rendering: 0.01499 (26%) | DB: 0.00278 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/C]


Processing CommunityController#index (for 180.76.5.173 at 2011-12-17 06:07:16) [GET]
  Session ID: 1cb51a16d2d7c6248aed3b73096317b4
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002053)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000594)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000169)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00152)
Rendered community/_user_table (0.00157)
Completed in 0.05938 (16 reqs/sec) | Rendering: 0.01787 (30%) | DB: 0.00282 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/U]


Processing SiteController#about (for 180.76.5.169 at 2011-12-18 21:06:51) [GET]
  Session ID: be25e7de03e169efcdb39a87a8278810
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01133 (88 reqs/sec) | Rendering: 0.00977 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing CommunityController#index (for 180.76.5.181 at 2011-12-18 21:12:19) [GET]
  Session ID: e60fda588967a82de523783859a719b4
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.017817)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.007114)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000235)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00138)
Rendered community/_user_table (0.00161)
Completed in 0.07666 (13 reqs/sec) | Rendering: 0.01676 (21%) | DB: 0.02517 (32%) | 200 OK [http://www.imran.net/railsspace/public/community/index/W]


Processing SiteController#index (for 89.122.29.82 at 2011-12-19 00:40:22) [GET]
  Session ID: 19153cfbf51573334bf95c15fb2ff346
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01075 (92 reqs/sec) | Rendering: 0.00937 (87%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing CommunityController#index (for 180.76.5.163 at 2011-12-19 17:59:39) [GET]
  Session ID: f01816c050848dbc7ca6cd763390574a
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001933)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.001058)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000190)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00135)
Rendered community/_user_table (0.00155)
Completed in 0.04008 (24 reqs/sec) | Rendering: 0.01694 (42%) | DB: 0.00318 (7%) | 200 OK [http://www.imran.net/railsspace/public/community/index/Y]


Processing CommunityController#index (for 180.76.5.160 at 2011-12-19 22:05:36) [GET]
  Session ID: d39656fd0ae97edb5f6d64bf83918522
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00137)
Rendered community/_user_table (0.00155)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001774)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.04178)
Rendered community/_search_form (0.00214)
Completed in 0.06581 (15 reqs/sec) | Rendering: 0.06245 (94%) | DB: 0.00177 (2%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing CommunityController#index (for 180.76.5.159 at 2011-12-19 22:15:56) [GET]
  Session ID: fcc8f38fe2f525406374110f09367778
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000707)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000132)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000190)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02129 (46 reqs/sec) | Rendering: 0.01390 (65%) | DB: 0.00103 (4%) | 200 OK [http://www.imran.net/railsspace/public/community/index/P]


Processing CommunityController#index (for 180.76.5.113 at 2011-12-21 20:05:07) [GET]
  Session ID: 8d40b14240f8c67acfcb53a4a613fcfe
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002008)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000716)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000234)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00146)
Rendered community/_user_table (0.00154)
Completed in 0.05328 (18 reqs/sec) | Rendering: 0.01787 (33%) | DB: 0.00296 (5%) | 200 OK [http://www.imran.net/railsspace/public/community/index/I]


Processing SiteController#help (for 180.76.5.99 at 2011-12-24 13:32:12) [GET]
  Session ID: d0d14778fe4e2c881a0dcd0a80e26ae6
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01081 (92 reqs/sec) | Rendering: 0.00941 (87%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing SiteController#index (for 66.249.71.165 at 2011-12-24 20:29:55) [GET]
  Session ID: 985201adb44d50c5babbcc77c6d415d0
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01130 (88 reqs/sec) | Rendering: 0.00990 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 180.76.5.151 at 2011-12-25 22:44:19) [GET]
  Session ID: a5c07757b377ca175ab43c43414daccc
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01131 (88 reqs/sec) | Rendering: 0.00984 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#login (for 66.249.71.165 at 2011-12-26 03:31:21) [GET]
  Session ID: 66331b4eefaef5306335759d67b7c65b
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.001840)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00262)
Rendered user/_password_field_row (0.00137)
Completed in 0.03811 (26 reqs/sec) | Rendering: 0.02091 (54%) | DB: 0.00184 (4%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing CommunityController#index (for 180.76.5.110 at 2011-12-26 05:25:39) [GET]
  Session ID: da855d94be048992af51ae251b656abb
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.023164)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.008211)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000163)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00132)
Rendered community/_user_table (0.00166)
Completed in 0.07181 (13 reqs/sec) | Rendering: 0.01661 (23%) | DB: 0.03154 (43%) | 200 OK [http://www.imran.net/railsspace/public/community/index/R]


Processing CommunityController#index (for 180.76.6.230 at 2011-12-27 03:56:16) [GET]
  Session ID: 25645d04f739e623cc61cbf203911dba
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001827)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000567)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.000274)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00142)
Rendered community/_user_table (0.00151)
Completed in 0.04051 (24 reqs/sec) | Rendering: 0.01687 (41%) | DB: 0.00267 (6%) | 200 OK [http://www.imran.net/railsspace/public/community/index/F]


Processing SiteController#about (for 180.76.5.161 at 2011-12-30 05:39:13) [GET]
  Session ID: 301a2737d393978bd41365bd57d23b7b
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01150 (86 reqs/sec) | Rendering: 0.01011 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing SiteController#index (for 176.9.51.133 at 2012-01-01 01:19:59) [GET]
  Session ID: 8e0395fca665f6f7812d14691acfe962
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02300 (43 reqs/sec) | Rendering: 0.02152 (93%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#register (for 176.9.51.133 at 2012-01-01 01:22:47) [GET]
  Session ID: 615b218b834c9af00685a1147c6a4cf9
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01091)
Rendered user/_email_field_row (0.00118)
Rendered user/_password_field_row (0.00125)
Rendered user/_password_field_row (0.00077)
Completed in 0.02551 (39 reqs/sec) | Rendering: 0.02408 (94%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing UserController#login (for 176.9.51.133 at 2012-01-01 01:22:49) [GET]
  Session ID: 9a67aa8e94f27c96fdb43513e345b90f
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.028575)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00212)
Rendered user/_password_field_row (0.00090)
Completed in 0.06686 (14 reqs/sec) | Rendering: 0.02941 (43%) | DB: 0.02857 (42%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing SiteController#about (for 176.9.51.133 at 2012-01-01 01:22:50) [GET]
  Session ID: ed582cbfaa0647854f698fae23470d2c
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.02819 (35 reqs/sec) | Rendering: 0.02683 (95%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing SiteController#help (for 176.9.51.133 at 2012-01-01 01:22:53) [GET]
  Session ID: aa11008b6556835bbd78340cdb320351
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 1.64610 (0 reqs/sec) | Rendering: 1.64471 (99%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:22:56) [GET]
  Session ID: 1225e9e3140ada07f3cb309fefcbee4d
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00271)
Rendered community/_user_table (0.00156)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.066100)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.08853)
Rendered community/_search_form (0.01810)
Completed in 0.13155 (7 reqs/sec) | Rendering: 0.06398 (48%) | DB: 0.06610 (50%) | 200 OK [http://imran.net/railsspace/public/community]


Processing EmailController#remind (for 176.9.51.133 at 2012-01-01 01:24:31) [GET]
  Session ID: ddc4129ec954a1d30d006bdd792e5d15
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.01896 (52 reqs/sec) | Rendering: 0.01754 (92%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/email/remind]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:24:33) [GET]
  Session ID: 9d5c010d18b94a53b7fc82802381abd7
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000754)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.016058)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000177)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.000750)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.000742)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00085)
  [4;35;1mSpec Load (0.000170)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00499)
Completed in 0.05180 (19 reqs/sec) | Rendering: 0.01934 (37%) | DB: 0.01865 (36%) | 200 OK [http://imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:24:35) [GET]
  Session ID: d861c77510b202d1eba73e6aaef0f761
  Parameters: {"action"=>"index", "id"=>"B", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000637)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000158)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'B%') [0m
  [4;36;1mSpec Load (0.000169)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'B%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02158 (46 reqs/sec) | Rendering: 0.01405 (65%) | DB: 0.00096 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/B]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:24:37) [GET]
  Session ID: 2928609ef8c7257f16f1fee8734d532d
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000812)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000191)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000187)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00107)
Rendered community/_user_table (0.00114)
Completed in 0.03307 (30 reqs/sec) | Rendering: 0.02232 (67%) | DB: 0.00119 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/C]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:24:40) [GET]
  Session ID: 7877cf13a9afebbc4456db4605cfc99c
  Parameters: {"action"=>"index", "id"=>"D", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000597)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000131)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'D%') [0m
  [4;36;1mSpec Load (0.000156)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'D%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00113)
Completed in 0.02122 (47 reqs/sec) | Rendering: 0.01392 (65%) | DB: 0.00088 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/D]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:24:42) [GET]
  Session ID: 478de95d2fe09c14eb138ff19e299cbf
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000742)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000180)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000172)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02201 (45 reqs/sec) | Rendering: 0.01438 (65%) | DB: 0.00109 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/E]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:24:44) [GET]
  Session ID: d372978a43cb15750626230bf2be4d84
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000586)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000137)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.000157)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00117)
Completed in 0.02117 (47 reqs/sec) | Rendering: 0.01395 (65%) | DB: 0.00088 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/F]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:10) [GET]
  Session ID: e252edc8e5fe5e542c6780da4ff6e122
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000719)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000157)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00112)
Completed in 0.02197 (45 reqs/sec) | Rendering: 0.01418 (64%) | DB: 0.00104 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/G]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:12) [GET]
  Session ID: 84baaa9b367f6f5f29b7d9687c51f9ab
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000878)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000237)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000191)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00094)
Rendered community/_user_table (0.00113)
Completed in 0.02336 (42 reqs/sec) | Rendering: 0.01476 (63%) | DB: 0.00131 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/H]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:13) [GET]
  Session ID: c3ffdb7ba4e48459ce8ce1b73be56076
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000585)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000135)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000161)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00124)
Completed in 0.02184 (45 reqs/sec) | Rendering: 0.01436 (65%) | DB: 0.00088 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/I]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:15) [GET]
  Session ID: 7aedb0e4513a6844c7bf59e00e9d7475
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000577)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000135)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000155)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00113)
Completed in 0.02111 (47 reqs/sec) | Rendering: 0.01388 (65%) | DB: 0.00087 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/J]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:17) [GET]
  Session ID: f4a4301beecf4ca61829ff32c7c8a0f5
  Parameters: {"action"=>"index", "id"=>"K", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000630)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000133)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'K%') [0m
  [4;36;1mSpec Load (0.000164)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'K%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00111)
Completed in 0.02136 (46 reqs/sec) | Rendering: 0.01391 (65%) | DB: 0.00093 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/K]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:19) [GET]
  Session ID: ee789d0dd9e681810a2b4ae6767f89ef
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000615)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000158)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000172)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00113)
Completed in 0.02151 (46 reqs/sec) | Rendering: 0.01407 (65%) | DB: 0.00094 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:21) [GET]
  Session ID: e2b31c31cec75708cab37965ca022103
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000698)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000166)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000190)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00093)
Rendered community/_user_table (0.00112)
Completed in 0.02238 (44 reqs/sec) | Rendering: 0.01439 (64%) | DB: 0.00105 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/M]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:23) [GET]
  Session ID: 3a4d249ef654551dc697bf804cef49c2
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000591)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000135)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00093)
Rendered community/_user_table (0.00116)
Completed in 0.02213 (45 reqs/sec) | Rendering: 0.01479 (66%) | DB: 0.00089 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/N]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:25) [GET]
  Session ID: b53c4275141e35f45686048b11dd2e1f
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000619)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000166)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000156)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00111)
Completed in 0.02155 (46 reqs/sec) | Rendering: 0.01407 (65%) | DB: 0.00094 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/O]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:27) [GET]
  Session ID: 9c1a92ecef350671290d178d7da05e4c
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000795)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000197)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000175)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00105)
Rendered community/_user_table (0.00127)
Completed in 0.02335 (42 reqs/sec) | Rendering: 0.01541 (65%) | DB: 0.00117 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/P]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:29) [GET]
  Session ID: 41c5cb6ae7e0b890c76989211beea890
  Parameters: {"action"=>"index", "id"=>"Q", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000722)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000163)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Q%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Q%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00091)
Rendered community/_user_table (0.00113)
Completed in 0.02240 (44 reqs/sec) | Rendering: 0.01450 (64%) | DB: 0.00105 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/Q]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:31) [GET]
  Session ID: 76b3b63ffea68e8acad8aea0f8f0a7b5
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000597)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000135)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000154)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00111)
Completed in 0.02116 (47 reqs/sec) | Rendering: 0.01386 (65%) | DB: 0.00089 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/R]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:33) [GET]
  Session ID: bf4f64c62d7968393832be44307f595e
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000576)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000137)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m
  [4;36;1mSpec Load (0.000158)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00113)
Completed in 0.02132 (46 reqs/sec) | Rendering: 0.01401 (65%) | DB: 0.00087 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/S]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:35) [GET]
  Session ID: f68fb1fcf15d4d8de1c163605731df54
  Parameters: {"action"=>"index", "id"=>"T", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000593)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000147)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'T%') [0m
  [4;36;1mSpec Load (0.000170)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'T%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00094)
Rendered community/_user_table (0.00114)
Completed in 0.02212 (45 reqs/sec) | Rendering: 0.01445 (65%) | DB: 0.00091 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/T]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:37) [GET]
  Session ID: ffa5f26a220f0173958566752e82d1dc
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000596)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000140)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00112)
Completed in 0.02146 (46 reqs/sec) | Rendering: 0.01397 (65%) | DB: 0.00090 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/U]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:38) [GET]
  Session ID: 1538584126816c7b19e911924c1ed2ac
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000595)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000147)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00115)
Completed in 0.02146 (46 reqs/sec) | Rendering: 0.01403 (65%) | DB: 0.00090 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/V]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:40) [GET]
  Session ID: aad8bc7c68f9cf0a92caa6fd074cf15e
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000593)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000143)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000166)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02157 (46 reqs/sec) | Rendering: 0.01408 (65%) | DB: 0.00090 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/W]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:42) [GET]
  Session ID: 20c3d520141b0fcfffba6f7852086d8a
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000594)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000143)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000170)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00113)
Completed in 0.02114 (47 reqs/sec) | Rendering: 0.01389 (65%) | DB: 0.00091 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/X]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:44) [GET]
  Session ID: dbb47aed8f7a7c724a17fab1e00d7bf6
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000566)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000129)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000163)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00087)
Rendered community/_user_table (0.00111)
Completed in 0.02115 (47 reqs/sec) | Rendering: 0.01387 (65%) | DB: 0.00086 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/Y]


Processing CommunityController#index (for 176.9.51.133 at 2012-01-01 01:25:46) [GET]
  Session ID: bb50ded6ae7126c17a5fa7fd45a29035
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000760)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000156)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000164)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00111)
Completed in 0.02163 (46 reqs/sec) | Rendering: 0.01408 (65%) | DB: 0.00108 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/Z]


Processing ProfileController#show (for 176.9.51.133 at 2012-01-01 01:25:48) [GET]
  Session ID: 549d9fc66bdcfac4f33001f1d5be5961
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.000736)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000161)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000573)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:city, :last_name, :gender, :birthdate, :state, :zip_code, :first_name, :user_id, :occupation]
  [4;35;1mSpec Load (0.000158)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.048542)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:magazines, :movies, :companies, :skillz, :television, :books, :music, :user_id, :schools, :bio]
  [4;35;1mFaq Load (0.000829)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.011866)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000389)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001187)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.007118)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.02216)
Rendered profile/_contact_box (0.00158)
Rendered faq/_sidebar_box (0.00131)
Rendered faq/_sidebar_box (0.00026)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00024)
Rendered faq/_sidebar_box (0.00024)
Rendered faq/_sidebar_box (0.00025)
  [4;36;1mSQL (0.001342)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000205)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000168)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000233)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01790)
Completed in 0.18536 (5 reqs/sec) | Rendering: 0.04891 (26%) | DB: 0.07351 (39%) | 200 OK [http://imran.net/railsspace/public/profile/imran]


Processing SiteController#index (for 159.253.145.175 at 2012-01-09 21:20:04) [GET]
  Session ID: 494f3da7f3db0ea31e3571a24d2e2f75
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02392 (41 reqs/sec) | Rendering: 0.02235 (93%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing UserController#login (for 159.253.145.175 at 2012-01-09 21:20:40) [GET]
  Session ID: aac6a7204e5f18656e623d15d31ed806
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.012103)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.01220)
Rendered user/_password_field_row (0.00889)
Completed in 0.05442 (18 reqs/sec) | Rendering: 0.03197 (58%) | DB: 0.01210 (22%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing UserController#register (for 159.253.145.175 at 2012-01-09 21:20:40) [GET]
  Session ID: 072eeb90dc7045011722403090d71b36
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01103)
Rendered user/_email_field_row (0.01016)
Rendered user/_password_field_row (0.00093)
Rendered user/_password_field_row (0.00080)
Completed in 0.03997 (25 reqs/sec) | Rendering: 0.03838 (96%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing SiteController#help (for 159.253.145.175 at 2012-01-09 21:20:40) [GET]
  Session ID: a56882bcde5bc573f935fd1a77c36958
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.02231 (44 reqs/sec) | Rendering: 0.02078 (93%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 159.253.145.175 at 2012-01-09 21:20:40) [GET]
  Session ID: d35d0904af445aaf9525dacf1fd6b03e
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00207)
Rendered community/_user_table (0.00176)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002104)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.01610)
Rendered community/_search_form (0.00172)
Completed in 0.04245 (23 reqs/sec) | Rendering: 0.03874 (91%) | DB: 0.00210 (4%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing SiteController#about (for 159.253.145.175 at 2012-01-09 21:20:40) [GET]
  Session ID: 74a745fa84f058f09dcdf34eb4518afb
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.00970 (103 reqs/sec) | Rendering: 0.00826 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 05:15:04) [GET]
  Session ID: 22d86636d7e0918ad73ae3fed88d3695
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.010407)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.002226)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000187)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.002476)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.004224)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00130)
  [4;35;1mSpec Load (0.000389)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00584)
Completed in 0.08646 (11 reqs/sec) | Rendering: 0.02247 (25%) | DB: 0.01991 (23%) | 200 OK [http://imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 06:59:53) [GET]
  Session ID: 5d3562520153ba74bdf27206c19a492b
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001770)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000591)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000160)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00132)
Rendered community/_user_table (0.00154)
Completed in 0.06094 (16 reqs/sec) | Rendering: 0.02713 (44%) | DB: 0.00252 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/Z]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 07:53:24) [GET]
  Session ID: c0f3a9fb27919142c21bf3dc8a8eb929
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001043)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000174)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000172)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00097)
Rendered community/_user_table (0.00126)
Completed in 0.05410 (18 reqs/sec) | Rendering: 0.02451 (45%) | DB: 0.00139 (2%) | 200 OK [http://imran.net/railsspace/public/community/index/J]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 08:23:21) [GET]
  Session ID: 9b4228ac87421a763633907994ac9bc2
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000780)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000146)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000159)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00091)
Rendered community/_user_table (0.00114)
Completed in 0.03911 (25 reqs/sec) | Rendering: 0.01530 (39%) | DB: 0.00108 (2%) | 200 OK [http://imran.net/railsspace/public/community/index/O]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 08:33:33) [GET]
  Session ID: 4cf78df828931745b0b70a0e9a6cd740
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000978)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000169)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000167)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00133)
Completed in 0.02271 (44 reqs/sec) | Rendering: 0.01428 (62%) | DB: 0.00131 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/R]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 08:34:39) [GET]
  Session ID: c371dd4e1a558ae8c28e096c812a749c
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000951)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000190)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000178)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00098)
Rendered community/_user_table (0.00117)
Completed in 0.02335 (42 reqs/sec) | Rendering: 0.01498 (64%) | DB: 0.00132 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/U]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 08:39:47) [GET]
  Session ID: e5ea0ed72d5216467a6a45de41d615b8
  Parameters: {"action"=>"index", "id"=>"Q", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001115)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000240)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Q%') [0m
  [4;36;1mSpec Load (0.019699)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Q%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00096)
Rendered community/_user_table (0.00112)
Completed in 0.06828 (14 reqs/sec) | Rendering: 0.01481 (21%) | DB: 0.02105 (30%) | 200 OK [http://imran.net/railsspace/public/community/index/Q]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 08:54:21) [GET]
  Session ID: 9b10a9d5b1c622dfe02f9568f51b9677
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001049)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000193)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000179)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00106)
Rendered community/_user_table (0.00124)
Completed in 0.03544 (28 reqs/sec) | Rendering: 0.01671 (47%) | DB: 0.00142 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/H]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 08:57:45) [GET]
  Session ID: 00d00e693b6a92d542dc31fe5e205d48
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000768)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000151)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000165)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02202 (45 reqs/sec) | Rendering: 0.01434 (65%) | DB: 0.00108 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:08:07) [GET]
  Session ID: 5493535c674d2ea240a2205a30aca525
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000781)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000145)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000167)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00091)
Rendered community/_user_table (0.00113)
Completed in 0.03869 (25 reqs/sec) | Rendering: 0.01449 (37%) | DB: 0.00109 (2%) | 200 OK [http://imran.net/railsspace/public/community/index/Y]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:08:15) [GET]
  Session ID: 49722526bb26223d382e84581e874e10
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000987)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000172)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m
  [4;36;1mSpec Load (0.000167)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00088)
Rendered community/_user_table (0.00112)
Completed in 0.02223 (44 reqs/sec) | Rendering: 0.01402 (63%) | DB: 0.00133 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/S]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:13:01) [GET]
  Session ID: 6cdd1665d0eb4c288aa2af4d0e0f1da9
  Parameters: {"action"=>"index", "id"=>"T", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001423)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000169)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'T%') [0m
  [4;36;1mSpec Load (0.000169)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'T%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00092)
Rendered community/_user_table (0.00112)
Completed in 0.02333 (42 reqs/sec) | Rendering: 0.01428 (61%) | DB: 0.00176 (7%) | 200 OK [http://imran.net/railsspace/public/community/index/T]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:13:49) [GET]
  Session ID: a9b384695935326fa57787e29d77b8b5
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000720)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000140)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.000171)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00093)
Rendered community/_user_table (0.00115)
Completed in 0.02165 (46 reqs/sec) | Rendering: 0.01428 (65%) | DB: 0.00103 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/F]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:18:45) [GET]
  Session ID: c8806fea0724562df207029ce577a57b
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000732)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000180)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000160)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00096)
Rendered community/_user_table (0.00112)
Completed in 0.03800 (26 reqs/sec) | Rendering: 0.01459 (38%) | DB: 0.00107 (2%) | 200 OK [http://imran.net/railsspace/public/community/index/M]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:26:58) [GET]
  Session ID: c6e31527a719ff809f385b6b327e4b2b
  Parameters: {"action"=>"index", "id"=>"D", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001017)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000194)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'D%') [0m
  [4;36;1mSpec Load (0.000186)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'D%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00092)
Rendered community/_user_table (0.00112)
Completed in 0.02433 (41 reqs/sec) | Rendering: 0.01566 (64%) | DB: 0.00140 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/D]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:33:53) [GET]
  Session ID: 0b194700bcd19d252e8b23a06b27cc17
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000881)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000147)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000329)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00099)
Rendered community/_user_table (0.00119)
Completed in 0.03012 (33 reqs/sec) | Rendering: 0.01585 (52%) | DB: 0.00136 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/I]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:35:43) [GET]
  Session ID: d7123a7cd490df460f249911e905e3df
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000979)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000209)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000193)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00113)
Completed in 0.02295 (43 reqs/sec) | Rendering: 0.01447 (63%) | DB: 0.00138 (6%) | 200 OK [http://imran.net/railsspace/public/community/index/W]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:49:17) [GET]
  Session ID: b23202522d40ddc0952a0f2d891f6bb8
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000752)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000129)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00091)
Rendered community/_user_table (0.00111)
Completed in 0.04668 (21 reqs/sec) | Rendering: 0.01400 (29%) | DB: 0.00104 (2%) | 200 OK [http://imran.net/railsspace/public/community/index/E]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 09:59:17) [GET]
  Session ID: 05675b47b63f83a8cb595a3073f7cec6
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001130)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000176)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00113)
Completed in 0.02838 (35 reqs/sec) | Rendering: 0.01412 (49%) | DB: 0.00147 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/X]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 10:06:53) [GET]
  Session ID: 6a1c3a1ee373e7bab505266f2972d6f1
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000775)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000263)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000165)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00113)
Completed in 0.02187 (45 reqs/sec) | Rendering: 0.01408 (64%) | DB: 0.00120 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/V]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 10:11:13) [GET]
  Session ID: 8f089a2d89fbdc5b98f87a852882566a
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001076)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000202)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000179)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00111)
Completed in 0.04634 (21 reqs/sec) | Rendering: 0.03762 (81%) | DB: 0.00146 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/C]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 10:11:30) [GET]
  Session ID: e73df5e96c260c4b92976c2e9908e3d2
  Parameters: {"action"=>"index", "id"=>"B", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000688)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000142)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'B%') [0m
  [4;36;1mSpec Load (0.000165)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'B%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00113)
Completed in 0.02137 (46 reqs/sec) | Rendering: 0.01403 (65%) | DB: 0.00100 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/B]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 10:11:54) [GET]
  Session ID: 1979cddb61487e1b0176c0f29dfe758b
  Parameters: {"action"=>"index", "id"=>"K", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000779)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000150)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'K%') [0m
  [4;36;1mSpec Load (0.000160)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'K%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00111)
Completed in 0.02205 (45 reqs/sec) | Rendering: 0.01425 (64%) | DB: 0.00109 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/K]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 10:17:30) [GET]
  Session ID: 861b3139c79761024b6f3970ee4bf7a3
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000768)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000207)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000173)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00093)
Rendered community/_user_table (0.00115)
Completed in 0.02479 (40 reqs/sec) | Rendering: 0.01509 (60%) | DB: 0.00115 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/N]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-12 10:17:43) [GET]
  Session ID: 986640998a5d15ecfb13a3102c0e6b05
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000726)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000157)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000172)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00098)
Rendered community/_user_table (0.00113)
Completed in 0.02425 (41 reqs/sec) | Rendering: 0.01574 (64%) | DB: 0.00105 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/G]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-14 04:31:07) [GET]
  Session ID: 9a8b9f5c1e6783de05055b79fff57725
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.007286)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000633)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000176)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00142)
Rendered community/_user_table (0.00157)
Completed in 0.13552 (7 reqs/sec) | Rendering: 0.03273 (24%) | DB: 0.00810 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/P]


Processing SiteController#help (for 66.249.71.209 at 2012-01-14 05:32:12) [GET]
  Session ID: f93dfa07dc4be7ec2a560bbdfd12e8d9
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01120 (89 reqs/sec) | Rendering: 0.00974 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing UserController#register (for 66.249.71.209 at 2012-01-14 06:04:48) [GET]
  Session ID: d61d971da356732eba6ed32b9d94fd96
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.03732)
Rendered user/_email_field_row (0.00120)
Rendered user/_password_field_row (0.00127)
Rendered user/_password_field_row (0.00080)
Completed in 0.05257 (19 reqs/sec) | Rendering: 0.05114 (97%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing CommunityController#index (for 66.249.71.209 at 2012-01-14 06:30:34) [GET]
  Session ID: a3c96abc53a12e36228c8eff0b2264b4
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00130)
Rendered community/_user_table (0.00161)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.019034)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.04723)
Rendered community/_search_form (0.00184)
Completed in 0.06867 (14 reqs/sec) | Rendering: 0.04816 (70%) | DB: 0.01903 (27%) | 200 OK [http://imran.net/railsspace/public/community]


Processing SiteController#about (for 66.249.71.209 at 2012-01-14 07:25:39) [GET]
  Session ID: 317d60e61dfdf51e5bd1565c0089414f
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01842 (54 reqs/sec) | Rendering: 0.01704 (92%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing ProfileController#show (for 66.249.71.209 at 2012-01-14 14:29:02) [GET]
  Session ID: 1c1dd160b23d64a06824917a5f028038
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.001972)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000669)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.001723)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:city, :last_name, :gender, :birthdate, :state, :zip_code, :first_name, :user_id, :occupation]
  [4;35;1mSpec Load (0.000584)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.015378)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:magazines, :movies, :companies, :skillz, :television, :books, :music, :user_id, :schools, :bio]
  [4;35;1mFaq Load (0.000865)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.007869)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000590)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001248)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.020761)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.04330)
Rendered profile/_contact_box (0.00163)
Rendered faq/_sidebar_box (0.00227)
Rendered faq/_sidebar_box (0.00027)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00026)
  [4;36;1mSQL (0.005326)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000216)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000185)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000178)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.01583)
Completed in 0.21372 (4 reqs/sec) | Rendering: 0.05403 (25%) | DB: 0.05756 (26%) | 200 OK [http://imran.net/railsspace/public/profile/imran]


Processing SiteController#index (for 66.249.71.209 at 2012-01-15 01:29:52) [GET]
  Session ID: 38c128c7d9925afa0a736f3bff411145
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.06268 (15 reqs/sec) | Rendering: 0.06130 (97%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#login (for 180.76.5.154 at 2012-01-18 12:44:10) [GET]
  Session ID: 7a807a8d55b62a91f209425629eef8f9
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002124)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00256)
Rendered user/_password_field_row (0.00136)
Completed in 0.05056 (19 reqs/sec) | Rendering: 0.02080 (41%) | DB: 0.00212 (4%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing EmailController#remind (for 180.76.5.95 at 2012-01-22 23:48:20) [GET]
  Session ID: d12691cbdda7c6a4cd8d213ecd1af967
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.03164 (31 reqs/sec) | Rendering: 0.03020 (95%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/email/remind]


Processing SiteController#index (for 92.82.226.107 at 2012-01-24 22:47:10) [GET]
  Session ID: fde233770c4bf9db2724714742dbb470
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02092 (47 reqs/sec) | Rendering: 0.01942 (92%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 92.82.226.107 at 2012-01-25 03:18:31) [GET]
  Session ID: 085d73134525dc6cadb7c8af98411c05
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01348 (74 reqs/sec) | Rendering: 0.01210 (89%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#help (for 180.76.6.26 at 2012-01-25 13:42:38) [GET]
  Session ID: abfc07a01e0246ea889b48e8dd590e73
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01103 (90 reqs/sec) | Rendering: 0.00958 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing SiteController#about (for 180.76.5.155 at 2012-01-27 01:42:59) [GET]
  Session ID: 8a4b9bc15096eba56ac1afce1758c91d
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.03232 (30 reqs/sec) | Rendering: 0.03090 (95%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#help (for 180.76.5.63 at 2012-01-31 10:27:55) [GET]
  Session ID: 8b20303802a8ec9b741b6138aa932405
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01083 (92 reqs/sec) | Rendering: 0.00937 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing SiteController#index (for 199.21.99.79 at 2012-02-03 22:28:42) [GET]
  Session ID: 12d9e0797e2b64b179acd0b1705f7123
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02132 (46 reqs/sec) | Rendering: 0.01975 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 204.11.219.76 at 2012-02-04 08:28:51) [GET]
  Session ID: afdbbc488511b9c08acae6f037dd612f
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01954 (51 reqs/sec) | Rendering: 0.01805 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing CommunityController#index (for 204.11.219.76 at 2012-02-04 08:30:35) [GET]
  Session ID: 41a15f0574b7549a78fd30522663185b
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application


Processing UserController#register (for 204.11.219.76 at 2012-02-04 08:30:35) [GET]
  Session ID: ea1ee772c17715a1806e549f96af4923
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering community/index
Rendering template within layouts/application
Rendering user/register
Rendered community/_result_summary (0.00112)
Rendered community/_user_table (0.00139)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01950)
Rendered user/_email_field_row (0.00118)
Rendered user/_password_field_row (0.00112)
Rendered user/_password_field_row (0.00080)
Completed in 0.03435 (29 reqs/sec) | Rendering: 0.03279 (95%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing UserController#login (for 204.11.219.76 at 2012-02-04 08:30:35) [GET]
  Session ID: 81d5eb2ec95df779ef9e265b6e809b88
  Parameters: {"action"=>"login", "controller"=>"user"}
using index in /home/imran/public_html/railsspace/index/development/spec
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mSpec Columns (0.024759)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
  [4;36;1mUser Columns (0.016903)[0m   [0;1mSHOW FIELDS FROM `users`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendering template within layouts/application
Rendering user/login
Rendered community/_browse_form (0.06166)
Rendered community/_search_form (0.00163)
Rendered user/_screen_name_field_row (0.00219)
Rendered user/_password_field_row (0.00091)
Completed in 0.08100 (12 reqs/sec) | Rendering: 0.05465 (67%) | DB: 0.02476 (30%) | 200 OK [http://www.imran.net/railsspace/public/community]
Completed in 0.04244 (23 reqs/sec) | Rendering: 0.01339 (31%) | DB: 0.01690 (39%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing CommunityController#index (for 204.11.219.76 at 2012-02-04 08:33:14) [GET]
  Session ID: cb57276bfb9a3d445f33fa62b431d7f1
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002045)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.014310)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000219)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00095)
Rendered community/_user_table (0.00113)
Completed in 0.03842 (26 reqs/sec) | Rendering: 0.01449 (37%) | DB: 0.01657 (43%) | 200 OK [http://www.imran.net/railsspace/public/community/index/R]


Processing SiteController#help (for 204.11.219.76 at 2012-02-04 08:33:17) [GET]
  Session ID: 7e1e4d14df78b0dff4e841ff8879f7a2
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01265 (79 reqs/sec) | Rendering: 0.01111 (87%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 204.11.219.76 at 2012-02-04 08:33:17) [GET]
  Session ID: b60a870139ce30cc2deabbe89280e058
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00084)
Rendered community/_user_table (0.00116)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002451)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.01142)
Rendered community/_search_form (0.00131)
Completed in 0.02890 (34 reqs/sec) | Rendering: 0.02485 (85%) | DB: 0.00245 (8%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing SiteController#about (for 199.21.99.79 at 2012-02-05 05:54:59) [GET]
  Session ID: cc22f04b92ae496272b8b28967cd2105
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.01081 (92 reqs/sec) | Rendering: 0.00935 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/about]


Processing SiteController#help (for 199.21.99.79 at 2012-02-05 22:25:06) [GET]
  Session ID: 954a2d743850b5c60235a2894fc34c2a
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.02059 (48 reqs/sec) | Rendering: 0.01909 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing UserController#register (for 199.21.99.79 at 2012-02-06 02:52:52) [GET]
  Session ID: 0712ac9e375f12e0a30361b8d96b1df6
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.03714)
Rendered user/_email_field_row (0.00115)
Rendered user/_password_field_row (0.00125)
Rendered user/_password_field_row (0.00078)
Completed in 0.05670 (17 reqs/sec) | Rendering: 0.05519 (97%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing CommunityController#index (for 199.21.99.79 at 2012-02-06 03:34:50) [GET]
  Session ID: d46434aa1a7930a485dfc3f226bdd1f9
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00141)
Rendered community/_user_table (0.00169)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.025624)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.05070)
Rendered community/_search_form (0.00175)
Completed in 0.07209 (13 reqs/sec) | Rendering: 0.04490 (62%) | DB: 0.02562 (35%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing UserController#login (for 199.21.99.79 at 2012-02-06 07:15:58) [GET]
  Session ID: 97e1b4d95524e6c806fe2a766992a77d
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.012777)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00264)
Rendered user/_password_field_row (0.00137)
Completed in 0.05017 (19 reqs/sec) | Rendering: 0.01594 (31%) | DB: 0.01278 (25%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing UserController#login (for 199.21.99.79 at 2012-02-07 05:28:27) [GET]
  Session ID: 07d40b4c27ea897b6a07dc1e4d8b718c
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.003546)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00268)
Rendered user/_password_field_row (0.00139)
Completed in 0.04961 (20 reqs/sec) | Rendering: 0.01568 (31%) | DB: 0.00355 (7%) | 200 OK [http://www.imran.net/railsspace/public/user/login]


Processing UserController#register (for 199.21.99.79 at 2012-02-07 05:47:12) [GET]
  Session ID: 4bf8c5143e8a385fc25ea05601a967f0
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.00998)
Rendered user/_email_field_row (0.00199)
Rendered user/_password_field_row (0.00087)
Rendered user/_password_field_row (0.00079)
Completed in 0.03368 (29 reqs/sec) | Rendering: 0.03217 (95%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/user/register]


Processing CommunityController#index (for 199.21.99.79 at 2012-02-07 06:31:30) [GET]
  Session ID: c54a95d2919f2979ae20a563113cbde8
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00128)
Rendered community/_user_table (0.00151)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.010204)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.04102)
Rendered community/_search_form (0.00166)
Completed in 0.06641 (15 reqs/sec) | Rendering: 0.05470 (82%) | DB: 0.01020 (15%) | 200 OK [http://www.imran.net/railsspace/public/community]


Processing SiteController#help (for 199.21.99.79 at 2012-02-07 08:34:07) [GET]
  Session ID: 4b592c4cb8a224277d4cf1a0ea26bb19
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01223 (81 reqs/sec) | Rendering: 0.01068 (87%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/site/help]


Processing SiteController#index (for 180.76.5.94 at 2012-02-07 22:03:14) [GET]
  Session ID: 2cbff9ac389433c45168bff579a662a2
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02056 (48 reqs/sec) | Rendering: 0.01898 (92%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 85.17.29.107 at 2012-02-12 23:00:30) [GET]
  Session ID: bc84496aa9bfa82f357784e12e743294
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02278 (43 reqs/sec) | Rendering: 0.02127 (93%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#login (for 85.17.29.107 at 2012-02-12 23:00:56) [GET]
  Session ID: 81d492c18b98b001641bdfe35dbdb728
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.012837)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00244)
Rendered user/_password_field_row (0.00120)
Completed in 0.04718 (21 reqs/sec) | Rendering: 0.01384 (29%) | DB: 0.01284 (27%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing UserController#register (for 85.17.29.107 at 2012-02-12 23:01:25) [GET]
  Session ID: ae73aa500d6597eea8c4157295a3bd1d
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.00997)
Rendered user/_email_field_row (0.00196)
Rendered user/_password_field_row (0.00085)
Rendered user/_password_field_row (0.00078)
Completed in 0.03630 (27 reqs/sec) | Rendering: 0.03480 (95%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:37) [GET]
  Session ID: 698db43782e8022812a931ed408acc3b
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00144)
Rendered community/_user_table (0.00141)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.005032)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.03418)
Rendered community/_search_form (0.00155)
Completed in 0.05504 (18 reqs/sec) | Rendering: 0.04836 (87%) | DB: 0.00503 (9%) | 200 OK [http://imran.net/railsspace/public/community]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:39) [GET]
  Session ID: a75537077b0931472b80b69200cb7b7b
  Parameters: {"action"=>"index", "id"=>"M", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000632)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.331949)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'M%') [0m
  [4;36;1mSpec Load (0.000203)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'M%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00092)
Rendered community/_user_table (0.00113)
Completed in 0.35450 (2 reqs/sec) | Rendering: 0.01447 (4%) | DB: 0.33278 (93%) | 200 OK [http://imran.net/railsspace/public/community/index/M]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:43) [GET]
  Session ID: a9cc9265cc98e00c34aea47699e188fc
  Parameters: {"action"=>"index", "id"=>"P", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000486)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000168)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'P%') [0m
  [4;36;1mSpec Load (0.000618)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'P%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02191 (45 reqs/sec) | Rendering: 0.01416 (64%) | DB: 0.00127 (5%) | 200 OK [http://imran.net/railsspace/public/community/index/P]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:45) [GET]
  Session ID: 0e62f30efea3878fe33ee703266ca25f
  Parameters: {"action"=>"index", "id"=>"J", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000542)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000159)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'J%') [0m
  [4;36;1mSpec Load (0.000160)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'J%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02182 (45 reqs/sec) | Rendering: 0.01418 (64%) | DB: 0.00086 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/J]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:47) [GET]
  Session ID: 3029150b5162a82f7ab2f22479e4115b
  Parameters: {"action"=>"index", "id"=>"C", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.017902)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000238)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'C%') [0m
  [4;36;1mSpec Load (0.000179)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'C%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00091)
Rendered community/_user_table (0.00116)
Completed in 0.03956 (25 reqs/sec) | Rendering: 0.01450 (36%) | DB: 0.01832 (46%) | 200 OK [http://imran.net/railsspace/public/community/index/C]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:50) [GET]
  Session ID: 4c760ad1b35f5de8b52f8ec619c6b8d8
  Parameters: {"action"=>"index", "id"=>"Y", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000508)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000157)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Y%') [0m
  [4;36;1mSpec Load (0.000166)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Y%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00113)
Completed in 0.02198 (45 reqs/sec) | Rendering: 0.01434 (65%) | DB: 0.00083 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/Y]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:52) [GET]
  Session ID: ee78fd71b3c2ca77d1c3fe6605a9311e
  Parameters: {"action"=>"index", "id"=>"Z", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000568)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000143)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Z%') [0m
  [4;36;1mSpec Load (0.000155)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Z%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00111)
Completed in 0.02176 (45 reqs/sec) | Rendering: 0.01403 (64%) | DB: 0.00087 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/Z]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:54) [GET]
  Session ID: f5eecbada053aa9435610d57a6043efa
  Parameters: {"action"=>"index", "id"=>"G", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000590)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000162)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'G%') [0m
  [4;36;1mSpec Load (0.000174)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'G%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02223 (44 reqs/sec) | Rendering: 0.01438 (64%) | DB: 0.00093 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/G]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:55) [GET]
  Session ID: 9e0040e01ba5f3d8f3bb5db426be506f
  Parameters: {"action"=>"index", "id"=>"E", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000489)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000251)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'E%') [0m
  [4;36;1mSpec Load (0.000185)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'E%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00113)
Completed in 0.02162 (46 reqs/sec) | Rendering: 0.01405 (64%) | DB: 0.00092 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/E]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:57) [GET]
  Session ID: 352a38051ddec7a4aba987ec34f947c0
  Parameters: {"action"=>"index", "id"=>"T", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000571)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000151)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'T%') [0m
  [4;36;1mSpec Load (0.000158)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'T%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02197 (45 reqs/sec) | Rendering: 0.01407 (64%) | DB: 0.00088 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/T]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:01:59) [GET]
  Session ID: ada6bdb150b20d4754a74fd3d5922a99
  Parameters: {"action"=>"index", "id"=>"W", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000484)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000144)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'W%') [0m
  [4;36;1mSpec Load (0.000162)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'W%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00113)
Completed in 0.02137 (46 reqs/sec) | Rendering: 0.01408 (65%) | DB: 0.00079 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/W]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:00) [GET]
  Session ID: d44a8f1af8af0b715a9a03ee41eca01f
  Parameters: {"action"=>"index", "id"=>"N", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000497)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000153)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'N%') [0m
  [4;36;1mSpec Load (0.000155)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'N%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00126)
Completed in 0.02177 (45 reqs/sec) | Rendering: 0.01418 (65%) | DB: 0.00080 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/N]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:04) [GET]
  Session ID: d91504792cbae67f391efb3884ee236b
  Parameters: {"action"=>"index", "id"=>"B", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000510)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000144)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'B%') [0m
  [4;36;1mSpec Load (0.000156)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'B%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02184 (45 reqs/sec) | Rendering: 0.01420 (65%) | DB: 0.00081 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/B]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:07) [GET]
  Session ID: a81dc616215711d7951e2d6d2ff3765f
  Parameters: {"action"=>"index", "id"=>"X", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000502)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000144)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'X%') [0m
  [4;36;1mSpec Load (0.000163)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'X%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02160 (46 reqs/sec) | Rendering: 0.01400 (64%) | DB: 0.00081 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/X]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:09) [GET]
  Session ID: f323a3900815385bafd645e04a2042cc
  Parameters: {"action"=>"index", "id"=>"A", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000518)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000147)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'A%') [0m
  [4;36;1mSpec Load (0.000168)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'A%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;35;1mUser Columns (0.000650)[0m   [0mSHOW FIELDS FROM `users`[0m
  [4;36;1mUser Load (0.007300)[0m   [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 2) [0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00084)
  [4;35;1mSpec Load (0.000184)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Rendered community/_user_table (0.00509)
Completed in 0.04269 (23 reqs/sec) | Rendering: 0.01956 (45%) | DB: 0.00897 (21%) | 200 OK [http://imran.net/railsspace/public/community/index/A]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:10) [GET]
  Session ID: 5acc4f09ccb77b456471320978415f68
  Parameters: {"action"=>"index", "id"=>"S", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000498)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000149)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'S%') [0m
  [4;36;1mSpec Load (0.000157)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'S%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00094)
Rendered community/_user_table (0.00116)
Completed in 0.02196 (45 reqs/sec) | Rendering: 0.01454 (66%) | DB: 0.00080 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/S]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:13) [GET]
  Session ID: 82dce3cb0a26235657c099825fff8581
  Parameters: {"action"=>"index", "id"=>"L", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000599)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000173)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'L%') [0m
  [4;36;1mSpec Load (0.000183)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'L%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00114)
Completed in 0.02189 (45 reqs/sec) | Rendering: 0.01421 (64%) | DB: 0.00096 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/L]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:15) [GET]
  Session ID: 6b74d6d32c098f70e1c2419cb5da3341
  Parameters: {"action"=>"index", "id"=>"D", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000647)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000174)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'D%') [0m
  [4;36;1mSpec Load (0.000176)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'D%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00100)
Rendered community/_user_table (0.00118)
Completed in 0.02274 (43 reqs/sec) | Rendering: 0.01477 (64%) | DB: 0.00100 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/D]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:17) [GET]
  Session ID: f310a4ab47c6110c9f9e22e62afa98bb
  Parameters: {"action"=>"index", "id"=>"O", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000482)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000139)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'O%') [0m
  [4;36;1mSpec Load (0.000160)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'O%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00114)
Completed in 0.02130 (46 reqs/sec) | Rendering: 0.01400 (65%) | DB: 0.00078 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/O]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:28) [GET]
  Session ID: ec633e1f3c68411f2d3ca20246e641ed
  Parameters: {"action"=>"index", "id"=>"F", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000614)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000225)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'F%') [0m
  [4;36;1mSpec Load (0.000202)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'F%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00113)
Completed in 0.02199 (45 reqs/sec) | Rendering: 0.01417 (64%) | DB: 0.00104 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/F]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:32) [GET]
  Session ID: 889734e44893171d667a63524d7c5422
  Parameters: {"action"=>"index", "id"=>"Q", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000498)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000141)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'Q%') [0m
  [4;36;1mSpec Load (0.000158)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'Q%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00090)
Rendered community/_user_table (0.00114)
Completed in 0.02147 (46 reqs/sec) | Rendering: 0.01415 (65%) | DB: 0.00080 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/Q]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:34) [GET]
  Session ID: 387a71f9c454365ae05bcd1056273729
  Parameters: {"action"=>"index", "id"=>"R", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000641)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000194)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'R%') [0m
  [4;36;1mSpec Load (0.000178)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'R%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00092)
Rendered community/_user_table (0.00113)
Completed in 0.02306 (43 reqs/sec) | Rendering: 0.01452 (62%) | DB: 0.00101 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/R]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:35) [GET]
  Session ID: b7745e50251a675d433f9e9f36be6357
  Parameters: {"action"=>"index", "id"=>"V", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000589)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000174)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'V%') [0m
  [4;36;1mSpec Load (0.000158)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'V%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00102)
Rendered community/_user_table (0.00120)
Completed in 0.02322 (43 reqs/sec) | Rendering: 0.01535 (66%) | DB: 0.00092 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/V]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:37) [GET]
  Session ID: cc8a25fabe5cb9d3e227abd445658d31
  Parameters: {"action"=>"index", "id"=>"U", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000529)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000145)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'U%') [0m
  [4;36;1mSpec Load (0.000156)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'U%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00112)
Completed in 0.02168 (46 reqs/sec) | Rendering: 0.01410 (65%) | DB: 0.00083 (3%) | 200 OK [http://imran.net/railsspace/public/community/index/U]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:40) [GET]
  Session ID: a96ae0386e3a182bb61a0205b0281962
  Parameters: {"action"=>"index", "id"=>"I", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000683)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000160)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'I%') [0m
  [4;36;1mSpec Load (0.000174)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'I%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00089)
Rendered community/_user_table (0.00114)
Completed in 0.02231 (44 reqs/sec) | Rendering: 0.01424 (63%) | DB: 0.00102 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/I]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:42) [GET]
  Session ID: abc4090c17bcd5d58c11047d874910c0
  Parameters: {"action"=>"index", "id"=>"H", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000647)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000200)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'H%') [0m
  [4;36;1mSpec Load (0.000198)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'H%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00098)
Rendered community/_user_table (0.00114)
Completed in 0.02370 (42 reqs/sec) | Rendering: 0.01556 (65%) | DB: 0.00104 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/H]


Processing SiteController#help (for 85.17.29.107 at 2012-02-12 23:02:44) [GET]
  Session ID: 9e4d14f4b52e64360c719a41bde396b0
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.02863 (34 reqs/sec) | Rendering: 0.02710 (94%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 85.17.29.107 at 2012-02-12 23:02:50) [GET]
  Session ID: 5c6f4c24c57b1d549cffe1cc5397b217
  Parameters: {"action"=>"index", "id"=>"K", "controller"=>"community"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000626)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :city, :occupation, :state, :zip_code, :user_id]
  [4;35;1mSQL (0.000174)[0m   [0mSELECT count(*) AS count_all FROM `specs` WHERE (last_name LIKE 'K%') [0m
  [4;36;1mSpec Load (0.000180)[0m   [0;1mSELECT * FROM `specs` WHERE (last_name LIKE 'K%') ORDER BY last_name, first_name LIMIT 0, 10[0m
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00104)
Rendered community/_user_table (0.00112)
Completed in 0.02188 (45 reqs/sec) | Rendering: 0.01428 (65%) | DB: 0.00098 (4%) | 200 OK [http://imran.net/railsspace/public/community/index/K]


Processing ProfileController#show (for 85.17.29.107 at 2012-02-12 23:02:54) [GET]
  Session ID: c5cd672f34ab0d97a48936de1e07bee7
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imran"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.000829)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000236)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imran') LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.000539)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:city, :last_name, :gender, :birthdate, :state, :zip_code, :first_name, :user_id, :occupation]
  [4;35;1mSpec Load (0.000211)[0m   [0mSELECT * FROM `specs` WHERE (specs.user_id = 2) LIMIT 1[0m
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/faq
  [4;36;1mFaq Columns (0.028818)[0m   [0;1mSHOW FIELDS FROM `faqs`[0m
default field list: [:magazines, :movies, :companies, :skillz, :television, :books, :music, :user_id, :schools, :bio]
  [4;35;1mFaq Load (0.001018)[0m   [0mSELECT * FROM `faqs` WHERE (faqs.user_id = 2) LIMIT 1[0m
  [4;36;1mBlog Load (0.002617)[0m   [0;1mSELECT * FROM `blogs` WHERE (blogs.user_id = 2) LIMIT 1[0m
  [4;35;1mBlog Columns (0.000363)[0m   [0mSHOW FIELDS FROM `blogs`[0m
  [4;36;1mPost Load (0.001197)[0m   [0;1mSELECT * FROM `posts` WHERE (posts.blog_id = 2) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering profile/show
  [4;35;1mSQL (0.004747)[0m   [0mSHOW TABLES[0m
Rendered avatar/_sidebar_box (0.01944)
Rendered profile/_contact_box (0.00149)
Rendered faq/_sidebar_box (0.00236)
Rendered faq/_sidebar_box (0.00027)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
Rendered faq/_sidebar_box (0.00025)
  [4;36;1mSQL (0.000880)[0m   [0;1mSELECT count(*) AS count_all FROM `users` INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) [0m
  [4;35;1mUser Load (0.000169)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'accepted'))) ORDER BY screen_name[0m
  [4;36;1mUser Load (0.000164)[0m   [0;1mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'requested'))) ORDER BY created_at[0m
  [4;35;1mUser Load (0.000150)[0m   [0mSELECT users.* FROM users INNER JOIN friendships ON users.id = friendships.friend_id WHERE ((friendships.user_id = 2) AND ((status = 'pending'))) ORDER BY created_at[0m
Rendered friendship/_friends (0.00917)
Completed in 0.11656 (8 reqs/sec) | Rendering: 0.04126 (35%) | DB: 0.04194 (35%) | 200 OK [http://imran.net/railsspace/public/profile/imran]


Processing EmailController#remind (for 66.249.71.165 at 2012-02-17 07:37:59) [GET]
  Session ID: 46604f6221e6b4eb4947d164c5334831
  Parameters: {"action"=>"remind", "controller"=>"email"}
Rendering template within layouts/application
Rendering email/remind
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Completed in 0.02751 (36 reqs/sec) | Rendering: 0.02604 (94%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/email/remind]


Processing AvatarController#upload (for 66.249.71.165 at 2012-02-22 13:33:06) [GET]
  Session ID: 4be706350fe54add2bcdab9234d5d14d
  Parameters: {"action"=>"upload", "controller"=>"avatar"}
Redirected to http://imran.net/railsspace/public/user/login
Filter chain halted as [#<ActionController::Filters::ClassMethods::SymbolFilter:0xb6bcf0b4 @filter=:protect>] rendered_or_redirected.
Completed in 0.00121 (824 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://imran.net/railsspace/public/avatar/upload]


Processing UserController#login (for 66.249.71.165 at 2012-02-22 13:34:30) [GET]
  Session ID: fc66e726f33e0d086ebbbdcba6a69442
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.008961)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00255)
Rendered user/_password_field_row (0.00133)
Completed in 0.06473 (15 reqs/sec) | Rendering: 0.01524 (23%) | DB: 0.00896 (13%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing ProfileController#show (for 66.249.71.165 at 2012-02-22 18:46:21) [GET]
  Session ID: 96039b3aef184d988feeccb12b961c39
  Parameters: {"action"=>"show", "controller"=>"profile", "screen_name"=>"imra"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.002287)[0m   [0;1mSHOW FIELDS FROM `users`[0m
  [4;35;1mUser Load (0.000533)[0m   [0mSELECT * FROM `users` WHERE (`users`.`screen_name` = 'imra') LIMIT 1[0m
Redirected to http://imran.net/railsspace/public/profile
Completed in 0.03373 (29 reqs/sec) | DB: 0.00282 (8%) | 302 Found [http://imran.net/railsspace/public/profile/imra]


Processing ProfileController#index (for 66.249.71.165 at 2012-02-22 18:46:48) [GET]
  Session ID: 5a06d17bf11a98fc5998dab8b8329d6a
  Parameters: {"action"=>"index", "controller"=>"profile"}
Rendering template within layouts/application
Rendering profile/index
Completed in 0.04210 (23 reqs/sec) | Rendering: 0.04063 (96%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/profile]


Processing SpecController#edit (for 66.249.71.165 at 2012-02-23 00:47:08) [GET]
  Session ID: 204db7d48102930601b00d496bb3e1a0
  Parameters: {"action"=>"edit", "controller"=>"spec"}
Redirected to http://imran.net/railsspace/public/user/login
Filter chain halted as [#<ActionController::Filters::ClassMethods::SymbolFilter:0xb6cbd69c @filter=:protect>] rendered_or_redirected.
Completed in 0.00134 (747 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://imran.net/railsspace/public/spec/edit]


Processing UserController#edit (for 66.249.71.165 at 2012-02-23 02:15:16) [GET]
  Session ID: 83d703d16b6eb263b9bf75ad504db304
  Parameters: {"action"=>"edit", "controller"=>"user"}
Redirected to http://imran.net/railsspace/public/user/login
Filter chain halted as [#<ActionController::Filters::ClassMethods::SymbolFilter:0xb6c0fad8 @filter=:protect>] rendered_or_redirected.
Completed in 0.00113 (886 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://imran.net/railsspace/public/user/edit]


Processing UserController#index (for 66.249.71.165 at 2012-02-23 02:19:49) [GET]
  Session ID: 0344ca2f94553e42fa226cbbf8a0a9f9
  Parameters: {"action"=>"index", "controller"=>"user"}
Redirected to http://imran.net/railsspace/public/user/login
Filter chain halted as [#<ActionController::Filters::ClassMethods::SymbolFilter:0xb6b1f31c @filter=:protect>] rendered_or_redirected.
Completed in 0.00116 (861 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://imran.net/railsspace/public/user]


Processing SiteController#index (for 38.111.147.84 at 2012-02-26 02:11:18) [GET]
  Session ID: 0e7cf571e512957a222965a6e3b7867b
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01097 (91 reqs/sec) | Rendering: 0.00952 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 64.27.5.162 at 2012-02-26 17:54:26) [GET]
  Session ID: eaa3cebb886a370e6e9c139ecdb317e8
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01091 (91 reqs/sec) | Rendering: 0.00943 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 208.115.111.70 at 2012-03-04 05:43:14) [GET]
  Session ID: ea25a645d96d68774bdcdaf1621c5bbc
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01109 (90 reqs/sec) | Rendering: 0.00959 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 89.122.29.82 at 2012-03-04 12:04:44) [GET]
  Session ID: 4c5e3dbd4b69c37d80990bf7715ba048
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01135 (88 reqs/sec) | Rendering: 0.00983 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 89.122.29.82 at 2012-03-04 16:39:02) [GET]
  Session ID: c6c1f1e7737e51b1a0ea0bfab14ac556
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01127 (88 reqs/sec) | Rendering: 0.00968 (85%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#help (for 180.76.5.111 at 2012-03-09 02:18:42) [GET]
  Session ID: f4e870f7de12152703b8f443660ac728
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.01110 (90 reqs/sec) | Rendering: 0.00956 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing SiteController#index (for 38.111.147.84 at 2012-03-10 22:19:18) [GET]
  Session ID: d26dcdca6203635e3f17cd50b8091182
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01102 (90 reqs/sec) | Rendering: 0.00954 (86%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing ProfileController#index (for 66.249.71.133 at 2012-03-18 08:46:15) [GET]
  Session ID: f65bd4773115af75ba607b95a2be8e9b
  Parameters: {"action"=>"index", "controller"=>"profile"}
Rendering template within layouts/application
Rendering profile/index
Completed in 0.06998 (14 reqs/sec) | Rendering: 0.06854 (97%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/profile]


Processing UserController#login (for 66.249.71.133 at 2012-03-18 10:11:36) [GET]
  Session ID: fd074b0b9b627886999be458a8ec7bab
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.021724)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00264)
Rendered user/_password_field_row (0.00135)
Completed in 0.09100 (10 reqs/sec) | Rendering: 0.01573 (17%) | DB: 0.02172 (23%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing SiteController#index (for 208.115.111.70 at 2012-03-18 18:30:23) [GET]
  Session ID: f6467c2c0d8b41fb075fba0ad4f50e91
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01184 (84 reqs/sec) | Rendering: 0.01030 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 62.212.76.39 at 2012-03-22 20:19:54) [GET]
  Session ID: a9298903fc05e6ed78be05bf684bdf78
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.02923 (34 reqs/sec) | Rendering: 0.02767 (94%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 62.212.76.39 at 2012-03-22 20:24:50) [GET]
  Session ID: f946171b13b4377e045503dfa9536dd7
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.00913 (109 reqs/sec) | Rendering: 0.00766 (83%) | DB: 0.00000 (0%) | 200 OK [http://www.imran.net/railsspace/public/]


Processing SiteController#index (for 107.22.11.75 at 2012-03-28 20:49:43) [GET]
  Session ID: fde40da504ade05c18f3f4e4108b8f63
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01126 (88 reqs/sec) | Rendering: 0.00980 (87%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 23.20.183.30 at 2012-04-02 08:01:54) [GET]
  Session ID: 218bc17e16bf4d95389af32fbb0b2e37
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01193 (83 reqs/sec) | Rendering: 0.01035 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#register (for 23.20.183.30 at 2012-04-02 08:15:05) [GET]
  Session ID: 45b3bb6e8a8d4076b4ac5ca64a53105e
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01055)
Rendered user/_email_field_row (0.00105)
Rendered user/_password_field_row (0.00110)
Rendered user/_password_field_row (0.00079)
Completed in 0.02441 (40 reqs/sec) | Rendering: 0.02297 (94%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing UserController#login (for 23.20.183.30 at 2012-04-02 08:15:07) [GET]
  Session ID: aeec5f0ce3c9a4c80aceebbb9e73440d
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.011584)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00215)
Rendered user/_password_field_row (0.00091)
Completed in 0.03422 (29 reqs/sec) | Rendering: 0.01310 (38%) | DB: 0.01158 (33%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing SiteController#about (for 23.20.183.30 at 2012-04-02 08:15:09) [GET]
  Session ID: 3efdbd50bc2db8f47dc3711e4b119373
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.00998 (100 reqs/sec) | Rendering: 0.00844 (84%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing SiteController#help (for 23.20.183.30 at 2012-04-02 08:15:12) [GET]
  Session ID: b876d0e49f2f8b8432258731067f5486
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.00940 (106 reqs/sec) | Rendering: 0.00801 (85%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 23.20.183.30 at 2012-04-02 08:15:14) [GET]
  Session ID: a9928e26eb2ab7b32db886a450b14100
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00130)
Rendered community/_user_table (0.00158)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002012)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.02455)
Rendered community/_search_form (0.00163)
Completed in 0.04328 (23 reqs/sec) | Rendering: 0.03973 (91%) | DB: 0.00201 (4%) | 200 OK [http://imran.net/railsspace/public/community]


Processing SiteController#index (for 208.115.111.70 at 2012-04-04 04:24:02) [GET]
  Session ID: 4f9c908e2d3b2ace20914187d898a0e9
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01537 (65 reqs/sec) | Rendering: 0.01395 (90%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing SiteController#index (for 23.20.97.223 at 2012-04-04 08:28:32) [GET]
  Session ID: ebe360a0ffb23232bd2671e8dc63e041
  Parameters: {"action"=>"index", "id"=>nil, "controller"=>"site"}
Rendering template within layouts/application
Rendering site/index
Completed in 0.01124 (88 reqs/sec) | Rendering: 0.00976 (86%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/]


Processing UserController#register (for 23.20.97.223 at 2012-04-04 08:42:09) [GET]
  Session ID: d80ff07c9820cdd15d700efbc90429ce
  Parameters: {"action"=>"register", "controller"=>"user"}
Rendering template within layouts/application
Rendering user/register
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
Rendered user/_screen_name_field_row (0.01058)
Rendered user/_email_field_row (0.00110)
Rendered user/_password_field_row (0.00109)
Rendered user/_password_field_row (0.00079)
Completed in 0.02445 (40 reqs/sec) | Rendering: 0.02303 (94%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/user/register]


Processing UserController#login (for 23.20.97.223 at 2012-04-04 08:42:12) [GET]
  Session ID: 3d5142e9ea431b4efcafc81f3ce76d35
  Parameters: {"action"=>"login", "controller"=>"user"}
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/user
default field list: ["email", "screen_name"]
  [4;36;1mUser Columns (0.007509)[0m   [0;1mSHOW FIELDS FROM `users`[0m
Rendering template within layouts/application
Rendering user/login
Rendered user/_screen_name_field_row (0.00213)
Rendered user/_password_field_row (0.00091)
Completed in 0.02966 (33 reqs/sec) | Rendering: 0.01300 (43%) | DB: 0.00751 (25%) | 200 OK [http://imran.net/railsspace/public/user/login]


Processing SiteController#about (for 23.20.97.223 at 2012-04-04 08:42:14) [GET]
  Session ID: 267d28918a90c9e022661683b2b79cf8
  Parameters: {"action"=>"about", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/about
Completed in 0.00968 (103 reqs/sec) | Rendering: 0.00821 (84%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/about]


Processing SiteController#help (for 23.20.97.223 at 2012-04-04 08:42:16) [GET]
  Session ID: 15257e79c7910643646883bcb79f0364
  Parameters: {"action"=>"help", "controller"=>"site"}
Rendering template within layouts/application
Rendering site/help
Completed in 0.00961 (104 reqs/sec) | Rendering: 0.00819 (85%) | DB: 0.00000 (0%) | 200 OK [http://imran.net/railsspace/public/site/help]


Processing CommunityController#index (for 23.20.97.223 at 2012-04-04 08:42:19) [GET]
  Session ID: 6d93cac953832c005ff6b98c3c19cac6
  Parameters: {"action"=>"index", "controller"=>"community"}
Rendering template within layouts/application
Rendering community/index
Rendered community/_result_summary (0.00134)
Rendered community/_user_table (0.00158)
Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server
Will use local index.
using index in /home/imran/public_html/railsspace/index/development/spec
  [4;36;1mSpec Columns (0.002151)[0m   [0;1mSHOW FIELDS FROM `specs`[0m
default field list: [:gender, :last_name, :birthdate, :first_name, :occupation, :city, :state, :zip_code, :user_id]
Rendered community/_browse_form (0.01605)
Rendered community/_search_form (0.00173)
Completed in 0.03546 (28 reqs/sec) | Rendering: 0.03172 (89%) | DB: 0.00215 (6%) | 200 OK [http://imran.net/railsspace/public/community]
