| teferi | M-n and M-p don't for history |
| AnalphaBestie | but you are right |
| teferi | I want something like eshell only not half-assed |
| pstickne | does anyone know of a tool that will let me keep code in two svn repos at the same time? or easily backup from one the other? |
| teferi | pstickne: there's this perl module called VCP that svk uses |
| pstickne | actually, I should ask in #svn... ^^ |
| teferi | but it /is/ perl, and crappy perl at that |
| hagabaka | is it possible to let rdoc generate multiple doc "sites", one for each .rb file in the current directory? |
| pstickne | crappy perl is indeed uber crappy ^^ |
| hagabaka | i guess i could write a shell script to do that |
| LoganCapaldo | eeek |
| raleigh | i want my script to exit when a socket connection is closed... how do i do that? |
| hagabaka | hmm, rdoc seems to put the comment at the top of the file in the first class in the file, as well as the index page. how could i let it only appear in the index page? oh, never mind |
| dabaR | Hi. Rails question. I get this error: http://pastie.caboo.se/48642 from this code: http://pastie.caboo.se/48644. What is wrong? |
| LoganCapaldo | Hi, not the rails channel #rubyonrails although that doesn't really look like a rails question... you gave select_shipping 0 arguments when it wanted 2 |
| dabaR | LoganCapaldo: do you have knowledge with rails? experience... |
| LoganCapaldo | this really has little to nothing to do with rails |
| dabaR | OK. |
| LoganCapaldo | just give select_shipping two arguments its pretty clear what the problem is |
| dabaR | http://pastie.caboo.se/48655 That is the method code. Which is why I think what you are saying is not the case |
| LoganCapaldo | So then its either find_customer or confirm_order those being the only zero argument methods. |
| dabaR | There is a stack trace, as to where the problem is on the page where the error is shown. It points to a ActiveRecord method. |
| D_ReaL_PuNiShEr | ? |
| LoganCapaldo | well this still isn't #rubyonrails |
| apeiros | dabaR, controllers/check_out_controller.rb:23:in `select_shipping' |
| dabaR | update, which really takes 2 arguments, and in the ActiveRecord code which I have(for 2 diff rails versions) I in fact see that update is called with no arguments(0 for 2;-) |
| apeiros | check which line is line 23 but it looks to me as if rails swallowed at least a method call between line 18 and 17 in your pasted exception as your pasted select_shipping method doesn't seem to call "save" directly. |