Displaying 1 result from an estimated 1 matches for "builds_controller".
2012 Jun 15
1
Problem with active resource(500 internal server error)
...w as JSON
  Parameters: {"id"=>"buildclients"}
  build Load (0.2ms)  SELECT `builds`.* FROM `builds` WHERE
`builds`.`id` = 0 LIMIT 1
Completed 500 Internal Server Error in 1ms
ActiveRecord::RecordNotFound (Couldn''t find Build with id=buildclients):
  app/controllers/builds_controller.rb:17:in `show''
Why did the parameters id=>buildclients go?  And why did i get an 500
internal server error.
-- 
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...