search for: assosci

Displaying 9 results from an estimated 9 matches for "assosci".

Did you mean: associ
2008 Jan 02
5
polymorphic assosciations - still the way in Rails 2.0.x
I store a lot of information concerning blogs, events, books, bla bla... So I have a lot of database tables including the same fields: url, user_id, subject, comment..... So I decided to use polymorphic assosciations. Is this still the prefered way in 2.0.x or does Rails 2.0.x offers me a easier, faster and more preferable way to do this? By the way, isn''t it much easier to do all the search stuff with only one table? Perhaps it would not be so fast, but easier?! Thanx --~--~---------~--~---...
2007 Apr 25
2
Re: compiz: Changes to 'master'
...carr@gorbie.(none)> > Date: Wed Apr 25 14:09:25 2007 -0400 > > Add a priv entry to CompAction. For a use case see: compiz-scheme. It's neccesary to implement in a proper way actions that have to go through a wrapper C function. In general the idea of having Actions without an assosciated Option / Actions added at run time needs to be explored a bit more because the current code is not well suited for it. Why did you add it to the CompOption struct? If we need some user data attached to actions then that should go into the CompAction struct but I'm not sure we want that at...
2007 Mar 21
2
ORA-03106: fatal two-task communication protocol error
...server app ruby script/server -d -p3000 http://splinter:3000/ ## Configure App ( Correct oracle db spec ) vi config/database.yml development: adapter: oracle database: d102 username: mcd password: XXX ## Test config ( db connection ) rake db:migrate (OK) ## Create Model & assosciated tables ruby script/generate model structure ## Configure/Correct the migration file ( 1st in sequence creates tables) vi db/migrate/001_create_structures.rb ... def self.up create_table :structures do |t| t.column :amw, :float t.column :gvk_id, :string...
2007 Oct 12
0
Speccing a rake task
Greetings, I''m writing a custom rake task, and I''d like to write an assosciated spec for it. Does anyone have an example spec for a rake task? I''ve seen some examples on the web that use these before blocks: before(:each) do @rake = Rake::Application.new Rake.application = @rake end And use @rake["db:user_migration"].invoke To invoke t...
2003 Sep 12
0
NAT support idea
SER, the SIP Express Router, version 0.8.11 have a new solution for supporting NAT, the nat helper module. See http://www.voip-info.org/tiki-index.php?page=SER+nat+support It mangles the SIP header, the SDP and also actively keeps the NAT assosciation for clients behind NAT open in order to be able to set up calls to them. I think a lot of people are interested either in * Documentation on how to set up SER as a frontend to Asterisk for NAT clients * Port of this module (it's open source) to Asterisk If I could do it, I would be hacki...
2007 Sep 28
4
Sun 6120 array again
Greetings, Last April, in this discussion... http://www.opensolaris.org/jive/thread.jspa?messageID=143517 ...we never found out how (or if) the Sun 6120 (T4) array can be configured to ignore cache flush (sync-cache) requests from hosts. We''re about to reconfigure a 6120 here for use with ZFS (S10U4), and the evil tuneable zfs_nocacheflush is not going to serve us well (there is a ZFS
2005 Feb 23
6
List tips for new subscribers
*spews coffee over keyboard* - FUNNIEST - THREAD - EVER - Also one of the most insightful. Teddy, your gmail invite is on the way.
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...cale behaviour where a click on the desktop shows the desktop Robert Carr: Add a priv entry to CompAction. For a use case see: compiz-scheme. It's neccesary to implement in a proper way actions that have to go through a wrapper C function. In general the idea of having Actions without an assosciated Option / Actions added at run time needs to be explored a bit more because the current code is not well suited for it. Merge branch 'master' of git+ssh://racarr at git.freedesktop.org/git/xorg/app/compiz Move AM_GCONF_SOURCE_2 in to gconf conditional Merge branch '...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...Revert "Use glXQueryServerString for indirect rendering case." Add a priv entry to CompAction. For a use case see: compiz-scheme. It's neccesary to implement in a proper way actions that have to go through a wrapper C function. In general the idea of having Actions without an assosciated Option / Actions added at run time needs to be explored a bit more because the current code is not well suited for it. Move AM_GCONF_SOURCE_2 in to gconf conditional Robert Noland (1): Replace strndup with malloc and strncpy. FreeBSD doesn't support strndup. Roi Cohen (4):...