Mar 18 00:15
Mar 18 00:51
Mar 18 00:58
benlovell joined #sinatra
Mar 18 01:14
bweikulrich joined #sinatra
Scyllinice joined #sinatra
halorgium joined #sinatra
hyperspace joined #sinatra
Mar 18 01:29
Mar 18 01:39
Mar 18 01:54
Mar 18 02:08
Mar 18 02:17
Mar 18 02:24
Mar 18 02:33
Mar 18 02:39
benlovell joined #sinatra
Mar 18 02:48
dekroning joined #sinatra
dekroning joined #sinatra
is there away to easily make a form, which contains an array of notes? i now just do name="post[notes][0]", name="post[notes][1], etc however i now need to do some pre database saving, and convert this params hash of notes into a json array, is there perhaps a better/easier way of doing this?
Mar 18 02:56
dekroning, try using post[notes][]
cypher23: toobad doesn't work, it will just get a "notes" : "text-from-last-note"
hey all, is there a preferred in-code comment/doc system that people use?
Mar 18 03:01
kristopher joined #sinatra
cypher23: i would have guess something like this in form input would be used a lot, but i can't find anything about it either (easily) on google
kristopher_ joined #sinatra
cypher23: ah no your right! thanks :-) i accidently did it on the id= argument
Mar 18 03:09
Mar 18 03:25
Mar 18 03:30
mouse-_: also, to be in advertising mode again, i wrote a plugin for yard to generate docs for sinatra routes.
rocco is more for code reading than api documentation, i think
true. but he didn't specify what kind of docs he wanted :)
Mar 18 03:58
Mar 18 04:04
Mar 18 04:11
Mar 18 04:17
Mar 18 04:25
jhenderson joined #sinatra
Mar 18 05:02
lupine_85 joined #sinatra
lupine_85 joined #sinatra
Mar 18 05:15
Mar 18 05:46
jhenderson joined #sinatra
Mar 18 06:09
Mar 18 06:18
Mar 18 06:25
SeanLazer joined #sinatra
Mar 18 06:35
Mar 18 06:55
Mar 18 07:02
loincloth joined #sinatra
Mar 18 07:08
tbuehlmann joined #sinatra
Mar 18 07:18
SeanLazer joined #sinatra
foobarbaz joined #sinatra
hipertracker joined #sinatra
Mar 18 07:36
Mar 18 07:41
Mar 18 07:54
eladmeidar joined #sinatra
Mar 18 08:00
rmontgomery429 joined #sinatra
Mar 18 08:12
burlyscudd joined #sinatra
Mar 18 08:29
djanowski joined #sinatra
Mar 18 08:47
Mar 18 09:12
any hints on when 1.0 might be released?
Mar 18 09:31
Mar 18 09:38
Mar 18 09:43
Mar 18 09:52
kristopher joined #sinatra
Mar 18 10:00
Mar 18 10:08
Mar 18 10:16
bradgonesurfing joined #sinatra
Mar 18 10:28
rmontgomery429 joined #sinatra
Anybody working with AppEngine? I'm looking for guidance how how best to handle Authorization inside a sinatra app. If you have any links or tips - it would be much appreciated.
Mar 18 10:33
Mar 18 10:50
Mar 18 10:58
cpjolicoeur joined #sinatra
rmontgomery429_ joined #sinatra
Mar 18 11:07
Mar 18 11:15
Mar 18 11:23
bleything joined #sinatra
Mar 18 11:28
stepheneb joined #sinatra
Mar 18 11:43
bradgonesurfing joined #sinatra
bradgonesurfing left #sinatra
shotgun is blowing up on me: /Users/Andrew/.rvm/gems/ree-1.8.7-2009.10/gems/eventmachine-0.12.10/lib/eventmachine.rb:572:in `start_tcp_server': no acceptor (RuntimeError)
Mar 18 11:48
Mar 18 11:55
joeconyers joined #sinatra
WALoeIII: hah, using shotgun with thin is crazy ;)
halorgium: it just picks it by default, I will try w/ mongrel
I hadn't thought about that
halorgium: works great w/ mongrel
Mar 18 12:01
WALoeIII: yer, EM + forking -======== death
WALoeIII: do server.delete "thin" in your app file somewhere
or don't use shotgun (that's what i do)
WALoeIII: Well actually... server.delete "thin" probably won't work. But you could do a set :server, "mongrel"
Mar 18 12:09
rtomayko: you where mentioning that on the mailinglist
khaase: oh nice. I missed that ticket somehow.
Mar 18 12:15
markwithout joined #sinatra
Mar 18 12:30
Mar 18 12:46
Mar 18 12:52
Mar 18 13:07
codeswing joined #sinatra
Mar 18 13:16
is there a way to get the port that the server is currently running on?
Mar 18 13:32
Mar 18 13:44
Mar 18 13:52
mistergibson joined #sinatra
Mar 18 14:01
Mar 18 14:09
futurechimp joined #sinatra
Mar 18 14:20
pedrobelo joined #sinatra
Mar 18 14:31