| krayola1 | beeew: yes, me. beeew: use shared networking, add an entry into the hosts file in c:\wiindows\system32\drivers\config called something like "mymachine" or "mymac" then you can visit mymac:3000 |
| codemac | so, statc was stated to help me but peaced out |
| beeew | hi krayola1, it's not as simple as just going to 'localhost:3000' in your parallel is it?.. oh ok i'll try tht.. brb |
| codemac | Why would this @authors variable that's getting set in my main controller's index function be nil in the app/views/main/index.rhtml view? |
| krayola1 | localhost is literally that -- the local machine... and inside a parallel, that's the parallel machine, not the host system. |
| Casey123 | hey does anyone know how i can take a number such as 2490000 and display it as 2,490,000? |
| krayola1 | Casey123: split it into characters, reverse the array, join it into chunks of 3, reverse those, join with commas. or a multitude of variations on that theme |
| Casey123 | that sounds complicated haha there's nothing simple? |
| krayola1 | there may be in the Facets or in the rails stdlib |
| Casey123 | oh wait think i found one prewritten |
| Goetmet | does anyone uses jEdit for RoR development ? |
| chovy | ls |
| acetoxy | This is not a shell. :) |
| chovy | beeew: add an alias in the system32\hosts file? |
| Casey123 | pastie! pastie ? where is pastie? ! |
| tirkal | pastie: link |
| Casey123 | hello pastie oh |
| Tsarin | pastie.caboo.se |
| Casey123 | had to say hello first haha |
| pastie | http://pastie.caboo.se/63045 by Casey123. |
| Casey123 | my questions are in there |
| krayola1 | put it in a helper or extend String or Fixnum |
| aikenben | can anyone help me out w/ Locomotive on Tiger? |
| codemac | Sorry to bepoing a lot. I just can't figure out why all my instance variables arenil *sorry to be pinging |
| Casey123 | thanks krayola1 :-) |
| krayola1 | Casey123: i personally like the idea of extending Fixnum with a method called to_s_with_commas :-) |
| Casey123 | hm? |