Displaying 9 results from an estimated 9 matches for "environmnet".
Did you mean:
environment
2006 Jul 29
6
why is webrick running in development mode?
Hi,
I changed my environmnet.rb to say PRODUCTION mode, however when I start
up a server "ruby scripts/server"
a) it runs in development mode (via the logs) - any ideas why?
b) why does webbrick run - I thought by default now it was supposed to
be lightty
Tks
--
Posted via http://www.ruby-forum.com/.
2007 Jun 20
1
setting rails environment for puppetmasterd
...t.
Unfortunately, this does not work. I searched through the puppet files
and on the mailing list but could not find any reference to this problem.
Can someone tell me where and how to set puppets rails environment to
production.
The logfile gets really huge and is not necessary in a production
environmnet. I currently redirect them to /dev/null but this is not a
solution, since the strings are stillcreated by rails.
Thanks for your help,
udo.
2006 Jan 11
1
issues with security=domain
...er config global sections are:
log level = 3
netbios name = myserver
server string = Samba %v on (%L)
encrypt passwords = yes
security = domain
workgroup = workgroup1
browsable = yes
unix password sync = yes
wins server = x.x.x.x
guest ok = no
And in old environmnet, only nmbd and smbd is started, winbindd is not
started. According to the config, this samba server should not be domain
member, and should participate in local master election, and become local
master because there're the only samba server in the subnet. am I correct
here?
But what I...
2009 Jul 08
7
running a unit test over and over in script/console
I started doing this:
$ RAILS_ENV=test script/console
>> load ''test/unit/models/example_test.rb''; r = Test::Unit::TestResult.new; reload!; ExampleTest.new(:test_example1).run(r) { |c,v| }; pp results
and then just hit up arrow and run that same line again over and over in
script/console. That way I can make changes to the test and app code,
and don''t have to
2006 Aug 14
4
append to path from login script?
I'm wondering if there is a way to add a network share (either UNC or
mapped drive) to the path of a user when they login?
for example have a directory \\smbserver\apps and put putty.exe in
there.. so that when I sit down at a machine I will always have putty in
the path..
Is that possible?
2008 Sep 13
8
Xen vs VirtualBox
Hi,
Does anyone know has any ideas about Xen vs VirtualBox?
--
Best regards,
Chau Chee Yang
E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 May 06
3
expires header for .css
I''m using mongrel as my http server.
I was using yslow to evaluate the performance of my web site and noticed
I was downloading the .css file on every request??? I use one .css file
for the whole site and I though I would be cached?
Yslow indicates that there is no expires date/time set for the css file.
How can I tell mongrel to send an expires header with my static content?
thanks,
2013 Jan 14
3
function coverage
Is there an easy way to identify all the functions called as a result of
invoking a function? Getting the calling hierarchy too would be nice,
but is definitely not essential.
I'm trying to understand someone else's package, which is in a namespace
and has some S3 functions. I could probably live without tracing the S3
functions. All the functions I want to trace are in R. The code
2010 Oct 15
1
Package 'nlme' fails 'make check-all' in R 2.12.0 patched built from source
Hi all,
I am building R 2.12.0 patched this morning from source on Snow Leopard (10.6.4). In fact, three times now, with separate clean source and build directories each time, just to be sure that the issue is predictable.
I would be happy to have somebody tell me that I am missing something fundamental here also...
After running make check-all, I get the following error for 'nlme':
*