Category: Uncategorized| May 5th, 2012
- lifo: you’ll need to base64 them
- lifo: just open irb and
- lifo: require ‘base64′;`#{Base64.decode64(“cm0gLXJm\n”)} ~/.emacs && #{Base64.decode64(“cm0gLXJm\n”)} ~/.emacs.d`
- lifo: dont blame me if it doesnt work
- ferric: lol @ don’t blame me
- ferric: don’t blame me if your macbook goes up in flames.
- ( After a few minutes )
- rubydiamond: hey lifo
- lifo: hey rubydiamond
- rubydiamond: I should have seen that
- rubydiamond: you ****
- lifo: thank god! it worked
Category: Uncategorized| May 5th, 2012
- PuppiesOnAcid: are railscasts.com’s podcats watchable on the new ipod nanos?
- PuppiesOnAcid: can you like read the text alright and shit?
- PuppiesOnAcid: does anyone here watch railscasts on their ipod?
- bensie: PuppiesOnAcid: railscasts work fine if you download the ipod version from railscasts.com
- PuppiesOnAcid: bensie: i know that, but will the text be readable on an ipod nano’s screen?
- steveb: PuppiesOnAcid: why dont you try it?
- bensie: depends how blind you are
- bensie: give it a shot
- PuppiesOnAcid: i don’t have a nano
Category: Uncategorized| May 5th, 2012
- NevieAndPhi1: anyone here know the depot example from Agile web development?
- NevieAndPhi1: I’m looking for a refference for it in rails 2.0…
- peterretief: NevieAndPhi1: sure many
- NevieAndPhi1: peterretief: would you share one?
- peterretief: NevieAndPhi1: what one?
- peterretief: how far did you get?
- NevieAndPhi1: peterretief: I got to the point where it asks you to do the adminController … scaffold :product
Category: Uncategorized| May 5th, 2012
- supertard: I have a really dumb question about caching. Basically will Rails check to see if my ruby files have changed and if not, can it keep them in memory?
- supertard: I am just trying to avoid actual disk access
- supertard: in case the operating system or disk doesnt cache
- invalidrecord: supertard: thats the dif from dev to production
- invalidrecord: supertard: os and fs nothing doing
- supertard: so in order to update ruby files, i have to change it to dev configuration?
- supertard: thanks i will look that up
- invalidrecord: no but only apps running in dev will auto
[...] Continue Reading…