search for: frivilous

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

2005 Apr 19
3
Rails 0.12.1: No major update without a bit of pain
...person"] or assigns(:person) must be used. In other words, the keys of assigns stay strings but we''ve added a method-based accessor to appease the need for symbols. * Fixed that rendering a template would require a connection to the database #1146 Then for Active Record: * Fixed frivilous database queries being triggered with eager loading on empty associations and other things * Fixed order of loading in eager associations * Fixed stray comma when using eager loading and ordering together from has_many associations #1143 Updating, as always, couldn''t be easier than gem...
1999 Dec 10
5
openssh on AIX v4.3.3 with native compiler
Hello, Was looking in the archives... and haven't seen this one listed. When I compile openssh-1.2pre17 on AIX v4.3.3 with the native compiler I get the following errors. I haven't see this __attribute__ code.. What compiler/libraries are needed to compile this? I have seen that people have compiled openssh on AIX.. Just wondering what you have used. # make cc -g
2000 Dec 11
3
YAPQ (Yet Another Patent Question)
Looks like the mpeg gestapo are frantically at work cracking down on mpeg projects. Several important projects (tsunami mpeg, gogo, faac, etc) were shut down by the jack booted patent nazis. Since FhG, mpegla, etc plan to start charging royalties on everything even remotely mpeg-related very soon, I expect a lot of interest is going to shift to Vorbis. And soon thereafter, I expect FhG to attack
2005 Apr 27
5
Eager load mysteriously deletes records
Hi This looks like a bug in ActiveRecord. I am messing with eager loading (on 12.1) and all of a sudden records started disappearing from a table (and I am not doing anything delete related)!! The following line works OK:- @todos = Todo.find(:all, :include => [ :whens],:order => "position ASC") The following line is mysteriously deleteing :where rows from the DB after