similar to: fixtures instance variable naming

Displaying 10 results from an estimated 10 matches similar to: "fixtures instance variable naming"

2006 Jun 08
2
accessing fixtures in tests
hi all, my first attempt at tests and i''m having trouble accessing the fixture values, if anyone can make it suggestions. i have news_release_test.rb, using new_releases.yml as the fixture file according to the agile book, i should be able to access the fixture properties within my test as such: assert_equal @first_test.id , @news_release.id unfortunately, i try that and get:
2002 Dec 20
0
new optimized BLAS
Dear R-help, Here's a posting to the most recent NA-digest: From: Robert van de Geijn <rvdg at cs.utexas.edu> Date: Fri, 13 Dec 2002 11:15:23 -0600 Subject: Fast BLAS Libraries for Current Architectures Recent research by Kazushige Goto, Visiting Scientist at UT-Austin, has resulted in high-performance BLAS libraries for the Intel (R) Pentium (R) III and 4 processors, the
2005 Dec 16
8
HW Echo Cancellers
Hi, To solve echo problems, I'm considering 2 alternatives. 1> Sangoma A104d - I can't find support for asterisk 1.2.1 2> Desktop echo canceller - http://www.oriontelecom.com/echo_canceller/desktop/e1_ec_desktop.html - I want to know where to buy and price. Any suggestion is appreciated. Thanks. Jason. p.s. : asterisk cli command "reload" can change rx_gain and
2006 Aug 01
1
Legacy Pluralized Table Names
I am connecting to a legacy DB that has some names plural and some not. I have configured: ActiveRecord::Base.pluralize_table_names = false now when i make a table that has an s on the end, it truncates the s. example: Table name: foo_bars Rails command: ruby script/generate FooBars Response (localhost:3000/FooBars): uninitialized constant FooBar It works fine with non-pluralized
2006 Mar 13
5
Cisco 7960 8.2 callerID lists proxy?
I'm using P0S3-08-2-00.. I noticed the callerID started showing up with the number, then @<proxy-addr>... So the callerID on the phone looks like: 2145551212@10.10.10.10 which of course is logged in the missed calls exactly like that, and completely foobars the dialing string if you try to dial a missed call by simply hitting the dial button. Can anyone else verify this problem? 7.5
2015 Jun 08
2
UPower: 95-upower-hid.rules update
2015-06-08 13:09 GMT+02:00 Bastien Nocera <hadess at hadess.net>: > On Mon, 2015-06-08 at 10:13 +0200, Arnaud Quette wrote: > > -ATTRS{idVendor}=="06da", ENV{UPOWER_VENDOR}="Liebert" > > > > +ATTRS{idVendor}=="06da", ENV{UPOWER_VENDOR}="Phoenixtec Power Co., Ltd" > > I'm guessing this would require changes in NUT, so I
2006 May 31
2
observe_field gets "Form is not defined"
trying to do an observe_field, but i''m getting a javascript "Form is not defined" error [code] <label>Account Type:</label> <%= select :user, ''tmp_type'', [''choice_one'',''choice_two''], { :prompt=>"select account type" } %> </p> <%= observe_field :user_tmp_type, :update
2015 Jun 08
0
UPower: 95-upower-hid.rules update
On Mon, 2015-06-08 at 13:21 +0200, Arnaud Quette wrote: > > > 2015-06-08 13:09 GMT+02:00 Bastien Nocera <hadess at hadess.net>: > > On Mon, 2015-06-08 at 10:13 +0200, Arnaud Quette wrote: > > > -ATTRS{idVendor}=="06da", ENV{UPOWER_VENDOR}="Liebert" > > > > > > +ATTRS{idVendor}=="06da",
2005 Nov 19
14
FULLTEXT search in MySQL on rails
I tried adding a FULLTEXT search index to a table of mine in MySQL, only to discover that the InnoDB table format doesn''t seem to support this feature. Switching to the MyISAM table type seemed to work, but I seem to have some recollection that ActiveRecord transactions aren''t fully atomic on MyISAM tables. Is this true or am I just remembering wrong? If so, does anyone have
2007 Oct 19
11
Patch idea for rspec_on_rails
I recently wrote a matcher for testing AR associations which allows you to specify things like: Foo.should have_many(:bars).through(:bazes) I''m pretty darned proud of it and a couple of people have suggested that I should submit it to the rspec_on_rails project. Before I go to the trouble of writing out rdoc and fully spec''ing it, I just wanted to make sure this was