| aptiva | add one :) |
| MrPunkin | anyone know why when I add user: and group: declarations in mongrel_cluster.yml it fails to start? |
| adj | aptiva: http://pastie.caboo.se/62733 |
| railsbot | ::rails-commit:: Changeset [6769]: Clarify :offset docs. Closes #3733. @ http://dev.rubyonrails.org/changeset/6769 |
| DBFT | how do i append the # to the end of the url? |
| aptiva | adj, where's node_id in the columns? second last? |
| adj | yes |
| aptiva | so 9-11 aren't loading .. hm |
| adj | this was working. and then it stopped working |
| aptiva | I can't see anything wrong on your side but why is activerecord fetching twice? |
| adj | because i am doing nodes.each { |node| node.plugins.each {|plugin| do_blah}} on the index page |
| aptiva | Node.find(1).plugins.each { |p| print "#{p.id}\n"} => ? |
| adj | 1,2,3,4 |
| aptiva | strange is the sqlite db loaded into memory? |
| adj | i dont know. rails is still newish to me how would i find out |
| aptiva | k, seems most likely to me that rails isn't reading from disk if you killall ruby does it persist? |
| adj | yeah. same result lemme try reordering the the indexes |
| railsbot | ::rails-commit:: Changeset [6770]: Docs: warn that associations names shouldn't be reserved words. Closes & @ http://dev.rubyonrails.org/changeset/6770 |
| adj | aptiva: damn it. it was bash f*cking me up. i moved some stuff around and went back and ran the server from a dir that didnt exist anymore. funky working dir |
| aptiva | haha :) |
| NetNeutrality | does anyone know if there is an irc for railsconf2007, cant seem to find it |
| _codepoet_ | isnt railsconf going to be held in some hippie town? hippy * |
| endikos | pastie: gimme some love... |
| pluesch0r | _codepoet_: portland. as we speak. |
| _codepoet_ | ah yeah I knew it was one of those pothead places :) |
| pluesch0r | _codepoet_: :) |
| _codepoet_ | damn kids and their loud music and marijuana |
| _lotek | ssl check in RoR, I got that working now, it seems to detect whether ssl is being used or not, however, what syntax should I use for redirect_to, in order to simply push user to https url from the original request? |
| _codepoet_ | when I was their age, i had to define a main function in my application |
| pastie | http://pastie.caboo.se/62742 by endikos. |