search for: envirn

Displaying 8 results from an estimated 8 matches for "envirn".

Did you mean: environ
2010 Oct 15
0
AssociationTypeMismatch / Model Caching in development envirnment
Hi there— I''m trying to get started with Rails, and I''ve run into this issue and searched high and low--so hopefully someone can help point me in the right direction. I''m having an issue where my model classes seem to be getting cached by something, and so if I make subsequent requests, I get an AssociationTypeMismatch error. To be specific, on update is where it
2007 Jun 27
1
Has anyone sucessful Asterisk to an Avaya IP phone
...repalce all their Avaya PBXs with a OpenSer/Asterisk solution. Now the plan is to replace their 12,000 Avaya desk sets with Polycoms. My question is has anyone successfully used with OpenSer and or Asterisk, if so I would like to talk with you about hiring you to build this in our lab envirnment. Bob G. bobg at techie.com- -- We've Got Your Name at http://www.mail.com! Get a FREE E-mail Account Today - Choose From 100+ Domains -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/2007062...
2010 Aug 24
11
will_paginate problem
Hi I am using rails 2.3.8 & ruby 1.3.7 & will_paginate 2.3.14 I have table name books. I am doing this code for pagination, In book_controller @@@@books = Book.paginate :page => params[:page], :per_page => 10@@@@ & in index.html.erb @@@@@<%= will_paginate @books %>@@@@@ Also added in environment.rb file this line @@@@@ require
2011 Apr 25
0
[LLVMdev] llvm-gcc
Hi Nabila, > 1- I have installed llvm-gcc 4.2 and llvm 2.8 with the synaptic > package manager(ubuntu 10.10) > every time i do this commande: > llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc > it shows to me i should install llvm-gcc4.5 > when i have installed llvm-gcc 4.5 i get all the times a wrong bc file > as output, because when i try to execute it with lli it says to me
2007 May 08
8
Running my app in "production" under webrick
hi, uncommenting the line ENV[''RAILS_ENV''] ||= ''production'', in environment.rb makes no difference to my rails app running under webrick, it still runs in development, and i have restarted the server. Does this line only apply to Apache? I dont have RAILS_ENV set, why is it allways running in development? Thanks -- Posted via http://www.ruby-forum.com/.
2005 Aug 25
7
[Bug 1073] if userok rejects a user their creds still get set
...is set to krb5cc_<uid>_xxxx and is loaded my originating credentials, even though I am not logged on as that principal This is very surprising The reason is that kuserok is called right at the end of auth, the creds have been forwarded and sshd is ready to set up the logged in users' envirnment; ten right at the last moment we decide not to allow gss to work - but sshd still stores the creds it has one line fix to this. In ssh_gssapi_krb5_userok, after failure do krb5_free_creds(krb_context, client->creds); this blows the forwarded creds away and so storecreds (called later ) do...
2011 Apr 19
4
[LLVMdev] llvm-gcc
hi all please could u help me in these points 1- I have installed llvm-gcc 4.2 and llvm 2.8 with the synaptic package manager(ubuntu 10.10) every time i do this commande: llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc it shows to me i should install llvm-gcc4.5 when i have installed llvm-gcc 4.5 i get all the times a wrong bc file as output, because when i try to execute it with lli it says to me
2010 Feb 02
6
Smallest possible Asterisk VM
How small can an Asterisk system be, in terms of disk space utilized? I am looking for just asterisk, with mysql, postgresql, or sqlite, with PHP and Python. After finishing the build and removing the tools, how small can the whole system be? 100Mb, 200Mb? Can packages be used to build the whole system, like using debs and rpms alone? /vfclists