Displaying 7 results from an estimated 7 matches for "load_from_file".
2007 Jun 20
4
custom menu plugin not working in 0.4.4
...0.4.1 when using a custom site plugin.
Any hints?
proj/keybox/webgen/plugin/jjh-vertical.rb:27:in `load_plugin'': uninitialized constant #<Module:0xb7e52f88>::MenuStyles::DefaultMenuStyle (NameError)
from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:224:in `load_from_file''
from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:223:in `catch''
from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:223:in `load_from_file''
from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:237:in...
2007 Mar 20
1
submitting a patch
.../opt/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `require''
from /Users/smtlaissezfaire/proj/ruby/projects/rspec/trunk/
doc/plugin/version.rb:1:in `load_plugin''
from /opt/local/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/
webgen/plugin.rb:224:in `load_from_file''
from /opt/local/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/
webgen/plugin.rb:223:in `catch''
from /opt/local/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/
webgen/plugin.rb:223:in `load_from_file''
from /opt/local/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib...
2008 Mar 09
2
issue with plugin loading
...>webgen
C:/Documents and
Settings/Maison/Bureau/nicolas-delsaux.is-a-geek/plugin/database/04_role.rb:1:in
`load_plugin'': uniniti
alized constant #<Module:0x33a1c74>::AbstractBaseEntry (NameError)
from c:/ruby/lib/ruby/gems/1.8/gems/webgen-0.4.6/lib/webgen/plugin.rb:224:in
`load_from_file''
from c:/ruby/lib/ruby/gems/1.8/gems/webgen-0.4.6/lib/webgen/plugin.rb:223:in
`catch''
from c:/ruby/lib/ruby/gems/1.8/gems/webgen-0.4.6/lib/webgen/plugin.rb:223:in
`load_from_file''
from c:/ruby/lib/ruby/gems/1.8/gems/webgen-0.4.6/lib/webgen/plugin.r...
2007 Mar 06
1
photo_gallery
...ample), but receive the following
error:
$ webgen
/home/ov/work/photo_gallery/plugin/collage.rb:90:in `load_plugin'':
uninitialized constant #<Module:0xb7153b48>::Collage::FileHandlers
(NameError)
? ? ? ?
from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:224:in
`load_from_file''
? ? ? ?
from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:223:in
`catch''
? ? ? ?
from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:223:in
`load_from_file''
? ? ? ?
from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:23...
2005 Dec 29
5
Extracting SQL and Rebuilding from SQL?
Hello-
With a database filled with several customers'' datasets, I thought it
would be a nice feature of my app''s backend interface to be able to
extract (and optionally delete) the data from a single customer. It
would then also be nice to rebuild that data from the stored info.
What''s a good way to do this efficiently?
If all the ":dependent => true"
2006 Jan 11
8
GetText: Works with en_GB and en_US, but doesn''t with de_DE!
...ating nil.unpack
-----------------------------------
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
/usr/lib/ruby/gems/1.8/gems/gettext-1.1.0/lib/gettext/mo.rb:66:in
`load_from_stream''
/usr/lib/ruby/gems/1.8/gems/gettext-1.1.0/lib/gettext/mo.rb:229:in
`load_from_file''
/usr/lib/ruby/gems/1.8/gems/gettext-1.1.0/lib/gettext/mo.rb:229:in
`open''
/usr/lib/ruby/gems/1.8/gems/gettext-1.1.0/lib/gettext/mo.rb:229:in
`load_from_file''
/usr/lib/ruby/gems/1.8/gems/gettext-1.1.0/lib/gettext/mo.rb:38:in `open''
...
...
---------------------...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...rN tpm_emulator/ChangeLog vtpm/ChangeLog
---- tpm_emulator/ChangeLog 2006-12-08 12:51:29.000000000 -0800
-+++ vtpm/ChangeLog 2006-12-13 16:38:52.000000000 -0800
-@@ -1,5 +1,6 @@
- ????-??-?? Intel Corp
- * Moved module out of kernel to run as a ring 3 app
-+ * Modified save_to_file and load_from_file to call xen VTPM manager
-
- 2006-06-23 Mario Strasser <mast@gmx.net>
- * tpm_startup.c: behaviour of ST_CLEAR and storage of
-diff -uprN tpm_emulator/linux_module.h vtpm/linux_module.h
---- tpm_emulator/linux_module.h 2006-12-08 12:51:29.000000000 -0800
-+++ vtpm/linux_module.h 20...