similar to: Can't run tests after upgrading from 3.2.3 to 3.2.7

Displaying 20 results from an estimated 30000 matches similar to: "Can't run tests after upgrading from 3.2.3 to 3.2.7"

2013 Jul 17
1
Puppetmaster 3.2.3 logging different than previous versions
Hello: After upgrading to Puppet 3.2.3 I have noticed that the puppetmaster does not log the catalog compilation time like it did in 3.1.1 or before. This log line used to look like: "myserver puppet-master[19002]: Compiled catalog for myhost in environment production in 1.01 seconds" Even if I change the logging level to debug in the rack config I do not see this line. Anyone
2012 Aug 30
4
how to change theme in rails 3.2.7
I''m using rails 3.2.7. I have few themes in my public/themes folder. For example in my theme-1 folder there is one index.html + style.css + few images (if required) At the time of registration user will select one theme. Now when the user will login that theme will display. I will use handle bar(http://handlebarsjs.com/) for data insertion. My main problem is that how
2012 Oct 11
2
Coupure de connexion entre Rails 3.2.7 et Postgres 8.4
Bonjour à tous, Je développe une grosse application en Rails 3.2.7 qui est connecté à une BD Postgres 8.4 installée sur la même machine. L''application s''exécute sur Apache avec le module Passenger. L''application est constamment utilisée par une centaine d''utilisateurs et ne pose aucun problème pendant plusieurs heures puis, d''un coup, Rails ne
2023 Mar 09
0
rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user
On 2023-03-09 09:10, Tomasz Chmielewski via rsync wrote: > So from the tests above, it hangs with rsync 3.2.3 on the sender and > rsync 3.2.7 on the receiver. I'll run some more tests. Self-compiled rsync 3.2.7 on Debian to Ubuntu (rsync 3.2.7) - does NOT hang. Tomasz Chmielewski
2012 Nov 08
0
After order a HTML with JQuery UI Drag and Drop, save ordered table to DB using Rails
Hi guys I''m doing a form with fields like name, email, phone, address, city, state, etc. Each field has a table in db. I will use state field as an example: In db I had table states with columns: position, name and acronym In my View I had a HTML table with name and acronym, ordered by position (when page loads). I can order my table using select box (order by name or acronym) or
2009 Jan 29
1
Samba 3.2.7 and XP authentication error
List, Long and confusing message follows... I'm facing a frustrating problem. XP clients can use resoures on the samba server by IP-address, but not by name. So, "net view \\servername" gives "access denied" but "net view \\ipaddress" gives list of shared resources. Samba server (3.2.7 sernet rpm) is a member server in W2003 domain. I emphasise that with
2020 Nov 18
0
Strange behavior after upgrading to rsync 3.2.3
(Please forgive me if this has already been discussed - I checked the archives and bug reports and found nothing relevant.) I just recently upgraded to rsync 3.2.3 Now, I get error messages on every copy. For example, $ rsync -rltv --delete rsync://anoncvs.netbsd.org/cvsroot/CVSROOT \ /$LOCALDIR/ results in these error messages: receiving incremental file list default_perms_for_dir:
2023 Mar 08
1
rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user
After upgrading to rsync 3.2.7, the following command hangs forever (using "--usermap" causes the hang; without "--usermap" it doesn't hang): rsync -v -p -e --usermap user:user /etc/services user at remote: It did not hang with rsync 3.2.3. Not sure if it's intended behaviour? The fine manual says that --usermap should be used as a super-user on the receiver, but
2012 Apr 30
0
Rails 3.1.3 -> 3.2.3 upgrade, assets can't be found
Hello everyone, I''m upgrading one application from Rails 3.1.3 to 3.2.3 and run into a nasty problem that none of the assets are found (everything worked great before upgrade). I''ve investigated for several hours and it seems that the root of the problem is that the order of initializers becomes wrong after initializers.tsort (in railties-3.2.3/lib/rails/ initializable.rb:54).
2023 Mar 09
1
rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user
Hi. On Wed, 08 Mar 2023 22:21:28 +0100 Tomasz Chmielewski via rsync wrote: > After upgrading to rsync 3.2.7, the following command hangs forever > (using "--usermap" causes the hang; without "--usermap" it doesn't > hang): > rsync -v -p -e --usermap user:user /etc/services user at remote: This command is incorrect: the -e option needs a command. Without
2005 Aug 05
1
S4 generating function
Can someone explain what the problem is when I use the generating function? And how to get debug() to stop in the Superclass initialize method? ---- source ----- setClass("Superclass", representation(id = "character"), contains = "VIRTUAL") setMethod("initialize", signature(.Object = "Superclass"),
2012 Aug 07
9
How do I force link_to/form helpers to use the superclass name in the path instead subclass?
I want my helpers to generate paths using a superclass instead of the subclasses. Assuming I have Owner and Member that both inherit from User, rails will use the current objects class name when generating paths: Let''s say current_user is a mod: <%= link_to current_user.name, current_user %> will generate "/mod/:id". I want to force it to generate
2012 Aug 14
1
NoMethodError: undefined method `accept' for nil:NilClass
Here''s the trace, NoMethodError: undefined method `accept'' for nil:NilClass from /Users/blaine/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.3/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `to_sql'' from
2006 Aug 17
0
single-table inheritance and select
I''m getting some weirdness trying to use a select widget to choose the type from a collection of three objects sharing a database table via single-table inheritance (STI). I''d be grateful for any advice on whether it''s a bug or a feature, if a feature why and how I can more easily do what I''m trying to do. So I have the usual STI setup, with a
2012 Sep 22
4
Class, Module, Object
>> reload! Reloading... => true >> puts Class < Module true => nil >> puts Module < Class false => nil >> puts Module < Object true => nil >> puts Object < Module false => nil >> Object.parent => Object The above indicates that the Class object instance inherits from the Module object instance and the Module object instance
2010 Nov 21
1
reference classes: question on inheritance
Dear list, I have a reference class which should act as a "generic" superclass for other classes. I've read the respective section at ?setRefClass and put the name of the superclass to the 'contains' argument of an example subclass (see class defs below). Classnames are set in a way that shouldn't result in collation issues (virtual def sourced before superclass def
2018 Jan 31
0
Coding standards: duplicating method comments?
On 30 Jan 2018, at 19:56, Alex Bradbury via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Is this bad style? It seems the current codebase is inconsistent on > this point. The upside of such duplication is that it reduces the need > to cross-reference to other files when using a dumb editor. I generally use the rendered docs on the LLVM web site when using a dumb editor, so
2018 Feb 01
1
Coding standards: duplicating method comments?
On 01/31/2018 02:37 AM, David Chisnall via llvm-dev wrote: > On 30 Jan 2018, at 19:56, Alex Bradbury via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> Is this bad style? It seems the current codebase is inconsistent on >> this point. The upside of such duplication is that it reduces the need >> to cross-reference to other files when using a dumb editor. > I
2006 Oct 19
1
Question about variable assignments/scoping after render call
I''ve got a question about how variables are made available to templates. We have a test that looks something like this: def test_variable_assigned xhr :get, :do_stuff, :id => 1 assert_not_nil assigns(:thing) end And our app code looks like this: class SuperClass < ActionController def do_stuff @parent_model = ParentModel.find(params[:id]) render :template
2009 Apr 06
3
After Rails 2.3.2 upgrade: superclass mismatch for class TestCase (TypeError)
I upgraded a working app from rails 2.1 to 2.3.2. Now when I run rake test:units I get this error: /usr/lib/ruby/gems/1.8/gems/ activesupport-2.3.2/lib/active_support/test_case.rb:17: superclass mismatch for class TestCase (TypeError) I generated a new test app and all tests run OK. For the upgrade I ran rake:update and renamed the class in test_helper to ActiveSupport::TestCase. Also renamed