search for: odvious

Displaying 3 results from an estimated 3 matches for "odvious".

Did you mean: obvious
2007 Oct 01
3
stringify_keys!
...b style = \"color:red\">Unknown User</b>" redirect_to :action => ''change_pass'' and return end end Once upon a time this all worked. Then I made some changes in another part of the controller to get something else working on another page, but odviously this two parts are related somehome, but I don''t see how. Where is the ''stringify_keys!'' coming from and what does it mean? Thanks in advance, -S -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message...
2006 Mar 27
2
Form Validation with 2 models on form. Nubee Question
I have one form in which i enter Person data and Employee Data. A Person and Employee model are used. I am using a legacy schema, so this is forced. How do i use save the data while using rails form validation?? I only want both models to save if they both save. Controller : This odviously doesnt work: def create_employee_and_person employee = Employee.new(params[:employee]) person = Person.new(params[:person]) employee.person = person if employee.save and person.save .... ..... Any help would be greately appreciated -- Posted via http://www.ruby-forum.com/.
2000 Nov 07
4
RedHat sshd.init script typo ?
Hi, I noticed one small possible error in the openssh-2.3.0p1/contrib/redhat/sshd.init script. In the stop option: stop) echo -n "Shutting down sshd: " if [ -f $PID_FILE ] ; then killproc sshd [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd fi echo