A group that meets once a month to chat about Ruby on Rails and the Ruby programming language.
Join Now. (it's free)

#indyrb IRC Log on irc.freenode.net

Index

IRC Log for 2009-10-08

Timestamps are in GMT/BST.

[2:13] * baldwindavid (n=baldwind@cpe-66-61-163-196.indy.res.rr.com) Quit ()
[2:24] * baldwindavid (n=baldwind@cpe-66-61-163-196.indy.res.rr.com) has joined #indyrb
[2:24] * baldwindavid (n=baldwind@cpe-66-61-163-196.indy.res.rr.com) Quit (Client Quit)
[2:30] * esquivalient (n=esquival@67.177.188.169) Quit (Read error: 104 (Connection reset by peer))
[2:30] * esquivalient (n=esquival@67.177.188.169) has joined #indyrb
[7:03] * szselim (n=mileszs@99-138-55-6.lightspeed.iplsin.sbcglobal.net) has joined #indyrb
[7:15] * mileszs (n=mileszs@99-138-55-6.lightspeed.iplsin.sbcglobal.net) Quit (Read error: 110 (Connection timed out))
[8:21] * Unixmonkey (n=Unixmonk@mail.reprographix.com) has joined #indyrb
[10:12] * gbenedict (n=gbenedic@rrcs-70-62-53-194.central.biz.rr.com) has joined #indyrb
[10:12] <gbenedict> Good morning
[10:13] <gbenedict> Anyone know how to get the session.session_id in Rails 2.3.x without setting a value to load it first?
[10:13] <gbenedict> example
[10:13] <gbenedict> I have to do session[:ordering] = true; session.session_id
[10:32] * esquivalient (n=esquival@67.177.188.169) Quit (Remote closed the connection)
[10:33] * esquivalient (n=esquival@67.177.188.169) has joined #indyrb
[10:48] * esquivalient_ (n=esquival@67.177.188.169) has joined #indyrb
[11:04] * esquivalient (n=esquival@67.177.188.169) Quit (Read error: 110 (Connection timed out))
[11:20] * esquivalient_ (n=esquival@67.177.188.169) Quit (Read error: 104 (Connection reset by peer))
[11:21] * esquivalient (n=esquival@67.177.188.169) has joined #indyrb
[12:39] <szselim> I don't :-/
[13:27] * baldwindavid (n=baldwind@173-15-43-57-Illinois.hfc.comcastbusiness.net) has joined #indyrb
[13:42] <szselim> baldwindavid: I've already forgotten who is speaking/what's happening next week.
[13:46] <Unixmonkey> I think we're supposed to give Thirdshift a hard time
[13:51] <davidray> I'm sposed to talk
[13:56] <szselim> Oh yeah!
[13:57] <szselim> Cool. So, Unixmonkey, you're recapping both Windy City and Hoedown, right? ;-)
[13:57] * szselim is now known as mileszs
[14:10] <baldwindavid> gbenedict: did you want to demo your cms thing?
[14:11] <gbenedict> I might have a shipping API ready to go.
[14:11] <gbenedict> http://github.com/tgfi/freightquote
[14:13] <gbenedict> might be cool to walk through it and let you guys cut me down
[14:13] <gbenedict> kind of like the start up camp.
[14:14] <baldwindavid> looks cool - I'm good with that
[14:14] <baldwindavid> Didn't you mention something about talking about dynamic routing in a CMS awhile back?
[14:14] * esquivalient (n=esquival@67.177.188.169) Quit ("Leaving...")
[14:16] <gbenedict> yeah. I can walk through that.
[14:16] <gbenedict> actually do a same app.
[14:16] <gbenedict> sample
[14:17] <baldwindavid> that would be great
[14:17] <baldwindavid> are you doing anything with subdomains?
[14:21] <gbenedict> I am not, but you can do that with subdomain fu
[14:22] <baldwindavid> Yeah, I'm trying to point to give people the ability to point to wildcard subdomains on Heroku
[14:23] <baldwindavid> wtf did I just write?
[14:24] <baldwindavid> Anyway, I've got a domain name...let's say "example.com" - I can make it a wildcard domain on Heroku by adding *.example.com
[14:25] <baldwindavid> I then want people to be able to have a subdomain such as "mycompany.example.com", but be able to point their domain name ("mycompany.com") to that subdomain
[14:26] <baldwindavid> However, it doesn't work how I would like with Heroku
[14:27] <baldwindavid> I can just add their domain names (mycompany.com & www.mycompany.com) to my app as custom domains...
[14:28] <baldwindavid> but at that point the whole subdomain thing is not really necessary given I will need to query the root domain anyway
[14:29] <gbenedict> and given their load balancing setup, I'm not sure it will
[14:29] <gbenedict> although, you can run SSL, so maybe?
[14:30] <baldwindavid> Would be nice if I could have a CNAME like... www => mycompany.example.com ....but instead it is to "proxy.heroku.com"
[14:30] <baldwindavid> I guess it's still workable
[14:31] <gbenedict> cname only happens on the dns side. It still passes the original domain name to the server farm.
[14:31] <baldwindavid> So I guess the question would be: Do I map everything the same way I would with a true subdomain setup for clarity?
[14:31] <gbenedict> you might be able to automate it with a job.
[14:32] <baldwindavid> within my Rails application I mean
[14:33] <baldwindavid> I'm thinking I might in case I end up changing hosts - I'm also messing with Webbynode...but Heroku is so fast and easy
[14:33] <gbenedict> you probably map a domain to a subdomain, then use subdomain_fu?
[14:35] <baldwindavid> yeah, I thought that may be the way to go
[14:42] * baldwindavid (n=baldwind@173-15-43-57-Illinois.hfc.comcastbusiness.net) Quit ()
[15:07] <mileszs> Cool! I'm sorry I wasn't paying attention when all of this happened. I'm stoked about the meeting, though.
[15:39] * baldwindavid (n=baldwind@173-15-43-57-Illinois.hfc.comcastbusiness.net) has joined #indyrb
[16:04] * gbenedict (n=gbenedic@rrcs-70-62-53-194.central.biz.rr.com) Quit ()
[16:10] <baldwindavid> FYI...if anyone is interested, I have put some of the above discussed info about Heroku/subdomains/DNS/custom domains in a working gist...http://gist.github.com/205345
[17:55] * Unixmonkey (n=Unixmonk@mail.reprographix.com) Quit ()
[18:24] * baldwindavid (n=baldwind@173-15-43-57-Illinois.hfc.comcastbusiness.net) Quit ()
[18:53] * davidray2 (n=dave@c-98-220-174-19.hsd1.in.comcast.net) has joined #indyrb
[18:58] * baldwindavid (n=baldwind@cpe-66-61-163-196.indy.res.rr.com) has joined #indyrb
[18:59] * davidray2 (n=dave@c-98-220-174-19.hsd1.in.comcast.net) Quit ()
[21:14] * Unixmonkey (n=Unixmonk@ppp-69-208-157-49.dsl.ipltin.ameritech.net) has joined #indyrb
[21:20] * Unixmonkey (n=Unixmonk@ppp-69-208-157-49.dsl.ipltin.ameritech.net) Quit ()
[21:43] * davidray2 (n=dave@c-98-220-174-19.hsd1.in.comcast.net) has joined #indyrb
[22:10] * davidray2 (n=dave@c-98-220-174-19.hsd1.in.comcast.net) Quit ()
[22:45] * davidray2 (n=dave@c-98-220-174-19.hsd1.in.comcast.net) has joined #indyrb
[23:07] * davidray2 (n=dave@c-98-220-174-19.hsd1.in.comcast.net) Quit ()
[23:17] * baldwindavid (n=baldwind@cpe-66-61-163-196.indy.res.rr.com) has left #indyrb