search for: kovalyov

Displaying 5 results from an estimated 5 matches for "kovalyov".

Did you mean: korolyov
2006 Jul 02
7
How can I intercept attribute calls?
Hi. I have two types of fields in my database, e.g. "name" and "name_ru". First one is a user''s name in english and the second one is in russian. I want to intercept calls like "c.name" and add "_ru" to it if current language is russian (I have my own Locale class like n Globalize). So I want such thing: -- Locale.set("en-US") c.name
2011 May 25
0
Early tix to GothamJS available
...who have been contacting us wanting tickets so you can set up travel, or you know you are going and just want to a good deal, here is your chance. Grab some tickets before the general sale starts! The speakers list is shaping up with six speakers announced. Robert Nyman - @robertnyman Anton Kovalyov - @valueof Kyle Simpson - @getify Rebecca Murphey - @rmurphey Seb Lee-Delisle - @seb_ly Yehuda Katz - @wycats If you want to wait until the release of the full schedule, don''t worry, we should be ready to publish the full schedule including all of the talk information very soo...
2009 Aug 16
11
best "Rails on the cloud" solution?
A search of this forum for "cloud" brought up a pretty anemic and mostly year or more old list of stuff. That was a bit of a surprise to me. I''m interested in getting opinions on the easiest way to deploy a Rails app to a well known (S3 or similar) "cloud" server. It should be something with little or no "installation" or "establishment" fees and
2006 Feb 18
44
I forgot. Why do we hate* Java?
Hi, I''ve started reading some Java books. Gasp! What makes website development with Java so bad? I haven''t looked at Struts but I''m reading about Hibernate. Compared to ActiveRecord, Hibernate seems like some extra typing to explicitly define the model fields, getters and setters. I know that these are things that you can do in ActiveRecord when things get complicated
2019 Nov 12
20
[PATCH hmm v3 00/14] Consolidate the mmu notifier interval_tree and locking
From: Jason Gunthorpe <jgg at mellanox.com> 8 of the mmu_notifier using drivers (i915_gem, radeon_mn, umem_odp, hfi1, scif_dma, vhost, gntdev, hmm) drivers are using a common pattern where they only use invalidate_range_start/end and immediately check the invalidating range against some driver data structure to tell if the driver is interested. Half of them use an interval_tree, the others