Displaying 5 results from an estimated 5 matches for "list_test".
Did you mean:
xlist_test
2009 Jan 04
3
undefined local variable or method `acts_as_list'
...ls 2.2.2?
I have downloaded the files from: http://github.com/rails/acts_as_list/tree/master
I have put the files in the vendor/plugins folder the files are as
follows:
vendor/plugins/acts_as_list/init.rb
vendor/plugins/acts_as_list/lib/active_record/acts/list.rb
vendor/plugins/acts_as_list/test/list_test.rb
vendor/plugins/acts_as_list/README
So now that they are downloaded I go into my project directory and
try: "ruby script/plugin install acts_as_list"
I get: " Plugin not found: ["acts_as_list"] "
Is there a trick to getting this going in Rails 2.2.2?
TIA
--~--...
2009 Jan 05
3
Plugin not found: ["acts_as_list"]
...gin install acts_as_list
I get: Plugin not found: ["acts_as_list"]
I had to download the acts_as_list plugin from the github because it
isn''t included in Rails 2.2.2.
The files are in my vendor/plugins/acts_as_list folder so I have:
lib/active_record/acts/list.rb
README
test/list_test.rb
init.rb
What am I doing wrong here?
TIA
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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 rubyon...
2011 Nov 10
0
Unable to execute raw tests using lxc-execute.
...lso,
/***************************************************************************************************************************/
O/P::
Inside main() of smbtorture
Indside torture_raw_write
outside torture_raw_write
The value of print_testsuite_list is :: 0
The argc_new is 3 and argc is 4
The list_tests is ::0
In for loop ::bin/smbtorture::
In for loop:://localhost/ubuntu::
In for loop::raw.write::
In for loop(null)::
Using seed 1320930423
Inside smbtorture.c before subunit_ops_calling....
Inside smbtorture.c after subunit_ops_calling....
Ui_ops_name is 'subunit'
The basedir is...
2009 May 09
0
acts_as_list not working despite being installed
...ils
2.3.2. Now I can''t get acts_as_list working. I get the error:
undefined method `acts_as_list'' for Child(Table doesn''t exist):Class
But I have already run
> ruby script/plugin install acts_as_list
+ ./README
+ ./init.rb
+ ./lib/active_record/acts/list.rb
+ ./test/list_test.rb
I started a new program that had nothing but the creation of a class
that uses acts_as_list. Can somebody please help?
2019 Dec 18
13
[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
The vsock_diag.ko module already has a test suite but the core AF_VSOCK
functionality has no tests. This patch series adds several test cases that
exercise AF_VSOCK SOCK_STREAM socket semantics (send/recv, connect/accept,
half-closed connections, simultaneous connections).
The v1 of this series was originally sent by Stefan.
v3:
- Patch 6:
* check the byte received in the recv_byte()
* use