similar to: Single Table Inheritance (STI) Broken: NameError

Displaying 20 results from an estimated 2000 matches similar to: "Single Table Inheritance (STI) Broken: NameError"

2009 Oct 04
2
no such file to load -- restClient (MissingSourceFile) HELP
i don''t get what is going on here. if i run the restclient command that starts an irb with restclient it works fine but when i try to load it from environment.rb with require ''rest_client'' this is what i get... it''s driving me batty. /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load --
2010 Sep 27
3
having some issues with factory_girl and bundler...
Hi All Need some brilliants minds here :) I''m using Rails 2.3.8 & ruby 1.8 (I know, I know... ) I''ve move my gems from .gems to Bundler, but I''m having some issues with Factory_girl when I rake spec "uninitialized constant Factory" I''m following the instructions from http://gembundler.com/rails23.html. Basically: - grab all config.gem and place
2005 Dec 14
1
just installed rails on ubuntu, error creating rails dir -->unexpected token: ''#<RubyToken::TkLPAREN:
Hello there good rails people! Just did a fresh install of rails on my new (old) Ubuntu machine. I am running ruby 1.8.2 and have installed about five extra packages that do not come with Ubuntu. I managed to install ruby-gems and used gems to successfully install rails but I am getting an error message when I run rails, it seems to be choking on a Tkl paren. Google has not turned up much
2013 Feb 21
1
Parsing fields with phrases.
I have the following code: my $par = $qp->parse_query($query,Search::Xapian::FLAG_SPELLING_CORRECTION); print LOG "Query $query, par $par\n"; my $enq = $xDatabase->enquire( $par ); The output from the LOG file is: Query title:"new dolphin", par Xapian::Query(0 * Snew dolphin) No results are returned. If I change the search to title:dolphin it finds a
2005 Dec 14
2
errors while starting console...
Hello, when i try to start the console (./scripts/console) i get the following error ./script/console Loading development environment. /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/console.rb:23:in `exec'': No such file or directory - irb -r irb/completion -r script/../config/../config/environment --prompt-mode simple (Errno::ENOENT) from
2011 Feb 19
2
bthprops.cpl Missing + Wrong Architecture Error...
Hello. I'm trying to use Dolphin Emulator (32bit, revision 7120) with Wine so I could use it's Direct3D capabilities (hence why I don't use the Linux port). I have two problems doing so: 1. I'm using Ubuntu 64bit, with Wine 1.3.13. Even though Dolphin is 32bit, I'm getting the error: Code: "Trying to load PE image for unsupported architecture (AMD-64)" 2. I get 2
2013 Jun 20
3
UBO support for nouveau broken
Hey guys, I'm using the dolphin emulator from time and the stable version works reasonable well with current nvidia cards and nouveau.The git version got an overhaul however and now uses opengl3 and ubos (without ubo it uses a glUniform fallback). The ubo support works with the blobs. There are probably a few bugs with ubo one might be because of ubo access+offset (glBindBufferRange) as this
2005 Apr 23
6
Problems with domU networking
Moi! I upgraded Xen-2.0.1 to Xen-2.0.5 (testing) and everything compiled cleanly. I''m still able to boot dom0 and start domUs but networking doesn''t work anymore. xen-br0 appears in dom0, but vif-interfaces now only when ifconfig -a is used. Interface appears in domU and all seems to be fine, except no any data doesn''t move in any direction. I can''t even ping
2009 Apr 04
11
rake aborted! undefined method `empty?' for nil:NilClass
Hi, I''m getting the next errors, would anyone have any suggestions? Thanks. [~/rails/hip]# rake --trace db:migrate RAILS_ENV="production" (in /home/domain/rails/hip) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! undefined method `empty?'' for nil:NilClass /usr/lib/ruby/1.8/erb.rb:469:in `scan''
2005 Nov 20
2
Re: metadata
Hi Ian, CMML is still a draft, so we can change the addressing if required. You're correct, currently something like blah.cmml#fragment points to a clip (or temporal section) of the stream, but blah.cmml#t=12 points to a 12 seconds offset. (same for annodex, i.e. ogg files with skeleton track). For pointing to logical streams inside ogg, I'd really suggest you have a look at
2005 Nov 20
2
Re: metadata
Hi Ian, CMML is still a draft, so we can change the addressing if required. You're correct, currently something like blah.cmml#fragment points to a clip (or temporal section) of the stream, but blah.cmml#t=12 points to a 12 seconds offset. (same for annodex, i.e. ogg files with skeleton track). For pointing to logical streams inside ogg, I'd really suggest you have a look at
2011 Jul 02
1
Re: Uninstall Windows Apps?
Normal user. The only change I've made to the logged in user since that user was created during kubuntu install was to add it to "disk" groups. So the steps I've made are: 1. Into a new kubuntu computer I've installed wine1.2 using terminal, then sudo su, then apt-get install .... 2. I've installed VisualC2005 with winetricks I've started from the menu, as the
2007 Apr 25
1
regular expressions with grep() and negative indexing
Dear R-helpers, Does anyone know how to use regular expressions to return vector elements that don't contain a word? For instance, if I have a vector x <- c("seal.0","seal.1-exclude") I'd like to get back the elements which do not contain the word "exclude", using something like (I know this doesn't work) but: grep("[^(exclude)]",x) I
2016 Nov 15
2
dumb question on permissions out of the box
Can someone explain to me the logic that I, as a user, cannot, by default, mount a DVD from the command line, but I can mount it via dolphin? mark
2017 Oct 04
7
Minimal glibc version supported by LLVM build
Hi All, The landed patch https://reviews.llvm.org/D38481 introduced the usage of CPU_COUNT defined in glibc sched.h header. I failed to find this symbol in sched.h of glibc version 2.5-24, so compilation just fails. /home/dolphin/merge-from-upstream-area/ws/pristine/lib/Support/Threading.cpp: In function 'unsigned int llvm::hardware_concurrency()':
2017 Oct 04
2
Minimal glibc version supported by LLVM build
Reverted: https://reviews.llvm.org/rL314922 On Oct 4, 2017, at 1:17 PM, Philip Reames via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: + Rui, the patch author Do we know what the oldest glibc which works with this patch is? For context, the most recent REHL 5 ships with glibc 2.5. REHL 6 ships with 2.12 and REHL ships with 2.17. I have evidence
1998 Jul 01
2
disable "fake" samba authentication error messages
What bothers me is that samba is filling up my log files with a lot of extraneous/fake entries about authentication failures. "Extraneous/fake" - because all it is is a reflection of the way the protocol actually tries to login - going through the upper/lower case mutations as configured. sample log entries: ----------------------- Jun 30 19:40:35 dolphin PAM_pwdb[26988]: 1
2008 Aug 19
3
variables in dtrace scripts
Greetings, is there a way to specify probes and other dtrace operations via command line parameters, like " BEGIN { usr_exec=$$1; usr_syscall=$$2; } syscall::usr_syscall:entry /execname == usr_exec && guard++ == 0/ { ... " [this does not work] This would make it possible to create "generic" dtrace scripts. Otherwise, some shellscript with sed-magic would
2018 May 23
1
CentOS 7 + KDE : Dolphin weirdness
Hi, I'm running CentOS 7 + KDE on my workstation. Since the latest big batch of updates, Dolphin behaves a bit weirdly. When I download a .zip archive and then right click and "Extract here", the extracted files don't show. I have to hit F5 to refresh the current directory view and display the new files. Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place
2010 May 22
3
Files from an old drive
I had to install to a new HD because my update to 10.04 didn't go well. I have access to the file system of my previous install (dolphin) I have installed Wine. I run Wine for a password safe program that I have all of my Passwords in. Can I get the saved password files from my old HD?