similar to: RANDOM

Displaying 20 results from an estimated 160 matches similar to: "RANDOM"

2010 Jul 20
4
MySQL index question
I am trying to speed up some DB operations and perhaps have gone overboard with indexes. Does MySQL usually use only one index per query and simply match keys on the results of the indexed first part? For example: DELETE FROM tokens WHERE 6813946236211560448 <= fnv AND fnv < 6818449835838930944 AND updated_at<''2010-06-20 14:08:55'' AND occurrences=0; If I understand
2012 Jun 30
5
Problems with associations
Hello guys, I have two tables, tasks and projects, and each model I put: Task.rb class Task < ActiveRecord::Base attr_accessible :user_id, :project_id, :name belongs_to :project end Project.rb class Project < ActiveRecord::Base attr_accessible :name, :description has_many :tasks end But when I go to my prompt and I make a SELECT with task, none project is returned.
2006 May 30
4
Hide parent element
I have some code that calls a partial to display one or more blocks within a div tag. I want to have a close button (or cancel link) that will fade that block but leave the others. Here is the code: LINK: <%= link_to_remote "Add Miscellaneous Link", :url => { :action => :add_iyc_link } %> add_iyc_link.rjs: page.insert_html :bottom, ''links'', :partial
2006 Feb 03
2
testing to see if emails are sent out on exceptions
Hi, I''m using ActionController::rescue_action_in_public() to send emails when uncaught exceptions happen. Is it possible to write tests for that? Joe
2006 Feb 17
1
AJAX and radio buttons
Hi! How can i use ajax with radio buttons? I have form with 2 radio buttons, which updates div with the value of selected radio button. It worked correctly when i used submit button, but when i removed it and used observers it didn''t. When i press the first button it displays its value, but when i press the second button it displays new value for a moment (0.5s ?) and then suddenly
2006 Feb 20
1
Using :except or :only on a before_filter block
Hi all, How do you use :except or :only conditions on a filter block? I can''t seem to work out the syntax! I''m currently doing: before_filter { |c| c.role_required ''admin'' } Thanks a lot! Tom
2014 Nov 07
0
[tor-relays] FreeBSD's global IP ID (was: Platform diversity in Tor network)
On Fri, Nov 7, 2014 at 11:31 AM, Adrian Chadd <adrian at freebsd.org> wrote: > ... that's .. odd. > > Let's poke the freebsd crypto and network stack people and ask. I > can't imagine why this is a problem anymore and we should default to > it being on. I don't think there's a crypto@ list, though security@ might represent. > The other thing you could
2023 Jul 11
2
[centos/centos.org] branch main updated (92ccbf4 -> 411cbb1)
This is an automated email from the git hooks/post-receive script. arrfab pushed a change to branch main in repository centos/centos.org. from 92ccbf4 Update distro-faq.md new 8542f8a Removing hostdime from active sponsors new 411cbb1 Removing estruxture from active sponsors The 2 revisions listed above as "new" are entirely new to this repository and will be
2006 Jan 10
9
FastCGI cannot start; Rails doesn''t work
I have a problem deploying FastCGI for use with RoR. OS: FreeBSD 5.4 Apache: 2.0.55 FastCGI: 2.4.2 ###### I compiled a new mod_fastcgi.so and copied it to /usr/lib/apache/mod_fastcgi.so ###### My httpd.conf looks like this: LoadModule fastcgi_module /usr/lib/apache/mod_fastcgi.so <IfModule mod_fastcgi.c> AddHandler fastcgi-script .fcgi </IfModule> ###### The testscript
2006 Aug 30
5
OT: CentOS hosting recommendations
Hi everyone, I am looking for a dedicated server with CentOS. Any recommendations? Ideally I would like to use one of the CentOS sponsors, but I think that there are far too many to be able to compare them all by refreshing (maybe there is a page with just a list of links to sponsors but I couldn't find it). Thanks Gabriel ___________________________________________________________
2008 Feb 22
6
Damm Small Solaris
Hi, for what it''s worth: There''s now a new Live CD for Solaris called Damm Small Solaris: http://www.sunhelp.ru/archives/179-Damn_Small_Solaris_0.1.1_English_Page.html In contrast to Belenix this Live CD works in Qemu - even without kqemu load the performance is not so bad. One important missing are the network driver for the network adapter emulated by Qemu. But they
2023 Sep 20
1
[centos-artwork] Restructuring the website homepage layout
Hey folks, Could we have a talk about the website homepage layout? Here is a tentative sketch I am working on for the a new website theme: https://centos.gitlab.io/artwork/centos-web/jekyll-theme-centos-base/documentation/#the-page-basehome-layout In this layout: Are "News and Events" and "Blog Posts" redundant sections?? Does it make sense to present only extracts from
2012 Nov 19
2
Is it possible to be sponsored by R?
Hi the list, I am a member of the organizing comity of the French Statistics Association (SFdS)'s conference. We are looking for sponsors. Some software (SAS, RITME, ...) are represented. Do you know if there is any possibility to be sponsored by R (or by an association close to R)? Do you think I can ask to the R fondation? Sincerely Christophe -- Christophe Genolini MaƮtre de
2011 Oct 11
1
Silicon Valley Ruby Innovator Award
The first ever Ruby competition judged by "Matz" in Silicon Valley. Application Deadline: October 17 http://www.myfukuoka.com/events/2012-fukuoka-ruby-award-competition -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2015 Oct 20
2
CentOS 6 update issues
On Tue, Oct 20, 2015 at 12:29:06PM -0500, Johnny Hughes wrote: > Those 3 addresses are good, the 204.15.73.243 is incorrect. 204.15.73.243 reverse resolves to centos.at.multacom.com. multacom is a CentOS Sponsor according to: https://www.centos.org/sponsors/ An outdated config somewhere? -- Jonathan Billings <billings at negate.org>
2006 Apr 10
2
X-HTMLifying Code
This falls into the category of "wonder if anyone''s done this"? The site I''m working on now has affiliate sponsors who provide link HTML. Almost all of it violates some W3C spec for XHTML, the primary offenders being capitalized tag names and unclosed tags like IMG. They also include ampersands as query-string separators, which also offends the W3C Validator. Has
2006 Nov 23
4
where to get kernel patches
Hi, I''m always having problems finding actual kernel patches of Xen. Because I need other bleeding-edge kernel stuff, I need at least > 2.6.18, better still 2.6.19-rcs. I''m used to compile my own kernels, often using some additional patches, but for Xen...? Doesn''t fedora core have at least patches against 2.6.18? Where can I find them? Regards Markus
2006 May 22
2
Project Support Open Source (SOS) wanted to donation to your project
Hi my name is Bob Mutch and I am the owner of Solutions with Service, a Canadian company that uses open source software products. I have started a project called ?Project SOS? (Support Open Source) to help fund free and open source software projects. I would like to make a donation to your open source work http://theora.org/ though our project. Here is the page that how the donations work.
2005 Dec 22
2
nonstandard postgresql sequence names
I''m working with a legacy postgresql database where the names of tables, columns, etc., do not usually follow Rails conventions. I''ve been able to work around it for the most part, but I ran into this: I have the following test: require File.dirname(__FILE__) + ''/../test_helper'' class SponsorTest < Test::Unit::TestCase self.use_transactional_fixtures =
2023 Feb 02
1
A new step in NUT community building - signing up for fiscal hosting!
Hello all, For decades, the NUT project ran without any formal entity or a "money purse" of its own. This proved to be a somewhat limiting factor, since paid services like DNS have to be covered by maintainers (as in ancient times, when city celebrations were paid by randomly elected officials personally), and some other services like hosting for the NUT CI farm have to be solicited