Displaying 2 results from an estimated 2 matches for "overode".
Did you mean:
overrode
2006 Jun 10
3
Weird Problem With Active Record
Is it me or is my model getting the created_at from the wrong model!
I have a HABTM relationship between Problems and Tags. In one of my
controller I do the following:
def view
@tag = Tag.find_by_name @params[:id]
end
In my view I do this:
<% @tag.problems.each do |problem| %>
...
<%= problem.created_at %>
...
<% end %>
Now, how come the created_at
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
Hi,
I have a 4.7-RELEASE system.
I used the following cvsupfile to update my system:
*default host=cvsup2.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs
*default tag=RELENG_4_8
*default delete use-rel-suffix
src-all
*default tag=.
I then proceeded to do:
cd /usr/src
make buildworld
I got a bunch of errors which occurred when building kdump: