similar to: Accessing the ROR Application

Displaying 20 results from an estimated 1000 matches similar to: "Accessing the ROR Application"

2012 Feb 28
8
getting error:undefined method 'current'
hi all, i am getting an error ''undefined method ''current'' for 852:Fixnum'', the error coming for following line <%if @expert_pagination.current.previous%> <a href="#" class="darkgray1"
2011 Dec 16
4
nil object Error
hi all, i am getting following error ,i can''t figure it out why and from where it is coming ? please help me out to resolved this error if anyone knows about this issue. i am using following env. O.S:Windows XP Ruby:ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32] Rails:Rails 2.3.11 Gem:1.6.2 ActionView::TemplateError (You have a nil object when you didn''t expect
2012 Feb 02
3
WEBrick WEBrick server became extremely slow
hi all, for some reason my WEBrick server became extremely slow on live.i am using Fedora 14 and Ruby 1.8.7 ,Rails 2.3.11 and RubyGem 1.6.2. is there any reason why this would be the case? -- Thanks and Regards Sachin S. Kewale -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Dec 23
6
http session nil
hi all, i am new in ruby on rails,i have one issue regarding the session in ruby on rails.I am using session , i have following condition in my rhtml <%if @session[''user''].first_name == "admin"%> <table width="290" border="0" height="20" align="right" cellspacing="0"
2011 Dec 05
2
About Latest version of ROR
hi all, i have application developed in following ruby ,rails and gem version i want to upgrade it with latest version,can anyone tell what are stable version for ruby,rails and gem ? and also with compability for Ruby and Rails version with latest gem version ? gem version:1.3.7 ruby version:ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32] rails version:Rails 1.1.6 thanks in advanced
2012 Feb 28
1
issue with greater than operator in rhtml
hi all, i have one issue with the greater than operator ,how should i use greater than operator ? i have condition <%if @c_page > 5%> it giving error ''undefined method `>'' for nil:NilClass'' thanks in advanced Regards Sachin -- -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2012 Jan 03
1
updating rails version to 3.1.3 get error
hi all, i have ruby : 1.8.7 rails :2.3.11 and rubygem:1.6.2 installed on my Windows sys. my application work without error .I have upgraded the environment to gem:1.8.12,rails:3.1.3 ,ruby:1.9.2 i have getting the following error on starting the Webrick server D:/Hemant/Suggestica_setup/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'': cannot load such
2010 Mar 12
2
Fwd: Switchvox SOHO 4.5 is Here
If you are having trouble reading this email, read the online version<http://now.eloqua.com/es.asp?s=491&e=78675&elq=55426a8b6c714f5bb6f2bf4b5d37bf55> . <http://app.en25.com/e/er.aspx?s=491&lid=215&elq=55426a8b6c714f5bb6f2bf4b5d37bf55> Dear Lito, *The information in this email is given to you in advance to make you aware of an impending product release
2006 Jan 16
2
Call Center and Predictive dialing
I know this question has been asked a lot before, but please I would like to know from personal experience. I'm looking to use Asterisk in a call center environment, where most of the calls will be outbound calls. They will have at start 100 agents. I have looked at vicidial and looks promising, however I would like to hear from users what they use and how they like it compared to other
2006 Mar 23
8
FXS channel banks
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3115 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060323/c0928576/smime.bin
2008 Jan 17
4
Asterisk desktop tools for OS X
Hi everyone, I have been long working on a project (http://asterisktools.org, to be released under GPL) that aims to provide desktop tools for Macs. I am finally getting to the release stages of this application and hope to have an early BETA available next weekend. If there is anybody who is interested in this tool, please send me an email as I am looking for people who can test the
2006 Jun 27
4
siemens pbx and asterisk
Hello all, I'm new to asterisk. Our company wants to setup an asterisk server and will eventually move to IP centric phones, but they don't want to just throw away the old Siemens PBX, so during the process we want to integrate it with asterisk. Is it possible? and how? thanks. Lito -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Oct 16
7
tdm2400p question
Hi all, I'm confused, in digium website, it says: TDM2400P: It supports a combination of up to 6 FXS and/or FXO modules for a total of 24 lines. 6 plus 6 is 12, how come it's 24? if I have 24 PSTN lines, i'll be needing 24 FXOs. Pls. elaborate. thanks. Lito -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Mar 26
2
how to define a pilot number
Hello all, is it possible to define a pilot number in asterisk, say I have 3 direct lines and I want one of those direct lines to be used as pilot number? When that number is contacted it will be redirected to the available zap and original zap that receive it will be freed to receive another call. It can only be used when all 2 lines ares used. Thanks. Lito -------------- next part
2004 Mar 23
14
ztdummy
The USB core was completely rewritten in 2.6, and as such the functions that ztdummy depends on do not exist in 2.6. I get the feeling that these changes are too much to easily fix ztdummy, so I don't expect to see it working on 2.6 any time soon (if ever) I made some small changes to zaprtc to work on 2.6 and I have MoH and Meetme functions working fine in my lab. For production I would
2012 Nov 19
3
[PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h
linux/vhost.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org> --- drivers/vhost/tcm_vhost.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c index 73bbc46..798792b 100644 --- a/drivers/vhost/tcm_vhost.c +++ b/drivers/vhost/tcm_vhost.c @@ -34,7 +34,6 @@ #include <linux/ctype.h>
2012 Nov 19
3
[PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h
linux/vhost.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org> --- drivers/vhost/tcm_vhost.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c index 73bbc46..798792b 100644 --- a/drivers/vhost/tcm_vhost.c +++ b/drivers/vhost/tcm_vhost.c @@ -34,7 +34,6 @@ #include <linux/ctype.h>
2017 Apr 21
2
Problem to many connection
I'm desperate. My English is terrible, but I will try to be as clear as possible. I have Samba 4.4.4 in a Centos 7. I have many connections for each ip. The command smbstatus -b returns me infinity of these: Samba version 4.4.4 PID Username Group Machine Protocol Version Encryption Signing
2009 Dec 15
2
[LLVMdev] Crash in PBQP register allocator
Hi Lang, Thanks for your inputs on the problem. I was just curious to know if you got any opportunity to work on the solution for this. Regards Sachin > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Sachin.Punyani at microchip.com > Sent: Tuesday, November 17, 2009 12:00 PM > Subject: Re: [LLVMdev] Crash
2004 Jan 20
2
how scalable is digium cards?
This might be a newbie question but I'm just wondering how would it be possible to have 30 analog lines using asterisk for PBX by just using TDM40B and X100P (or are there any device>), if an ordinary PC support just 4 PCI slots? the maximum scale i guess would just be 2 x 8. Adding a new PC just for this purpose would be costly. I would appreciate your comments. Thanks.