Re: [Rails] Re: Launching : New Rails Bootcamp in Dayton, OH -- Need Help

2015-06-02 Thread Patrick Curl
a search for coding bootcamps in the Dayton area. Did you ever get around to turning this into a project in the area? // Chad Coburn On Sunday, October 27, 2013 at 1:53:43 AM UTC-4, Patrick Curl wrote: Hey, I'm building a Developer Bootcamp in Dayton focusing on Rails -- and wanting to know

[Rails] Launching : New Rails Bootcamp in Dayton, OH -- Need Help

2013-10-26 Thread Patrick Curl
for a big firm elsewhere. If you know any one who'd be a good match or who would like to sponsor us, please let me know. Warm Regards, Patrick Curl -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop

[Rails] Looping through hash and sub-hash.

2013-06-19 Thread Patrick Curl
# Need a little push in the right direction. @prices = [ amazon_new = [ image = imageurl.com, url = bookurl.com, price = 45.55 ], amazon_used = [ image = 2ndImageUrl.com, url = 2ndbookurl.com,

[Rails] Can't seem to get my HABTM form to work.

2010-10-18 Thread Patrick Curl
What I'm trying to do seems easy, but I've been trying to get it right for 3 days now, and am at my wits end. What I have: 2 tables + 1 join table. Subscribers, Cities, and Cities_Subscribers Form looks like this: TEXTBOX - EMAIL CHECKBOXES - CITIES SUBMIT My models are like so: class