Re: [Rails] Mailchimp or alternatives

2015-07-21 Thread Scott Ribe
On Jul 21, 2015, at 6:17 PM, Travis Eubanks wrote: > >gb.lists.subscribe({:id => ENV['mailchimp_id'], > :email => {:email =>'address'} > }) While I know nothing about that gem you're using, I suspect that it does not take a key and then use it to access params. So you're in effect

Re: [Rails] Mailchimp or alternatives

2015-07-21 Thread Scott Ribe
On Jul 21, 2015, at 10:13 AM, Travis Mr. wrote: > > I guess what I'm trying to figure out is without any tables or > models can I take in a users email address and sent it to my mailchimp > account for future email marketing for my info. Yes, you can do that, no problem. You probably need t

[Rails] Mailchimp or alternatives

2015-07-21 Thread Travis Mr.
Im currently trying to just build a simple splash page that has one input field for a form which is their email. Im trying to use the Mailchimp and gibbon gem. When im on my localhost and try to input my email and submit it nothing happens. I get an error in my terminal saying 500 error, em