Shandy Nantz wrote:
> Is your log file giving any hints as to what is happening, such as 
> method missing, etc?

Hi Shandy,
my logs are looking ok (from my point of view):
Processing CommentController#createajax (for 127.0.0.1 at 2008-09-29 
16:39:42) [POST]
  Session ID: 
BAh7BzoMdXNlcl9pZGkGIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG%0AbGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSIiRGFua2UgZiZ1dW1sO3IgZGVp%0AbiBLb21tZW50YXIGOgpAdXNlZHsGOwdU--4b42026f66637b18e87df4ece046484c53bb9672
  Parameters: {"commit"=>"Eintragen", "action"=>"createajax", 
"controller"=>"comment", "comment"=>{"name"=>"Knut Linke", 
"pattern_id"=>"2", "user_id"=>"1", "comment"=>"kllklk"}}
   [4;36;1mUser Columns (0.007000) [0m    [0;1mSHOW FIELDS FROM 
`users` [0m
   [4;35;1mUser Load (0.003000) [0m    [0mSELECT * FROM `users` WHERE 
(`users`.`id` = 1) LIMIT 1 [0m
   [4;36;1mComment Columns (0.006000) [0m    [0;1mSHOW FIELDS FROM 
`comments` [0m
   [4;35;1mSQL (0.002000) [0m    [0mBEGIN [0m
   [4;36;1mComment Create (0.001000) [0m    [0;1mINSERT INTO `comments` 
(`name`, `status`, `updated_at`, `pattern_id`, `user_id`, `comment`, 
`created_at`) VALUES('Knut Linke', NULL, '2008-09-29 16:39:43', 2, 1, 
'kllklk', '2008-09-29 16:39:43') [0m
   [4;35;1mSQL (0.051000) [0m    [0mCOMMIT [0m
Rendering comment/createajax
Completed in 0.50100 (1 reqs/sec) | Rendering: 0.00300 (0%) | DB: 
0.07000 (13%) | 200 OK [http://127.0.0.1/comment/createajax]

Nothing missing :(
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to