search for: testrb

Displaying 6 results from an estimated 6 matches for "testrb".

Did you mean: testb
2012 Dec 27
1
superclass mismatch for class TeeInput?
> I was trying to run Unicorn 4.5.0''s tests and I''m getting this. Am I doing something wrong? > > [vagrant at localhost unicorn-4.5.0]$ testrb -Ilib -Iext/unicorn_http -I. test > /home/vagrant/.gem/ruby/1.9.1/gems/unicorn-4.5.0/test/unit/test_tee_input.rb:7:in `<top (required)>'': superclass mismatch for class TeeInput (TypeError) > from /usr/share/rubygems/rubygems/custom_require.rb:36:in `require'' >...
2012 Jan 20
3
Istalling Ruby 1.9.2
...ruby-1.9.2-p290 ruby-1.9.2-p290 - #configuring ruby-1.9.2-p290 - #compiling ruby-1.9.2-p290 - #installing Removing old Rubygems files... Installing rubygems-1.8.10 for ruby-1.9.2-p290 ... Installation of rubygems completed successfully. ruby-1.9.2-p290 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). ruby-1.9.2-p290 - #importing default gemsets (/Users/fkrihely/.rvm/gemsets/) Install of ruby-1.9.2-p290 - #complete Francescas-MacBook-Air:~ fkrihely$ ruby -v ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] Francescas-MacBook-Air:~ fkrihely$ -- *Francesca Krihely | **Communit...
2005 Mar 07
6
Automatic timestamping in join tables [596]
Hi, A few days ago I submitted the following ticket http://dev.rubyonrails.com/ticket/596 asking that ActiveRecord::Timestamp also apply for the join tables of habtm. The answer was that it was left for milestone 1.x, and since I think that without this functionality rails 1.0 would be incomplete, I''m raising the issue here to discuss it. My use case is very simple, I
2005 Jan 15
0
Model syntax errors obscured during fixture load
...terminated quote), I get this error, which suggests to me that whatever code is autoloading the model while it''s loading my fixtures is masking the error (I don''t get any notification of the syntax error, here, nor in the log). Bob bob@gemini:~/rails/windsong$ ruby -Ilib:test -S testrb test/unit/movie_test.rb Loaded suite movie_test.rb Started E Finished in 0.063497 seconds. 1) Error: test_basic(MovieTest): NoMethodError: undefined method `primary_key'' for nil:NilClass /usr/lib/ruby/gems/1.8/gems/activerecord-1.4.0/lib/active_record/fixtures.rb:298:in `find'...
2010 Jun 30
0
rake TestTask problem with t.options
...ot;lib" "/usr/lib/ruby/ gems/...] -------------------- # My rake task: require ''rake'' require ''rake/testtask'' require ''rake/rdoctask'' namespace :tcp_test do Rake::TestTask.new(''job_create'') do |t| # t.loader = :testrb # t.ruby_opts = [''-n test_job_create''] t.options = ''-n test_job_create'' t.verbose = true t.pattern = ''test/integration/tcp_test.rb'' t.name = ''job_create'' end end -- You received this message because you are subscri...
2006 Jun 02
4
Web app developed in WInXP want to run on Linux
Hi All, I have developed a web application using RoR on Window-XP. Now my server is on linux and want to get this running on linux machine. I tried starting the server but it failed to boot in boot.rb at this line: unless RUBY_PLATFORM =~ /mswin32/ require ''pathname'' root_path = Pathname.new(root_path).cleanpath(true).to_s end so I changed(even though the file says