search for: ingebrigtsen

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

2012 Oct 18
1
GlusterFS failover with UCarp
...ttp://www.howtoforge.com/high-availability-storage-with-glusterfs-3.2.x-on-ubuntu-12.04-automatic-file-replication-across-two-storage-servers [2] http://www.misdivision.com/blog/setting-up-a-highly-available-storage-cluster-using-glusterfs-and-ucarp Thank you for your help. -- Best Regards Runar Ingebrigtsen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20121018/6b0a9cb2/attachment.html>
2006 Jul 27
4
roles based authentication
hi! im trying to implement a role based authentication in my project, but im writing too many conditions, and i think thats not the right way to proceed. i have search in google, but there are a lot of plugins and "tutorials", and they are always not similar, so i dont understand them. please could someone help me? maybe with a easy authentication or with a good/nice tutorial?
2006 Mar 22
1
has_many :addresses, :as => :addressable
I just got the Rails Recipies and I''m looking the Recipe 17. class Person < ActiveRecord::Base has_many :addresses, :as => :addressable end class Company < ActiveRecord::Base has_many :addresses, :as => :addressable end class Address < ActiveRecord::Base belongs_to :addressable, :polymorphic => true end At the beggining I had some problems because
2006 Aug 23
8
acts_as_ferret with Mongrel and Edge Rails
Hi there, Has anyone tried acts_as_ferret with Edge Rails and Mongrel? When I install the plugin to a project that has Edge Rails frozen, and the Mongrel gem installed, I can''t start the server. There''s no error, it just doesn''t start. I''ve used acts_as_ferret in the past with WEBrick, and stable Rails releases without a hitch. If I remove the