search for: stevenbristol

Displaying 5 results from an estimated 5 matches for "stevenbristol".

2006 Jan 04
5
habtm recusive
I have a people table: CREATE TABLE people ( id int(10) unsigned NOT NULL auto_increment, first_name varchar(75) default NULL, middle_name varchar(75) default NULL, last_name varchar(75) default NULL, PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1272 ; and a people_people table: CREATE TABLE people_people ( person_id int(11) unsigned NOT NULL,
2006 Jun 25
0
debug output does not show up in the browser window
On the first page of the ror docs under the "Debugging Rails" section, it says "Debugging info will also be shown in the browser on requests from 127.0.0.1." I can not make this work, I only get the wsod in the browser, and all the debug output in the log/development.log file. In my config/environments/development.rb I have the following:
2006 Apr 15
0
too much in the log file
I just upgraded to 1.1 and I am now seeing huge amounts of information in my development.log file. It seems like verbose is on, but it is not. I have set a break point and checked the value and it is not on. Has anyone else seen this? Does anyone have an idea? Thanks, steve -- Posted via http://www.ruby-forum.com/.
2005 Dec 23
2
getting changes
I was having some problems, which are fixed with #3331 & 3332. I have no idea how to get these changes. Do I have to wait for a release? What is the time frame? Any help understanding the process would be very helpful. Thanks, Steven A Bristol _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Apr 16
4
wsod since upgrading to 1.1
I just upgraded to 1.1 and I am now getting the wsod for errors that used to display on the screen. E.G. NoMethodError gives wsod. Does any one know what caused this and how I can go back to the previous behavior? -- Posted via http://www.ruby-forum.com/.