[Rails] Re: f.check_box help

2009-08-06 Thread ghettoiam
I'm scanning this thread, you mentioned that your output is: label for=service_MondayMonday/labelinput name=service [Monday] type=hidden value=0 /input id=service_Monday name=service[Monday] type=checkbox value=1 / You -cannot- have two input fields both containing the same name value. I

[Rails] Re: Regarding IDE

2009-02-27 Thread ghettoiam
I'd second/third NetBeans. I use NetBeans on all platforms mac/ubunut/ winXP and I think it's great. Particularly because of its auto- completion, built-in documentation of ruby methods and easy debugger. It really shortened the learning curve when I originally jumped into rails. On Feb 26,

[Rails] Every controller action is being process twice, help!

2009-02-04 Thread ghettoiam
Regardless of what action in what controller I hit, the server is executing the whole controller twice, sequentially. It's goes through it once, then it goes through it again, then it shows page. Here is an example of output from webrick: 127.0.0.1 - - [03/Feb/2009:21:42:56 Mountain Standard