search for: not_needed

Displaying 12 results from an estimated 12 matches for "not_needed".

Did you mean: dt_needed
2006 Feb 23
3
rake error
...(See full trace by running task with --trace) What is this about? Craig the full trace below if it helps... [craig@srv2 rdoccd]$ rake appdoc --trace (in /home/craig/ruby-db/th-db) ** Invoke appdoc (first_time) ** Invoke doc/app/index.html (first_time) ** Invoke doc/README_FOR_APP (first_time, not_needed) ** Invoke app/models/client.rb (first_time, not_needed) ** Invoke app/models/placement-safe.rb (first_time, not_needed) ** Invoke app/models/case_manager.rb (first_time, not_needed) ** Invoke app/models/client-bak.rb (first_time, not_needed) ** Invoke app/models/facility.rb (first_time, not_needed...
2010 Sep 01
4
NoMethodError: undefined method `force_encoding' for "Conten
Hi everyone! Im trying to install mechanizer from http://github.com/tenderlove/mechanize. I`ve clone the project into /tmp folder. When I do rake inside the folder /tmp/mechanizer it gives me this error: mac159180:mechanize renatosis$ rake (in /private/tmp/mechanize) /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -w -Ilib:bin:test:. -e ''require "rubygems";
2006 Feb 15
6
Problem creating appdoc documentation
...verbose reappdoc (in /home/radek/src/firma/giga-net/ncc/work) ** Invoke reappdoc (first_time) ** Invoke clobber_appdoc (first_time) ** Execute clobber_appdoc rm -r doc/app rm -r doc/app ** Invoke appdoc (first_time) ** Invoke doc/app/index.html (first_time) ** Invoke doc/README_FOR_APP (first_time, not_needed) ** Invoke app/controllers/application.rb (first_time, not_needed) ** Invoke app/helpers/application_helper.rb (first_time, not_needed) ** Invoke Rakefile (first_time, not_needed) ** Invoke TODO.rd (first_time, not_needed) ** Execute doc/app/index.html rm -r doc/app unrecognized option `--line-num...
2008 Dec 06
2
Update RSpec but have a problem!
Hi people! I run rake spec ** Invoke spec (first_time, not_needed) and specs not started! What that''s mean? Thanks! -- Posted via http://www.ruby-forum.com/.
2010 Sep 21
3
RSpec beta 22 with Rails 3
...e are unable to run the old using ''rake spec:rcov'', while running with ''rake spec'' is running fine. When you do rake spec it does not give any output and finishes the task. something like below : $ rake spec --trace (in /work/rspec22) ** Invoke spec (first_time, not_needed) $ Also, while making the sample app to send it out to the rspec users mailing list, I am not able to run spec:rcov task, can somebody guide if I have forgotten any configuration for rcov. Here is the link to sample app with reproducible behavior which I am getting while running ''rake s...
2008 Feb 24
1
Install / Build fail on OSX Server 10.5.2
...too, so I tried with --trace, but I don''t see nothing really usefull : bash-3.2# rake --trace (in /private/var/root/superredcloth) ** Invoke default (first_time) ** Invoke compile (first_time) ** Invoke superredcloth_scan (first_time) ** Invoke ext/superredcloth_scan/Makefile (first_time, not_needed) ** Invoke ext/superredcloth_scan/extconf.rb (first_time, not_needed) ** Invoke ext/superredcloth_scan/superredcloth_scan.bundle (first_time) ** Invoke ext/superredcloth_scan/superredcloth_scan.c (first_time) ** Invoke ext/superredcloth_scan/superredcloth_scan.rl (first_time, not_needed) ** Invoke...
2006 Jun 07
0
revised rake doc:app executes twice
...(''lib/tasks/*'') end end I''m no Rake or RDoc wizard. I tried running rake --trace doc:custom, but the results didn''t seem to tell me anything: ** Invoke doc:custom (first_time) ** Invoke doc/app/index.html (first_time) ** Invoke doc/README_FOR_APP (first_time, not_needed) ... # ''Invokes'' for every file, followed by ''(first_time, not_needed)''. ** Execute doc/app/index.html rm -r doc/app ... # lists out all the files... Generating HTML... Files: 132 Classes: 173 Modules: 19 Methods: 1181 Elapsed: 52.921s rm -r doc/app ... # lists...
2007 Dec 28
0
Little things that bother me
I really have never been able to get this to work... $ rake doc:rails --trace (in /home/storage/users/craig/svn/th-db/branches/phase5) ** Invoke doc:rails (first_time) ** Invoke doc/api/index.html (first_time) ** Invoke README (first_time, not_needed) rake aborted! Don''t know how to build task ''vendor/rails/railties/CHANGELOG'' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1634:in `[]'' and then some more lines tracing the error Is it possible to block these errors or allow the rake task to build in spit...
2006 Aug 07
0
Rake 0.7.1 fails, and even Rake''s auto-test fails
...ustom_require.rb:27:in ''require'' from .test/test_namespace.rb:5 ... Running the Rake tests with --trace produces this dump: (in C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1) ** Invoke default (first_time) ** Invoke test_all (first_time) ** Invoke testdata (first_time, not_needed) ** Execute test_all rake aborted! Command failed with status (1): [c:/ruby/bin/ruby -w -Ilib "c:/ruby/lib/rub...] c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:722:in `sh'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:729:in `sh'' c:/ruby/lib/ruby/gems/1.8/ge...
2010 Apr 20
1
dashboard: rake install fails (Solaris10)
Hi all, I am trying to install dashboard 1.0.0rc1. Independantly if have manually installed authlogic - gem or not it is throwing the following trace. The problem is the same when I am resetting (rake db:reset) or dropping the database. any ideas? best regards Lutz bash-3.00# rake install (in /opt/puppet-dashboard) dashboard_development already exists can''t activate authlogic (=
2009 Jan 24
37
Problem running Samples
Hi. I''m desperately trying to learn Ruby and wxWidgets, on my 64-bit Linux machine. However when I try to run any of the samples from the command line I get the following error message: ruby: symbol lookup error: /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86_64-linux/lib/wxruby2.so: undefined symbol: Init_wxMediaCtrl I''d be very grateful for any help. Many thanks in advance! --
2007 May 28
8
sash position problem
Hi, I''ve written a small app implementing SplitterWindow and have a problem with specifying the sash position on Windows. At the moment, I call split_vertically and pass it a positive integer for position. This works as expected on FreeBSD and Linux (Ubuntu and Debian), but seems to have no effect on Windows. Is there something particular I need to be doing to get this to work on