Displaying 20 results from an estimated 10000 matches similar to: "report generation in rails"
2008 Jan 16
4
[ADV] The Ruport Book : Your guide to mastering Ruby Reports
Hi folks,
I am pleased to announce that Mike Milner and I have finished the
Ruport Book. We have published it under our own company (Rinara Press
LLC) through Lulu.
With the help of the Ruport community, we''ve refined the book over the
last few weeks to meet the needs of our users. We think it will be a
great help to anyone trying to learn how to do reporting in Ruby /
Rails using
2007 Nov 13
16
mongrel startup fails now: already initialized constant OPTIONS
I updated to ruby 1.8.6p111 last night and updated some gems and now
mongrel doesn''t work:
MacOS 10.4.10
$ ruby --version
ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin8.10.1]
$ gem list rails
*** LOCAL GEMS ***
rails (1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.6)
Here''s a simple test:
$ rails test5
create ...
$ cd test5
$ script/server
=> Booting
2009 Mar 20
4
Reporting with Rails
Hi all,
I was wondering how you guys generate reports from rails. I want to
generate business reports in pdf format, and was wondering what you
guys use. I have searched the web and found Ruport, but there isn''t
much documentation or examples of real world business reports like
jasperreports, for instance. Is it possible to generate good looking
business reports with ruport? What other
2012 May 31
2
[LLVMdev] DFG of machine functions
Hi,
I am trying to generate the DFG of machine functions.
Initially, I added a pass to generate the DFG of LLVM IR functions. This
was based on the mail thread -
http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-September/025582.html. This
pass worked fine and I was able to generate DFG of LLVM IR functions.
Later, I ported the DFG pass code for machine functions. I ported the
InstIterator.h
2005 Jun 20
3
Debian Vs Fedora
Does anyone have any comments about using Debian stable release Vs Fedora
for running Asterisk?
Syed Akbar
Alico Systems Inc
www.alicosystems.com
Tel: 562-436-1510
2012 Jun 02
0
[LLVMdev] DFG of machine functions
I tried debugging it and the issue seems to be in the implementation of
MachineInstrIterator.h and the way it interacts with GraphWriter.h
functions. I found this by replacing the ( template <> struct
GraphTraits<MCDFGraph<MachineFunction*> >) with a similar MCDFGraph based
template of CFG similar to the one in MachineFunction.h (similarly
replacing the DOTGraphTraits with the
2009 Sep 07
0
[LLVMdev] Graphviz and LLVM-TV
Edwin,
thanks, it starts making sense
inline comments...
Török Edwin wrote:
> On 2009-09-06 19:57, Ioannis Nousias wrote:
>
>> Edwin,
>>
>> thank you for your effort, but I'm not sure I understand.
>> Are you describing a graph traversal problem? Is the data model stored
>> in a predecessor/successor fashion, which requires you to 'walk' the
2016 Mar 08
4
Need Help to Fix CVE-2008-1483, CVE-2008-5161, CVE-2015-5600 and CVE-2015-6565
Hi All,
Actually I am working with the OpenSSH version 6.2p which is vulnerable to
above mentioned vulnerabilities.
So am looking for some help how I can fix these vulnerabilities in my
version. I need to fix it in the OpenSSH code.
Regards
Abhishek
2006 Mar 02
5
Need to link to something like JasperReports
Hello everyone,
Has anyone linked Rails to a report generator such as Jasper Reports
(http://jasperreports.sourceforge.net/)? At the moment, I think I
need something along these lines for a project I''m working on, so it''d
be nice to know if anyone''s used it before before I bring it up as a
suggestion.
Doesn''t have to be JasperReports, and in fact I''d
2016 Mar 08
2
Need Help to Fix CVE-2008-1483, CVE-2008-5161, CVE-2015-5600 and CVE-2015-6565
Hi Gert,
Thanks for your reply.
But we can't upgrade to 7.2 version also we don't have plan to upgrade in
near future. Can I fix these vulnerabilities in the current version?
Regards
Abhishek
On Tue, Mar 8, 2016 at 6:42 PM, Gert Doering <gert at greenie.muc.de> wrote:
> Hi,
>
> On Tue, Mar 08, 2016 at 06:14:01PM +0530, abhi dhiman wrote:
> > Actually I am working
2009 Jun 17
12
FasterCVS and Rails
Hello all,
I''m trying to import some csv data (that has latin characters) using
faster csv but I keep getting a MalformedCSVError:
"Unclosed quoted field on line 1."
"/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.3/lib/faster_csv.rb:1592:in
`shift''"
I''ve tested the same code outside of the Rails application an it works
fine.
Can anyone help me?
Here is
2005 Jun 13
2
Adtran TA 750 FXO Groundstart Mode
I am having a problem using the Adtran 750 FXO quad card with a Groundstart
trunk line. I am able to receive calls on the trunk line, however dialing
out is not working. The Adtran does not seem to be doing the signaling. Has
anyone used the 750 FXO card in Groundstart mode? Any special configuration
issues that I should be aware of?
Syed Akbar
Alico Systems Inc
www.alicosystems.com
Tel:
2004 Sep 02
3
digitnetworks card issues?
Hi,
I've purchased two x100p clones, and when I try accessing a line
from asterisk with something like this:
exten => _1NXXNXXXXXX,1,Dial(Zap/2/{$EXTEN})
(is that only supposed to put you on channel 2 or actually dial the #
for you?)
but I first hear noise, then a dial tone, but as soon as I start dialing
numbers I get feedback and noise, and the call doesn't go through.
Any
2004 Mar 30
2
dovecot not reconnecting to ldap after ldap restart
I upgraded dovecot two weeks ago from 0.99.10-0.rc2 to
0.99.10.4-1woody1 (both from the woody backport packages from
braincells.com).
Dovecot is using LDAP on a separate machine for authentication.
(through stunnel if it matters)
At 4:00 am, the LDAP server stops, dumps the ldap database, and then
starts back up. Because the LDAP server is stopped, anyone who tries
to authenticate during
2009 Sep 06
3
[LLVMdev] Graphviz and LLVM-TV
On 2009-09-06 19:57, Ioannis Nousias wrote:
> Edwin,
>
> thank you for your effort, but I'm not sure I understand.
> Are you describing a graph traversal problem? Is the data model stored
> in a predecessor/successor fashion, which requires you to 'walk' the
> graph in order to visit all nodes? (and what happens when you have
> disjointed DFGs?).
Sorry for the
2009 Apr 27
5
ruby jasper report
Hi,
I am trying to create a pdf using ruby jasper.
For this I am referring this url:-
http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports
I have done everything whatever is in that link.
Still I am not able to get the pdf. I am not getting any error in log
file. My log file is:-
"Processing AccountController#customer_report (for 127.0.0.1 at
2009-04-27 13:19:34) [GET]
2006 Aug 13
1
Ruport Day
Here''s an idea we might want to look at just after we do the alpha release:
http://ruport.infogami.com/RuportDay2006
The basic premise is 24 hours of testing, debugging and coding focused
on one app. They announced to the ruby mailing lists and have prizes
they arranged (Could we get a sponsor? I don''t know.) Personally, I
think prize money opens a can of worms. But a
2004 Aug 22
3
zap show channels - no such command
Hi,
in response to a previous posting regarding getting the x100p to
work, I was told to run "zap show channels," but when i do i get "no
such command 'zap'"
There was a previous posting on this, but the guy never posted the solution.
thanks,
Imran
2010 Feb 25
5
Plotting 15 million points
Hi All
I have a vector of about 15 million numbers which I would like to
plot. The goal is the see the distribution. I tired the usual steps.
1. Histogram : never gets complete my window freezes w/out log base 10
2. Density : I first calculated the kernel density and then plotted
it which worked.
It would be nice to superimpose histogram with density but as of now I
am not able to get this