| lonny | Bongo`: I meant Ruby, not Rails. |
| apangus | jumbo; any rules above it? |
| Jumb0 | nope |
| apangus | that might take precedencE? |
| Jumb0 | it's numero uno |
| Bongo` | lonny: Oh lonny: Im the "noobtard" now. |
| Jumb0 | execpt for the web service one |
| lonny | Bongo`: Regardless, I still misstated what I meant. Persistent history is nice, but so is the ability to load libraries on irb startup. I can do that now, but had to modify files... |
| Bongo` | oh |
| jamesb43 | apangus, I fixed my problem, but I doubt your problem is the same. |
| lonny | Bongo`: I was wondering if they deigned to include that as a feature. I am going to have to reinstall soon, and remembering all the mods is a pain. |
| Bongo` | Yeah, I know. :( |
| apangus | james;w hat did you do? |
| jamesb43 | I was calling a class method on a class that didn't exist |
| Jumb0 | woah, i fixed it with a reload haha how do i do an emote on here '/me'? |
| argv[] | depends on your client |
| Jumb0 | colloquy. yes i use a mac |
| action | Jumb0 waits for the tomatos |
| Jumb0 | waits for the tomatos |
| action | Jumb0 just got pwnd by a refresh of his browser. |
| Jumb0 | just got pwnd by a refresh of his browser. |
| argv[] | why the hell are you expecting tomatoes for using a mac from a ruby channel? |
| staticvector | yeah, ruby channels are generally crazy mac addict channels |
| Jumb0 | how do i tell a view which layout to use? |
| argv[] | a view or a controller |
| tpope | render :layout => 'foo' layout 'admin', :only => [:edit, :update] |
| Jumb0 | argv[]: either. tpope: where do i put that? in the action def? |
| tpope | layout :determine_layout; def determine_layout; logged_in? ? "user" : "guest"; end render goes inside the method, yes |
| Jumb0 | k thank you |
| linoj | re: my exception question, here's another way http://pastie.caboo.se/53766 |
| tpope | linoj, that looks more like an answer to me rescue action is cleaner for this def rescue_action, that is def rescue_action(exception), that is |
| jesusfish | any recommendations as to what I should use for charts in Rails? |
| linoj | is that a built-in, or you just saying i can make up one? |