For some of the pages using AS I'm having problems when I sort tables by some column (it didn't seem to be every table at first, but now it does). On my local machine I tried to go to this page, and I get this:
http://0.0.0.0:3000/qualities#qualities:1:name:ASC ActionController::InvalidAuthenticityToken in QualitiesController#update_table The log looks like this: Processing QualitiesController#update_table (for 127.0.0.1 at 2009-06-01 22:03:18) [POST] Parameters: {"action"=>"update_table", "_method"=>"get", "page"=>"1", "controller"=>"qualities", "sort"=>"name", "sort_direction"=>"ASC"} ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken): Rendered rescues/_trace (37.4ms) Rendered rescues/_request_and_response (0.3ms) Rendering rescues/layout (unprocessable_entity) And when I try to go to the second page by clicking on the next page link, I get this error: ActiveRecord::RecordNotFound in QualitiesController#show Processing QualitiesController#show (for 127.0.0.1 at 2009-06-01 22:04:05) [GET] Parameters: {"action"=>"show", "authenticity_token"=>"C7c2JDdr4u058GRYpQSu69xSP+HqHjnHfIuN4DDbY9U=", "id"=>"update_table", "page"=>"2", "controller"=>"qualities"} User Load (0.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) Quality Load (0.1ms) SELECT * FROM "qualities" WHERE ("qualities"."id" = 0) ActiveRecord::RecordNotFound (Couldn't find Quality with ID=update_table): Rendered rescues/_trace (34.5ms) Rendered rescues/_request_and_response (0.3ms) Rendering rescues/layout (not_found) Carl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
