Displaying 11 results from an estimated 11 matches for "outputter".
Did you mean:
outputted
2006 Apr 11
2
using log4r and rails
hey everyone. i know somebody else had started a thread on this subject,
but since no one seems to be answering that thread i thought i would
start one of my one.
i''m doing a project for a client and we need some seriously verbose
logging. it looks like log4r can do what i need, but i can''t for the
life of me figure out how to plug it into rails. everywhere talks about
how
2006 Apr 07
3
log4r and rails
Hey there folks. I would really like to use log4r as my default logger
in Rails, but I''m having a hard time getting it to work. I''m not even
sure I''m plugging it in in the right place. I''m using log4r 1.0.5 and
rails 1.1.1.
I would love it if someone could either point me to a good tutorial on
how to use log4r with rails, or at least point me in the right
2006 Apr 04
0
Log4r database outputter
...with Ruby On Rails. As
part of evaluating Ruby and Rails, I had a look at Log4r as well.
We want to use Log4r, and we would have a logger that output all levels to
console and stdout, and everything above Warn to a database table. But the
deployment of log4r doesn''t come with a database outputter. Is there any
reason for this?
Anyway, I''ve written an outputter for log4r that uses Ruby DBI and the ODBC
driver for MySQL. I''ve also enhanced the basic formatter and logevent to accept
an optional extra field after the message. This eventually gets written to the
userid col...
2009 Nov 23
1
xrcise not working
...</object>
</object>
</object>
</object>
</resource>
=========================================================================
xxx:~/Desktop/Eyes$ xrcise -o TestWxFb.rb TestWxFb.xrc
/home/myhome/gems/gems/wx_sugar-0.1.22/lib/wx_sugar/xrc/outputter.rb:46:in
`clean_id_attr_readers'': undefined method `each'' for #<String:0x859ff44>
(NoMethodError)
from (erb):16:in `output''
from /opt/lib/ruby1.9/1.9.1/erb.rb:753:in `eval''
from /opt/lib/ruby1.9/1.9.1/erb.rb:753:in `result''
from
/ho...
2005 Dec 19
3
tough activerecord problem
I have an application that is using active record outside of rails. the app
works fine w/o the activerecord code, but when I added activerecord to the
mix I started having trouble with constants not being recognized, e.g.:
[echo] 1) Error:
[echo] test_pipeline_cruncher(IntradayCruncher::TestPipelineCruncher):
[echo] NameError: uninitialized constant INFO
[echo]
2009 Aug 10
2
xrcise -o test.rb ui.xrc
I built a small form in wxFormBuilder. In cmd i wrote
xrcise -o test.rb ui.xrc
output was
C:/ruby/lib/ruby/gems/1.9.1/gems/wx_sugar-0.1.22/lib/wx_sugar/xrc/outputter.rb:4
6:in `clean_id_attr_readers'': undefined method `each'' for
#<String:0xba5850> (No
MethodError)
from (erb):16:in `output''
from C:/ruby/lib/ruby/1.9.1/erb.rb:753:in `eval''
from C:/ruby/lib/ruby/1.9.1/erb.rb:753:in `result''...
2020 Apr 30
1
Translations and snprintf on Windows
...nctions: error, warning, Rprintf, Error, and snprintf.
This seemed OK but the use of snprintf specifically appears to have caused
a crash on Windows:
https://github.com/Rdatatable/data.table/issues/4402
Is there any guidance against using gettext with snprintf, or perhaps
guidance on which "outputters" *are* OK for translation?
Michael Chirico
[[alternative HTML version deleted]]
2009 Nov 24
0
xrcise now works
Hi Mario,
The following change to outputter.rb did work for me. It looks like adding
a routine to string should also work but it didn''t for me. Thanks for your
help.
-Philip
===== from RubyForge ==========
Date: 2009-11-18 00:25
Sender: Konstantin Shabanov
After changing ''each'' method to ''each_line'...
2012 Aug 07
3
Barcode Generating With Label On Canvas by using Barby gem
...rmagick gems.
I am using the fallowing code to generate label at bottom of image by
using rmagick gem:
gem ''barby''
gem ''chunky_png''
gem ''rmagick''
require ''rubygems''
require ''barby''
require ''barby/outputter/rmagick_outputter''
require ''barby/barcode/code_128''
require ''barby/outputter/prawn_outputter''
require ''pdf/writer''
module Barby
class RmBarcode < ActiveRecord::Base
register :to_image_with_data
def to_image_with_data
#...
2009 Mar 27
0
xrciser problem
...th wxRuby''s xrciser tool.
Following Ruby products installed:
wxRuby is v 2.0.0
wxSugar is v0.1.22
Ruby is v1.9.1
Rubygems is v1.3.1
Running xrciser on the file gives the following:
C:\ruby>xrcise -o toolgui.rb tool.xrc
c:/ruby/lib/ruby/gems/1.9.1/gems/wx_sugar-0.1.22/lib/wx_sugar/xrc/outputter.rb:4
6:in `clean_id_attr_readers'': undefined method `each'' for
#<String:0xe7cdf8> (No
MethodError)
from (erb):16:in `output''
from c:/ruby/lib/ruby/1.9.1/erb.rb:753:in `eval''
from c:/ruby/lib/ruby/1.9.1/erb.rb:753:in `result''...
2018 Aug 06
2
vectorisation, risc-v
(please do cc me to preserve thread as i am subscribed digest)
Hi folks, i have a requirement to develop a libre licensed low power
embedded 3D GPU and VPU and using RISCV as the basis (GPGPU style) seems
eminently sensible, and anyone is invited to participate. A gsoc2017
student named Jake has already developed a Vulkan3D software renderer and
shader, and (parallelised) llvm is a critical