issues with rails 1.2: passing an array using link_to

development.log should show the contents of params, are they showing up there?

albert wrote:

Matthew Beale wrote:

Hi,
I have just updated to rails 1.2.
before this I could have pass an array of object through link_to however
now this is not working anymore. Any help is very appreciated.
Here is my code:

development.log should show the contents of params[], are they showing
up there?
--
Matthew Beale :: 607 227 0871
Resume & Portfolio @

hi,
Thanks for your reply.
the value that is passed to my controller (show_matrix) is:
Parameters: {"member_studies"=>"#<MemberStudy:0x496d5f8>/#<MemberStudy:0x496c590>"}
However before I would have had this one:
{member_studies[]=5&member_studies[]=12}
I wonder I can change the code to get an array again.
Any help is greately appreciated

Check out Rails Ticket #7047. It sounds like your problem.