000 001 002 003 004 005 006 007 008 009 010 011 012 013 014
| Processing ChangeManagementController#create (for 192.168.9.172 at 2010-02-09 13:01:34) [POST]
Parameters: {"name"=>"asdf", "commit"=>"Save changes", "id"=>"46"}
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
## Good!
Processing ChangeManagementController#create (for 192.168.9.172 at 2010-02-09 13:01:36) [POST]
Parameters: {"name"=>"asdf", "commit"=>"Save changes", "authenticity_token"=>"HAE+IQzm/P4CJk4v1IGu/CGx1OzSyGCGbb+IRIn4v0k=", "id"=>"46"}
## Works, GOOD!
Processing ChangeManagementController#create to json (for 192.168.9.172 at 2010-02-09 13:01:42) [POST]
Parameters: {"name"=>"asdf", "odoctype_id"=>"9", "responserequiredfrom"=>"", "ddreference"=>"", "inforequest"=>"", "priority"=>"3", "id"=>"118", "sreference"=>"", "responserequireddate"=>"2008/06/25 12:00:00 -0600", "projectid"=>"1", "issuedate"=>"2008/06/20 12:00:00 -0600", "actaffect"=>"", "proposedsolution"=>""}
## Works, WTF!?! BAD! |