search for: gilstrap

Displaying 4 results from an estimated 4 matches for "gilstrap".

2006 May 21
3
Using ParseDate in for loop
Hi, I''m trying to use ParseDate within a for loop but I get this error: can''t dup NilClass Any suggestions for making this work? Thanks, -Jason
2005 Sep 14
16
Showing database results in a grid view
Hello everyone, It seems that the answer to my question should be obvious, but I''ve not yet found a way to do what I want. Any advice on the best method would be greatly appreciated. Have the following database table: CREATE TABLE datasets ( id int not null auto increment, name varchar not null, value varchar not null, year varchar not null, state
2006 Jan 11
1
ActiveRecord customer model with multiple previous addresses
...s put also be able to get an array of previous addresses (ones that are not marked active) using something like Customer.previous_addresses. Any ideas on the best way to handle this? class Customer < ActiveRecord::Base end class Address < ActiveRecord::Base end Thanks in advance, -Jason Gilstrap jasongilstrap@gmail.com
2005 Oct 19
3
Finding all parents of acts_as_tree relationship
...s of a particular category. I realize that I can use @category.parent or even @category.parent.parent to move up in the hierarchy, but I need this to happen dynamically within the view because the hierarchy of each category may be different. Any ideas on how to handle this? Thanks, -Jason jasongilstrap-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org