similar to: problem

Displaying 20 results from an estimated 1000 matches similar to: "problem"

2006 Jun 26
9
table name
hello freinds... I m very new to ruby on rails and i m facing a problem... whenever i add Scaffold table and try running in that broser it shos error that the particular tbale doesnot exist.... also it changes the name of the table , for eg.table names Recipe gets changed to Recipes and in order to get ountput i need to change the name of the table TO Recipies........is there any reason to
2008 Oct 14
1
[LLVMdev] Help needed with Hello World Pass
I have just started using llvn and I am running in the following error when trying to run Hello World Pass in the llvm documentation. opt: /usr/local/llvm/src/lib/VMCore/Pass.cpp:158: void <unnamed>::PassRegistrar::RegisterPass(llvm::PassInfo&): Assertion `Inserted && "Pass registered multiple times!"' failed. The problem gets resolved if the Hello.so library is
2009 Mar 02
1
[LLVMdev] LLVMdev Digest, Vol 53, Issue 72
Hello All, I am currently working on a project which requires me to generate a .bc file for given .c file and open the .bc file to identify various functions and the caller callee relationship amongst them. The end goal is to generate a type of callgraph for all the functions present in the original C code. I am quite new to llvm and will really appreciate if I can be provided some pointers. I am
2009 Mar 04
1
[LLVMdev] callgraph utility with opt
Hello All, I wanted to know how to use -callgraph option provided with opt. I have been using a -print-callgraph for generating a CG but I don't want the o/p to go to a dot file. Is it required to build a pass using CallGraph.cpp or we can directly use the option with a .bc file. Thanks SHWETA -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 01
0
Need help connecting Alcatel 4400 PBX to Asterisk
Hi there I have a TE110P card fitted in my linux box running : Linux version 2.6.9-5.ELsmp (bhcompile@decompose.build.redhat.com) (gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)) #1 SMP Wed Jan 5 19:30:39 EST 2005 I followed the installation steps on digium website...no errors reported. The modules seem to have loaded...here's what lsmod shows: Module Size Used by
2006 Jan 11
5
stack level too deep problem
Hi all, I''m trying to overload the link_to function, (to disable link_to if the user has no access right) this is my code, it work the first time I run the application, the second time I refresh the page I always get "stack level too deep error" module UsersHelper include ActionView::Helpers::UrlHelper alias_method :link_to_original, :link_to def permission? true
2013 Sep 04
10
Performance test regarding xenstored
Hello, I am running a mail benchmark test using smtp-source[1] with VM running postfix on Xen hypervisor. My system configuration is: uname -a -> Linux cadlab 3.1.10-1.19-xen #1 SMP Mon Feb 25 10:32:50 UTC 2013 (f0b13a3) x86_64 x86_64 x86_64 GNU/Linux I am observing a very high disk write usage by xenstored (some 5 Mbps) without even anything running on the VM. Is it normal? During test, I
2013 Sep 04
10
[Xen-users] Performance test regarding xenstored
Hello, I am running a mail benchmark test using smtp-source[1] with VM running postfix on Xen hypervisor. My system configuration is: uname -a -> Linux cadlab 3.1.10-1.19-xen #1 SMP Mon Feb 25 10:32:50 UTC 2013 (f0b13a3) x86_64 x86_64 x86_64 GNU/Linux I am observing a very high disk write usage by xenstored (some 5 Mbps) without even anything running on the VM. Is it normal? During test, I
2015 Feb 13
2
[LLVMdev] [Compiler-rt] i386 is not supported in compiler-rt build
I am trying to build compiler-rt on a x86_64 machine using clang. Command used: CC=clang CXX=clang++ cmake <path to compiler-rt> -DLLVM_CONFIG_PATH=<Path to llvm toolchain>/bin/llvm-config -DCOMPILER_RT_INSTALL_PATH=<Path to llvm toolchain>/lib/clang/3.7.0 after this command on console it prints, -- Compiler-RT supported architectures: x86_64 Instead if I use gcc in above
2005 Jul 01
3
Problem with DTFM and complex international setup
We have some guys working in the US who can't always dial back to our company in Europe easily (lots of clients require authorization to make international calls), so I set up the following: - ipkall.com number links to a FWD number - office Asterisk box registers with FWD Then I programmed Asterisk to accept office extension number using DTFM tones. This works OK. Then I programmed
2006 Jul 22
4
Reading floating points into a field stored as Integers
Hi, I''m trying to follow the "AWDR" example of storing certain types of numbers (in my case, percentages not money) as integers in the database. I understand from the Depot application how to format the output to have 2 places (or n places for that matter) decimal. Now, I"m wondering about the input. It''s more natural for people to enter numbers as
2009 Jan 07
2
\iaxclient-2.0.2 compile problem
Hi, I had downlaoded iaxclient-2.0.2 and complie project *\iaxclient-2.0.2\contrib\win\vs2005* ** It gives many83 fatal and file missing error of file missing Error 1 fatal error C1083: Cannot open include file: 'portaudio.h': No such file or directory d:\mohit\asterisk\iaxclient-2.0.2\iaxclient-2.0.2\lib\portmixer\px_win_wmme\px_win_wmme.c 40 Error 2 fatal error C1083: Cannot open
2007 Apr 27
5
Reading e-Mails
Hi, I am new to ActionMailer, need to read incoming mails using rails ActionMailer, dont know how to do it.. also need to track bounced mails. Can anybody help me pls. Thanks Muralimaran Kumar. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Jun 25
6
Understanding Common Views
Hi Everyone, I''m trying to formulate my thoughts on how views work in RoR and I understand the basic bits - 1. Every controller has its own view defined using rhtml files in the views/[controller_name] folder. 2. There is one "view" file (rhtml) for every in the controller and has the same name as the method. 3. For portions that are common, partials can be used - file
2006 Aug 13
3
Render nothing; go nowhere
I am building an application that requires a C++ program to access the Rails web application using POST. Now, I just added user authentication to the mix and it has made things more interesting. I''m using basic authentication as shown in the AWDWR and Rails Recipes books. I can now get my C++ program to submit the user credentials to the login/login page. All I want the login page
2006 Aug 07
4
Problem with Pagination
Hi Guys, I am trying to paginate the results from a search. When I use actual constants in the search conditions, it works fine: def query @k2_result_pages, @k2_results = paginate (:k2_results, :conditions => [''e_date >= ? AND e_date <= ?'', ''2006-07-12'', ''2006-08-12''],
2006 Aug 09
10
Next/ Previous record
Hi, Quick question (which means that I think there should be an easy answer)... When I am in the "show" view, I''d like to add 2 links, one for previous and one for next record so that the user can go on to the next "result" without having to go back to the ''list'' of results. However, I can''t find my way about this problem :-S
2007 Apr 01
17
Retrospectiva - Web project management on Rails
Hi! For those who are not following the announcements on my blog (yet), a second release candidate of Retrospectiva v1.0, which I already expect to be production-ready, has been released recently. To get the application even more stable I would like to invite all of you to join the tests. For more information, please visit http://www.retrospectiva.org. Dimitrij PS: If you don''t even
2006 Jun 09
5
ActiveRBAC?
How''s the experience with using ActiveRBAC? For my "next 4 days with rails" :P I''d like to consider adding Role-based access to the To-Do List application in the original "four days w/ rails" tutorial. Just wondering if ActiveRBAC would be a good place to start? Thanks! For those who are wondering: https://activerbac.turingstudio.com/trac Cheers Mohit.
2006 Jul 04
4
Image don''t show up when i run my Rails with webrick server
can yah help me, i need to fix this... -- Posted via http://www.ruby-forum.com/.