Connecting to database specified by database.yml  (0.0ms) select sqlite_version(*)  (153.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (85.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateNotes (20130430073401)  (0.0ms) begin transaction  (1.0ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "author" varchar(255), "column_name" varchar(255), "note_text" text, "table_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130430073401')  (150.0ms) commit transaction Migrating to CreateComments (20130430073442)  (0.0ms) begin transaction  (1.0ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "author" varchar(255), "comment_text" text, "note_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130430073442')  (107.0ms) commit transaction  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/DBNotes" for 127.0.0.1 at 2013-04-30 13:15:55 +0530 LoadError (cannot load such file -- IcentrisJira): activesupport (3.2.13) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.13) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.13) lib/active_support/dependencies.rb:234:in `block in load_dependency' activesupport (3.2.13) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.13) lib/active_support/dependencies.rb:234:in `load_dependency' activesupport (3.2.13) lib/active_support/dependencies.rb:251:in `require' C:/Sites/DBNotesEng/app/controllers/model_info_controller.rb:84:in `' C:/Sites/DBNotesEng/app/controllers/model_info_controller.rb:5:in `' activesupport (3.2.13) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.13) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.13) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.13) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.13) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.13) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.13) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.13) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__167135009__call__975014834__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (23.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (125.0ms) Started GET "/DBNotes" for 127.0.0.1 at 2013-04-30 13:16:59 +0530 Processing by ModelInfoController#DBNotes as HTML Completed 500 Internal Server Error in 38ms LoadError (No such file to load -- IcentrisJira): activesupport (3.2.13) lib/active_support/dependencies.rb:317:in `rescue in depend_on' activesupport (3.2.13) lib/active_support/dependencies.rb:312:in `depend_on' activesupport (3.2.13) lib/active_support/dependencies.rb:225:in `require_dependency' railties (3.2.13) lib/rails/engine.rb:439:in `block (2 levels) in eager_load!' railties (3.2.13) lib/rails/engine.rb:438:in `each' railties (3.2.13) lib/rails/engine.rb:438:in `block in eager_load!' railties (3.2.13) lib/rails/engine.rb:436:in `each' railties (3.2.13) lib/rails/engine.rb:436:in `eager_load!' railties (3.2.13) lib/rails/application/railties.rb:8:in `each' railties (3.2.13) lib/rails/application/railties.rb:8:in `all' railties (3.2.13) lib/rails/engine.rb:434:in `eager_load!' C:/Sites/DBNotesEng/app/controllers/model_info_controller.rb:26:in `DBNotes' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.13) lib/active_support/callbacks.rb:414:in `_run__7300704__process_action__520699638__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__167135009__call__975014834__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (33.0ms) Started GET "/DBNotes" for 127.0.0.1 at 2013-04-30 13:18:39 +0530 Processing by ModelInfoController#DBNotes as HTML Completed 500 Internal Server Error in 37ms LoadError (No such file to load -- IcentrisJira): activesupport (3.2.13) lib/active_support/dependencies.rb:317:in `rescue in depend_on' activesupport (3.2.13) lib/active_support/dependencies.rb:312:in `depend_on' activesupport (3.2.13) lib/active_support/dependencies.rb:225:in `require_dependency' railties (3.2.13) lib/rails/engine.rb:439:in `block (2 levels) in eager_load!' railties (3.2.13) lib/rails/engine.rb:438:in `each' railties (3.2.13) lib/rails/engine.rb:438:in `block in eager_load!' railties (3.2.13) lib/rails/engine.rb:436:in `each' railties (3.2.13) lib/rails/engine.rb:436:in `eager_load!' railties (3.2.13) lib/rails/application/railties.rb:8:in `each' railties (3.2.13) lib/rails/application/railties.rb:8:in `all' railties (3.2.13) lib/rails/engine.rb:434:in `eager_load!' C:/Sites/DBNotesEng/app/controllers/model_info_controller.rb:26:in `DBNotes' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.13) lib/active_support/callbacks.rb:414:in `_run__7300704__process_action__520699638__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__167135009__call__975014834__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/DBNotes" for 127.0.0.1 at 2013-04-30 13:19:49 +0530 Processing by ModelInfoController#DBNotes as HTML Rendered C:/Sites/DBNotesEng/app/views/model_info/DBNotes.html.erb within layouts/application (298.0ms) Completed 500 Internal Server Error in 439ms ActionView::Template::Error (Could not find table 'posts'): 44:
45:
46:
    47: <% m.column_names.each do |c| %> 48: <% unless ['id', 'created_at', 'updated_at'].include? c %> 49:
  • <%= c %> 0
  • 50: <% end %> activerecord (3.2.13) lib/active_record/connection_adapters/sqlite_adapter.rb:472:in `table_structure' activerecord (3.2.13) lib/active_record/connection_adapters/sqlite_adapter.rb:346:in `columns' activerecord (3.2.13) lib/active_record/connection_adapters/schema_cache.rb:12:in `block in initialize' activerecord (3.2.13) lib/active_record/model_schema.rb:228:in `yield' activerecord (3.2.13) lib/active_record/model_schema.rb:228:in `default' activerecord (3.2.13) lib/active_record/model_schema.rb:228:in `columns' activerecord (3.2.13) lib/active_record/model_schema.rb:248:in `column_names' C:/Sites/DBNotesEng/app/views/model_info/DBNotes.html.erb:47:in `block in _____ites____otes_ng_app_views_model_info____otes_html_erb__217257146_29524368' C:/Sites/DBNotesEng/app/views/model_info/DBNotes.html.erb:38:in `each' C:/Sites/DBNotesEng/app/views/model_info/DBNotes.html.erb:38:in `_____ites____otes_ng_app_views_model_info____otes_html_erb__217257146_29524368' actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.13) lib/action_view/template.rb:143:in `render' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.13) lib/active_support/callbacks.rb:414:in `_run__236409329__process_action__816563688__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__136884249__call__1055453806__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.0ms) Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20130430074432)  (0.0ms) select sqlite_version(*)  (1.0ms) begin transaction  (1.0ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "author" varchar(255), "content" text, "when" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130430074432')  (114.0ms) commit transaction  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Started GET "/DBNotes" for 127.0.0.1 at 2013-04-30 13:20:37 +0530 Processing by ModelInfoController#DBNotes as HTML Rendered C:/Sites/DBNotesEng/app/views/model_info/DBNotes.html.erb within layouts/application (3.0ms) Compiled posts.css (0ms) (pid 12208) Compiled scaffold.css (0ms) (pid 12208) Compiled application.css (119ms) (pid 12208) Compiled jquery.js (3ms) (pid 12208) Compiled jquery_ujs.js (0ms) (pid 12208) Compiled posts.js (0ms) (pid 12208) Compiled application.js (208ms) (pid 12208) Completed 200 OK in 489ms (Views: 454.0ms | ActiveRecord: 2.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Served asset /posts.css - 200 OK (4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Served asset /scaffold.css - 200 OK (3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Served asset /application.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/db_notes_eng/bootstrap.css" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Compiled db_notes_eng/bootstrap.css (1ms) (pid 12208) Served asset /db_notes_eng/bootstrap.css - 200 OK (117ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Served asset /posts.js - 200 OK (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/db_notes_eng/bootstrap.js" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Compiled db_notes_eng/bootstrap.js (0ms) (pid 12208) Served asset /db_notes_eng/bootstrap.js - 200 OK (60ms) Started GET "/assets/db_notes_eng/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-04-30 13:20:38 +0530 Served asset /db_notes_eng/glyphicons-halflings-white.png - 200 OK (30ms) Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:20:39 +0530 Processing by ModelInfoController#get_table_notes_count as JSON Note Load (20.0ms) select table_name, count(*) as note_count from Notes group by table_name Completed 200 OK in 21ms (Views: 0.0ms | ActiveRecord: 20.0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:20:39 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Completed 200 OK in 105ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:20:39 +0530 Processing by ModelInfoController#get_column_notes_count as JSON Note Load (1.0ms) select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/assets/db_notes_eng/glyphicons-halflings.png" for 127.0.0.1 at 2013-04-30 13:20:39 +0530 Served asset /db_notes_eng/glyphicons-halflings.png - 200 OK (32ms) Started GET "/tables/Post/columns/content.json" for 127.0.0.1 at 2013-04-30 13:20:41 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"content"} Note Load (1.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'content' Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/tables/Post/columns/when.json" for 127.0.0.1 at 2013-04-30 13:20:42 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"when"} Note Load (1.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'when' Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:20:43 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:20:44 +0530 Processing by ModelInfoController#is_user_logged_in as JSON Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/user_authenticate?username=jyothiprasad.ponduru&password=[FILTERED]" for 127.0.0.1 at 2013-04-30 13:20:52 +0530 Processing by ModelInfoController#user_authenticate as JSON Parameters: {"username"=>"jyothiprasad.ponduru", "password"=>"[FILTERED]"} Completed 200 OK in 3710ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:20:55 +0530 Processing by ModelInfoController#get_author_name as JSON Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:21:01 +0530 Processing by ModelInfoController#is_user_logged_in as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:21:01 +0530 Processing by ModelInfoController#get_author_name as JSON Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/add_note?table_name=Post&column_name=author&author=SaiJyuothiPrasad%20Ponduru¬e_text=(HTMLEditor%20goes%20here%20.%20For%20now%20it%20is%20a%20textarea.)" for 127.0.0.1 at 2013-04-30 13:21:01 +0530 Processing by ModelInfoController#add_note as JSON Parameters: {"table_name"=>"Post", "column_name"=>"author", "author"=>"SaiJyuothiPrasad Ponduru", "note_text"=>"(HTMLEditor goes here . For now it is a textarea.)"}  (0.0ms) begin transaction SQL (125.0ms) INSERT INTO "notes" ("author", "column_name", "created_at", "note_text", "table_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["author", "SaiJyuothiPrasad Ponduru"], ["column_name", "author"], ["created_at", Tue, 30 Apr 2013 07:51:01 UTC +00:00], ["note_text", "(HTMLEditor goes here . For now it is a textarea.)"], ["table_name", "Post"], ["updated_at", Tue, 30 Apr 2013 07:51:01 UTC +00:00]]  (310.0ms) commit transaction Completed 200 OK in 449ms (Views: 0.0ms | ActiveRecord: 435.0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:21:01 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (1.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Completed 500 Internal Server Error in 38ms NoMethodError (undefined method `comments' for #): activemodel (3.2.13) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.13) lib/active_record/attribute_methods.rb:149:in `method_missing' activemodel (3.2.13) lib/active_model/serialization.rb:133:in `block in serializable_add_includes' activemodel (3.2.13) lib/active_model/serialization.rb:132:in `each' activemodel (3.2.13) lib/active_model/serialization.rb:132:in `serializable_add_includes' activemodel (3.2.13) lib/active_model/serialization.rb:87:in `serializable_hash' activerecord (3.2.13) lib/active_record/serialization.rb:13:in `serializable_hash' activemodel (3.2.13) lib/active_model/serializers/json.rb:96:in `as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:55:in `block in as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:77:in `check_for_circular_references' activesupport (3.2.13) lib/active_support/json/encoding.rb:54:in `as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:209:in `block in as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:209:in `map' activesupport (3.2.13) lib/active_support/json/encoding.rb:209:in `as_json' activerecord (3.2.13) lib/active_record/relation.rb:198:in `as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:47:in `block in encode' activesupport (3.2.13) lib/active_support/json/encoding.rb:77:in `check_for_circular_references' activesupport (3.2.13) lib/active_support/json/encoding.rb:46:in `encode' activesupport (3.2.13) lib/active_support/json/encoding.rb:31:in `encode' activesupport (3.2.13) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' C:/Sites/DBNotesEng/app/controllers/model_info_controller.rb:111:in `show_notes_for_column' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.13) lib/active_support/callbacks.rb:414:in `_run__236409329__process_action__968422216__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__136884249__call__1055453806__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (24.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (56.0ms) Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:21:02 +0530 Processing by ModelInfoController#get_table_notes_count as JSON Note Load (1.0ms) select table_name, count(*) as note_count from Notes group by table_name Completed 200 OK in 3ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:21:02 +0530 Processing by ModelInfoController#get_column_notes_count as JSON Note Load (1.0ms) select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:21:20 +0530 Processing by ModelInfoController#is_user_logged_in as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:21:20 +0530 Processing by ModelInfoController#get_author_name as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/add_note?table_name=Post&column_name=author&author=SaiJyuothiPrasad%20Ponduru¬e_text=dsdsf" for 127.0.0.1 at 2013-04-30 13:21:20 +0530 Processing by ModelInfoController#add_note as JSON Parameters: {"table_name"=>"Post", "column_name"=>"author", "author"=>"SaiJyuothiPrasad Ponduru", "note_text"=>"dsdsf"}  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "notes" ("author", "column_name", "created_at", "note_text", "table_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["author", "SaiJyuothiPrasad Ponduru"], ["column_name", "author"], ["created_at", Tue, 30 Apr 2013 07:51:20 UTC +00:00], ["note_text", "dsdsf"], ["table_name", "Post"], ["updated_at", Tue, 30 Apr 2013 07:51:20 UTC +00:00]]  (145.0ms) commit transaction Completed 200 OK in 151ms (Views: 0.0ms | ActiveRecord: 147.0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:21:21 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `comments' for #): activemodel (3.2.13) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.13) lib/active_record/attribute_methods.rb:149:in `method_missing' activemodel (3.2.13) lib/active_model/serialization.rb:133:in `block in serializable_add_includes' activemodel (3.2.13) lib/active_model/serialization.rb:132:in `each' activemodel (3.2.13) lib/active_model/serialization.rb:132:in `serializable_add_includes' activemodel (3.2.13) lib/active_model/serialization.rb:87:in `serializable_hash' activerecord (3.2.13) lib/active_record/serialization.rb:13:in `serializable_hash' activemodel (3.2.13) lib/active_model/serializers/json.rb:96:in `as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:55:in `block in as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:77:in `check_for_circular_references' activesupport (3.2.13) lib/active_support/json/encoding.rb:54:in `as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:209:in `block in as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:209:in `map' activesupport (3.2.13) lib/active_support/json/encoding.rb:209:in `as_json' activerecord (3.2.13) lib/active_record/relation.rb:198:in `as_json' activesupport (3.2.13) lib/active_support/json/encoding.rb:47:in `block in encode' activesupport (3.2.13) lib/active_support/json/encoding.rb:77:in `check_for_circular_references' activesupport (3.2.13) lib/active_support/json/encoding.rb:46:in `encode' activesupport (3.2.13) lib/active_support/json/encoding.rb:31:in `encode' activesupport (3.2.13) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' C:/Sites/DBNotesEng/app/controllers/model_info_controller.rb:111:in `show_notes_for_column' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.13) lib/active_support/callbacks.rb:414:in `_run__236409329__process_action__968422216__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__136884249__call__1055453806__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.0ms) Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:21:21 +0530 Processing by ModelInfoController#get_table_notes_count as JSON Note Load (0.0ms) select table_name, count(*) as note_count from Notes group by table_name Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:21:21 +0530 Processing by ModelInfoController#get_column_notes_count as JSON Note Load (0.0ms) select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/DBNotes" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Processing by ModelInfoController#DBNotes as HTML Rendered C:/Sites/DBNotesEng/app/views/model_info/DBNotes.html.erb within layouts/application (2.0ms) Completed 200 OK in 53ms (Views: 11.0ms | ActiveRecord: 2.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /posts.css - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /scaffold.css - 200 OK (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /application.css - 200 OK (0ms) Started GET "/assets/db_notes_eng/bootstrap.css" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /db_notes_eng/bootstrap.css - 200 OK (1ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /posts.js - 200 OK (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /application.js - 200 OK (0ms) Started GET "/assets/db_notes_eng/bootstrap.js" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /db_notes_eng/bootstrap.js - 200 OK (0ms) Started GET "/assets/db_notes_eng/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-04-30 13:22:05 +0530 Served asset /db_notes_eng/glyphicons-halflings-white.png - 200 OK (0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:22:06 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1 Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2 Completed 200 OK in 434ms (Views: 0.0ms | ActiveRecord: 2.0ms) Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:22:06 +0530 Processing by ModelInfoController#get_table_notes_count as JSON Note Load (1.0ms) select table_name, count(*) as note_count from Notes group by table_name Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 1.0ms) Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:22:06 +0530 Processing by ModelInfoController#get_column_notes_count as JSON Note Load (0.0ms) select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/assets/db_notes_eng/glyphicons-halflings.png" for 127.0.0.1 at 2013-04-30 13:22:06 +0530 Served asset /db_notes_eng/glyphicons-halflings.png - 200 OK (0ms) Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:22:15 +0530 Processing by ModelInfoController#is_user_logged_in as JSON Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/user_authenticate?username=jyothiprasad.ponduru&password=[FILTERED]" for 127.0.0.1 at 2013-04-30 13:22:23 +0530 Processing by ModelInfoController#user_authenticate as JSON Parameters: {"username"=>"jyothiprasad.ponduru", "password"=>"[FILTERED]"} Completed 200 OK in 1408ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:22:24 +0530 Processing by ModelInfoController#get_author_name as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:22:30 +0530 Processing by ModelInfoController#is_user_logged_in as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:22:30 +0530 Processing by ModelInfoController#get_author_name as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/add_note?table_name=Post&column_name=author&author=SaiJyuothiPrasad%20Ponduru¬e_text=(HTMLEditor%20goes%20here%20.%20For%20now%20it%20is%20a%20textarea.)" for 127.0.0.1 at 2013-04-30 13:22:30 +0530 Processing by ModelInfoController#add_note as JSON Parameters: {"table_name"=>"Post", "column_name"=>"author", "author"=>"SaiJyuothiPrasad Ponduru", "note_text"=>"(HTMLEditor goes here . For now it is a textarea.)"}  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "notes" ("author", "column_name", "created_at", "note_text", "table_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["author", "SaiJyuothiPrasad Ponduru"], ["column_name", "author"], ["created_at", Tue, 30 Apr 2013 07:52:30 UTC +00:00], ["note_text", "(HTMLEditor goes here . For now it is a textarea.)"], ["table_name", "Post"], ["updated_at", Tue, 30 Apr 2013 07:52:30 UTC +00:00]]  (138.0ms) commit transaction Completed 200 OK in 146ms (Views: 0.0ms | ActiveRecord: 140.0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:22:30 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (1.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1 Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2 Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3 Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 3.0ms) Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:22:30 +0530 Processing by ModelInfoController#get_table_notes_count as JSON Note Load (1.0ms) select table_name, count(*) as note_count from Notes group by table_name Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:22:30 +0530 Processing by ModelInfoController#get_column_notes_count as JSON Note Load (0.0ms) select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/DBNotes" for 127.0.0.1 at 2013-04-30 13:47:22 +0530 Processing by ModelInfoController#DBNotes as HTML Rendered C:/Sites/DBNotesEng/app/views/model_info/DBNotes.html.erb within layouts/application (233.0ms) Completed 200 OK in 402ms (Views: 342.0ms | ActiveRecord: 20.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530 Served asset /application.css - 304 Not Modified (12ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530 Served asset /posts.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/db_notes_eng/bootstrap.css" for 127.0.0.1 at 2013-04-30 13:47:23 +0530 Served asset /db_notes_eng/bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/db_notes_eng/bootstrap.js" for 127.0.0.1 at 2013-04-30 13:47:23 +0530 Served asset /db_notes_eng/bootstrap.js - 304 Not Modified (11ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:47:24 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1 Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2 Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3 Completed 200 OK in 230ms (Views: 0.0ms | ActiveRecord: 5.0ms) Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:47:24 +0530 Processing by ModelInfoController#get_table_notes_count as JSON Note Load (0.0ms) select table_name, count(*) as note_count from Notes group by table_name Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:47:24 +0530 Processing by ModelInfoController#get_column_notes_count as JSON Note Load (1.0ms) select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 1.0ms) Started GET "/assets/db_notes_eng/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-04-30 13:47:24 +0530 Served asset /db_notes_eng/glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/db_notes_eng/glyphicons-halflings.png" for 127.0.0.1 at 2013-04-30 13:47:24 +0530 Served asset /db_notes_eng/glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:47:28 +0530 Processing by ModelInfoController#is_user_logged_in as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/user_authenticate?username=jyothiprasad.ponduru&password=[FILTERED]" for 127.0.0.1 at 2013-04-30 13:47:35 +0530 Processing by ModelInfoController#user_authenticate as JSON Parameters: {"username"=>"jyothiprasad.ponduru", "password"=>"[FILTERED]"} Completed 200 OK in 1904ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:47:37 +0530 Processing by ModelInfoController#get_author_name as JSON Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:47:43 +0530 Processing by ModelInfoController#is_user_logged_in as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:47:43 +0530 Processing by ModelInfoController#get_author_name as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/add_note?table_name=Post&column_name=author&author=SaiJyuothiPrasad%20Ponduru¬e_text=(HTMLEditor%20goes%20here%20.%20For%20now%20it%20is%20a%20textarea.)" for 127.0.0.1 at 2013-04-30 13:47:43 +0530 Processing by ModelInfoController#add_note as JSON Parameters: {"table_name"=>"Post", "column_name"=>"author", "author"=>"SaiJyuothiPrasad Ponduru", "note_text"=>"(HTMLEditor goes here . For now it is a textarea.)"}  (1.0ms) begin transaction SQL (33.0ms) INSERT INTO "notes" ("author", "column_name", "created_at", "note_text", "table_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["author", "SaiJyuothiPrasad Ponduru"], ["column_name", "author"], ["created_at", Tue, 30 Apr 2013 08:17:43 UTC +00:00], ["note_text", "(HTMLEditor goes here . For now it is a textarea.)"], ["table_name", "Post"], ["updated_at", Tue, 30 Apr 2013 08:17:43 UTC +00:00]]  (119.0ms) commit transaction Completed 200 OK in 155ms (Views: 0.0ms | ActiveRecord: 153.0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:47:43 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (1.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1 Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2 Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3 Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 4 Completed 200 OK in 14ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:47:43 +0530 Processing by ModelInfoController#get_table_notes_count as JSON Note Load (0.0ms) select table_name, count(*) as note_count from Notes group by table_name Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:47:43 +0530 Processing by ModelInfoController#get_column_notes_count as JSON Note Load (1.0ms) select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:47:48 +0530 Processing by ModelInfoController#is_user_logged_in as JSON Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:47:48 +0530 Processing by ModelInfoController#get_author_name as JSON Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/add_comment?author=SaiJyuothiPrasad%20Ponduru¬e_id=4&comment_text=Comment" for 127.0.0.1 at 2013-04-30 13:47:48 +0530 Processing by ModelInfoController#add_comment as JSON Parameters: {"author"=>"SaiJyuothiPrasad Ponduru", "note_id"=>"4", "comment_text"=>"Comment"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "comments" ("author", "comment_text", "created_at", "note_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["author", "SaiJyuothiPrasad Ponduru"], ["comment_text", "Comment"], ["created_at", Tue, 30 Apr 2013 08:17:49 UTC +00:00], ["note_id", 4], ["updated_at", Tue, 30 Apr 2013 08:17:49 UTC +00:00]]  (114.0ms) commit transaction Completed 200 OK in 128ms (Views: 0.0ms | ActiveRecord: 115.0ms) Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:47:49 +0530 Processing by ModelInfoController#get_table_notes_count as JSON Note Load (1.0ms) select table_name, count(*) as note_count from Notes group by table_name Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:47:49 +0530 Processing by ModelInfoController#get_column_notes_count as JSON Note Load (0.0ms) select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/tables/Post/columns/content.json" for 127.0.0.1 at 2013-04-30 13:47:57 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"content"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'content' Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/tables/Post/columns/when.json" for 127.0.0.1 at 2013-04-30 13:47:58 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"when"} Note Load (1.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'when' Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/tables/Post/columns/content.json" for 127.0.0.1 at 2013-04-30 13:47:59 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"content"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'content' Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:47:59 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1 Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2 Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3 Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 4 Completed 200 OK in 9ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/tables/Post/columns/content.json" for 127.0.0.1 at 2013-04-30 13:48:56 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"content"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'content' Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/tables/Post/columns/when.json" for 127.0.0.1 at 2013-04-30 13:48:56 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"when"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'when' Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:48:57 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (1.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1 Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2 Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3 Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 4 Completed 200 OK in 8ms (Views: 0.0ms | ActiveRecord: 4.0ms) Started GET "/tables/Post/columns/content.json" for 127.0.0.1 at 2013-04-30 13:49:30 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"content"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'content' Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/tables/Post/columns/when.json" for 127.0.0.1 at 2013-04-30 13:49:31 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"when"} Note Load (1.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'when' Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:49:32 +0530 Processing by ModelInfoController#show_notes_for_column as JSON Parameters: {"table"=>"Post", "column"=>"author"} Note Load (0.0ms) SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author' Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1 Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2 Comment Load (1.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3 Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 4 Completed 200 OK in 10ms (Views: 0.0ms | ActiveRecord: 2.0ms)