similar to: Refactoring module

Displaying 20 results from an estimated 100 matches similar to: "Refactoring module"

2010 Nov 05
4
Inheritance alternative
I have to objects with common functionalities and a lot of difference. So I want that each have his own table but inherit the common functionalities from a parent class. How can I do this in Rails ? -- 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
2010 Dec 16
1
Ambiguous match error for Cucumber
Hi, I am trying out the cucumber tutorial http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/ My tasklist.feature file is like as follows " Feature: Tasks In order to keep track of tasks People should be able to Create a list of tasks Scenario: List Tasks Given that I have created a task "task 1" When I go to the tasks page Then I should see
2006 Jul 27
1
Update second pulldown menu based on first menu selection?
I know I''ve seen this somewhere on this board and just can''t search it anymore. I have three relational tables: clients, projects, and tasks. Currently I''m working on customizing the ''new/edit'' task _form. So far I have it listing clients in a pulldown menu so I can assign the new task to a client. I''d like to have a second pulldown select
2008 Feb 03
1
Defer multiple methods within the same worker to the thread pool?
Within a threaded worker, I would like to have multiple methods. Will the following code work? def method_1(args) thread_pool.defer(args) do |args| #work end end def method_2(args) thread_pool.defer(args) do |args| #work end end . . . or, should I have one "meta"-method and pass which sub-method to perform via args? def meta_method(args)
2006 Mar 30
4
possible scriptaculous bug
I have two sortable lists, one after the other. I can drag from the first to the second but not from the second to the first. The behavior is consistent if n > 2. For example, I can drag from 1 to 2, 3 or 4 from 2 to 3 or 4 and from 3 to 4, but not in the reverse order: I can''t drag from the 4th list to anything (besides itself). From the third list I can drag only to itself and 4.
2015 May 31
4
[LLVMdev] Hash Table Virtual Calls with Conflict Resolution Stubs
Hi everyone, I'm the developer of the Loci programming language ( http://loci-lang.org ), for which the compiler is a front-end for LLVM. I would like to say that LLVM has been extremely useful for the development of the compiler and so thank you everyone for building this amazing system. ---- Virtual Method Calls ---- While most aspects of the language map well onto LLVM IR, it seems
2006 Aug 14
14
ClockingIT Beta - It''s about time...
My wife and I have been working on our own task-listing, time-tracking web application, and we''re really interested in some feedback as we ourselves feel we''ve come a long way. If you have some minutes to kill (or just want to see how the Comet functionality provided by the Juggernaut plugin can work) have a look at http://www.clockingit.com and
2005 Jun 07
3
BBEdit Ruby & Rails Syntax Module available
I''ve made a Ruby & Rails syntax coloring module for BBEdit. This is a "Codeless Language Module", so it will only work with BBEdit 8+. It''s basically a giant list of Ruby and Rails keywords, method names, and so on. It''s both Ruby and Rails because BBedit only lets you associate a file type with one language module. The file is available here:
2013 Apr 30
1
[LLVMdev] Instruction Scheduling - migration from v3.1 to v3.2
On Apr 26, 2013, at 3:53 AM, Martin J. O'Riordan <Martin.ORiordan at movidius.com> wrote: > I am migrating the llvm/clang derived compiler for our processor from the > v3.1 to v3.2 codebase. This has mostly gone well except that instruction > latency scheduling is no longer happening. > > The people who implemented this previously sub-classed 'ScheduleDAGInstrs'
2006 Apr 05
1
Nuby Sortable Question? How do you pass multiple lists back to the server
I have multiple drag and drop lists. If you sort within one list, you can pass the list back to the server using: <%= sortable_element ''task-list'' << person.id.to_s , :url => { :action => "noop", :id => @user }, ... %> Which causes this to be included in the javascript: onUpdate:function(){new
2016 Nov 11
2
lazy-load SNI?
On 11.11.2016 19:17, Arkadiusz Mi?kiewicz wrote: > On Friday 11 of November 2016, Aki Tuomi wrote: > >> If you are interested in testing, please find patch attached that allows >> you to specify >> >> local_name *.foo.bar { >> } >> >> or >> >> local_name *.*.foo.bar { >> } >> >> so basically you can now use certificate
2007 Jan 06
2
ubuntu packages patch
hi, For compiz ubuntu packages, I made some patchs to have a behavior of compiz nearer to metacity. All patch are made for compiz-0.3.6 and they are more hacks or draft than good fix, i hope they can help. http://gandalfn.club.fr/ubuntu/compiz-patch/90-fix-no-border-window-shadow.patch This patch fix white boxes instead of shadows for gnome-panel and other non-standard windows on AiGLX.
2006 Feb 14
11
[Bug 449] [patch] mount-point+inode ipt_owner patch (created 18 months ago)
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=449 ------- Additional Comments From lkcl@lkcl.net 2006-02-14 19:19 MET ------- Created an attachment (id=212) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=212&action=view) patch to ipt_owner.c for "mountpoint+inode" functionality -- Configure bugmail:
2008 Jul 19
1
Re: Regression From Platinum:Fallout1&2
jeffz wrote: > sfall Thanks. I tried this but I cant make it working. I copied ddraw.dll and ddraw.ini from sfall archive to Fallout directory but It seems that Fallout ignores those files. Maybe I should set some library overwrites in winecfg? Is there any solution how to use sfall with wine?
2005 Feb 04
7
Limit MOH processes
You could try to use the native mp3 support for MOH if you really want mp3 support. It is a lot better than using mpg123 IMHO. mpg123 kept doing nasty things to my system :) See http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20musicon hold.conf there is a section about the native support. Guillaume > -----Original Message----- > From: Stefan Gofferje
2002 Oct 01
4
Status?
What's the current status of VP3/Ogg integration? The CVS doesn't seem to be very active - and (maybe I'm not looking hard enough) I don't see any ogg-specific stuff here. I'm one of around 30 global techs for Indymedia, one of the last things we need for full adoption of free media formats is a free video format. We're working hard to promote Vorbis, many of the local
2000 Jan 28
3
porting OpenSSH to an SX4
Dear OpenSSH developers, I'm trying to port OpenSSH to our NEC SX4, but am having trouble finding reference to the 'addrinfo' structure. (Refer ssh.c:488). If anyone can shed some light on this struct, or has ported OpenSSH to a similar platform, I'd be very interested to hear from you. Thanks, Niels -- HPC Systems Programmer Information Technology Services, The University
2007 Feb 23
11
Problems getting mongrel service working
Hello list! I have mongrel service 0.1.0 working on my current production machine. Upgrading to a new server and also moving to mongrel service 0.3.1 has not worked yet. I am hoping someone will have an idea as to why. I have mongrel installed properly (I think): C:\rails\igacc>gem list --local *** LOCAL GEMS *** ... mongrel (1.0.1) A small fast HTTP library and server that runs
2005 Mar 29
7
Fade Anything Technique (FAT)
Has anyone used the built in FAT (Fade Anything Technique) that exists in 0.11.1 of Rails? I could not find anything in the documentation so I was wondering if anyone has any code snippets on how they used it? Thanks for your help. John
2016 Nov 11
3
lazy-load SNI?
On 11.11.2016 12:22, Arkadiusz Mi?kiewicz wrote: > On Friday 11 of November 2016, Felipe Gasper wrote: >> Hello, >> >> We?re rolling out large SNI deployments for our mail servers. Each domain >> gets an entry like this in the config: >> >> local_name mail.foo.com { >> ssl_cert = </ssl/domain_tls/*.foo.com/combined >> ssl_key =