Re: [Rails] Array param does not work

2013-12-05 Thread Matt Jones
On Wednesday, 4 December 2013 21:20:36 UTC-5, mar...@handcom.com.br wrote: Hi tamouse, thank you your replay. I close the hash but the erro continues, see: *My code:* reponse = RestClient.post( 'https://mandrillapp.com/api/1.0/messages/send.json', {:key = X, :message

[Rails] Array param does not work

2013-12-04 Thread marcus
Hello, in my code, the array param does not work. reponse = RestClient.post( 'https://mandrillapp.com/api/1.0/messages/send.json', {:key = X, :message = { :html = ' teste ', :text = 'Example text content', :subject = 'example subject', :from_email = 'te...@handcom.com.br',

Re: [Rails] Array param does not work

2013-12-04 Thread tamouse pontiki
On Wed, Dec 4, 2013 at 2:14 PM, mar...@handcom.com.br wrote: Hello, in my code, the array param does not work. reponse = RestClient.post( 'https://mandrillapp.com/api/1.0/messages/send.json', {:key = X, :message = { :html = ' teste ', :text = 'Example text

Re: [Rails] Array param does not work

2013-12-04 Thread marcus
Hi tamouse, thank you your replay. I close the hash but the erro continues, see: *My code:* reponse = RestClient.post( 'https://mandrillapp.com/api/1.0/messages/send.json', {:key = X, :message = { :html = 'teste', :text = 'Example text content', :subject = 'example