similar to: Rails & IIS

Displaying 20 results from an estimated 2000 matches similar to: "Rails & IIS"

2006 Dec 27
7
A FastCGI-compliant executable for RubyOnRails
We are looking for a FastCGI protocol compliant RoR executable that can be used to host RoR in FastCGI mode. However, neither Ruby.exe nor Rubyw.exe appear to work with the FastCGI protocol (http://www.fastcgi.com/devkit/doc/fcgi-spec.html). Perhaps we are missing specific command line switches, or environment variables necessary to make this work. Any information much appreciated. Thanks,
2006 Feb 14
4
SSO with IIS?
I have a customer that I''m developing a solution for on RoR. They have IIS today and use Sharepoint for their intranet. Is it possible to have some kind of single sign-on between these systems? So when a user is logged in to ther Sharepoint she will also be logged in to my rails-app? We haven''t decided yet on what to deploy rails on so I''m open to suggestions... If we
2005 Jun 24
9
WINS across two networks and a router
 Hello, everybody.  This one''s got me stumped.  What I''m trying to do is have two networks--192.168.1.0 and 192.168.2.0--with SMB and WINS running between them.  So far I can mount SMB shares allright, but I can''t browse by WINS names across the router.  I''ve posted this question on Linuxquestions.org; you''ll find the details there.  Here are my
2006 Aug 14
2
ActionPack: number_to_phone error
Question about the number_to_phone function as provided by rails in actionpack: http://api.rubyonrails.org/classes/ActionView/Helpers/NumberHelper.html If I do this in my controller: num = number_to_phone(params[:phone_number]) I get this error: undefined method `number_to_phone'' for #<TicketsController:0xb7a2bfcc> Whereas if I do this in my view: <%
2006 Aug 16
5
Rails theory question, where to put a join query
The is something I wrestle with a bit when I construct joined queries.. Perhaps some experienced insight will straighten this out for me. Say you have two tables with two models, ''authors'' and ''posts''. an author has_many posts, a post has_one author. You need methods to do the following queries: find_author(postid) find_posts(authorid) And you are doing a
2010 Oct 21
2
In-memory databases vs PHP Bindings
I can't quite connect the dots on this, perhaps someone can help. I'm simply trying to create an in-memory database comprising a single document, so that I can run a load of queries against it and see if any of them match the new document (this is to enable users to have 'subscriptions' to saved searches and be alerted every time a new item is published that matches their
2005 Aug 03
2
The Next Guide Will Be...
The Next Guide Will Be... August 3rd, 2005 The next guide on Sambadmin will about creating a great LDAP infrastructure. I have been disappointed that I have only received two comments about what the next guide should be, especially since the site has had over 500 visitors in the past two days. I came to this decision after reading my posts. I stated that the core motivation behind all of this is
2006 Aug 22
0
Re: Best way to set up application settings?
http://wiki.rubyonrails.org/rails/pages/SettingsPlugin Very easy to use. Can be used to setup user specific settings, as well as applicatoin-wide settings. Since the settings are in the db you can change setting without restarting the app, as you would have to if they were in environment.rb. -- (********************************************************** * Peter H. Boling * Web Application
2007 Feb 20
2
service::start borken
Hello Mongrel Users! This is my first post! Is there an expected release date for the fixed version of mongrel_service that will resolve the missing service::start command? I would love to use the much improved features of the new mongrel_service, but I haven''t been able to yet. I haven''t figured out how to follow Zed''s advice on a previous thread to just use the
2002 May 15
1
Firewall for IIS boxen
I''ve set up quite a few firewalls which Shorewall, and never run into this situation. The setup is: Linux server as $FW RedHat 7.2 (patched) Custom Kernel 2.4.18 (made to be a router/firewall) IPTables 1.2.6a from source, additional relevant patches from patch-o-matic, compiled directly into kernel, and not as modules.... Shorewall 1.2.13 2 NICs eth0 and eth1. eth0 is multihomed,
2005 Dec 07
2
NTLM and Samba domain - problem with (non-local) logons.
Hello! I have a quite strange issue with the Samba based NT domain that I administer. I've triet to search for the solution but none of the information that I had found seemed to work. The trouble is that I can't manage to setup a ntlm based authentication. It applies to both linux and w32 architectures. In the latter case I achieve some level of usability - I can login locally. If I try
2002 Jan 01
3
Easier OggDrop version
Hi. I think that the vorbis team should use this version of OggDrop RC3 as the official OggDrop RC3, because the menu interface is easier to use (& you can see what kind of mode you have chosen). http://www.inf.ufpr.br/~rja00/BQoggdropC1.zip See this thread for more info: http://www.hydrogenaudio.org/forums/showthread.php?s=&postid=4683 <p>I only have one problem now: what
2007 Oct 24
1
FastCGI on IIS
Has anyone tried using Rails (or PHP or whatever) on IIS lately? There is a FastCGI extention for IIS 5.1 and 6.0 [1], backported from IIS7 if I understand correctly. I''m curious if anyone thinks this would work in production and give Rails a decent inroad for IIS-based shops. It seems to perform [2] but I would like some verification from the community at large before I mention the
2007 Jun 08
1
Who is domain controller for DHCP, DNS, IIS etc
I am trying te set up a test lab to test my application. In my test lab I need to install Domain Controller (With Active Directory) , DNS server , IIS Server and DHCP server. I have to install each server on different test machine. for example Domain Server(Active Directory) on Machine-1 DNS server on Machine-2 IIS Server on Machine-3 DHCP Server on Machine-4 for example domain name is
2000 Aug 09
1
Samba and IIS question
Denny Lee wrote: > I have a question with using Samba and IIS on NT Server 4.0. Could you ask it on samba@samba.org, please? samba-technical is about internal implementations issues... Of course, having said that, the authentication errrors look as if the web server didn't have permission to read the files Samba provided. Do the Unix permissions on the files include read for
2006 Feb 15
1
R web interfaces for windows IIS
Hi folks, can anyone point me to an R add-on package that will work with the MS-windows IIS server as is? I know from trying that the "CGIwithR" package was not written with IIS in mind. I'm hoping to find package that will work with IIS without having to do any deep magic. much obliged :-) - revansx
2006 Apr 18
2
ruby on rails and Micro$oft environment support - IIS & ms sql
Hi everybody At work we''ve finally convinced the chief to develop some small project using open source technology. Unfortunately we are deeply involved with Micro$oft technology. That means, windows 2003 server, IIS, MS SQL 2005 and asp. I was thinking about recommending ruby on rails instead of asp, but I''d like to know how well it goes with IIS and MS SQL, because for the
2007 Feb 17
1
Vista (pre-installed OEM editions) creating new files or folders on network shares
Hi, This post is to prevent other people that are having trouble with Vista clients from going down a blind alley investigating problems in their samba configurations. After some research I have found (see link below) that there is a general problem for pre-installed OEM editions of Vista Business (and possibly other vista versions) in creating files and folders on network shares. The problem
2001 Oct 11
0
NTLM HTTP Authentication - distinguishing between win9x and NT and 2000
Hello, I am trying to get the mod_ntlm Apache module running. I have been playing with the code and find that I cannot distinguish between a IE browser running on win98 and one running on Windows 2000. My Apache server is running on red hat 7.1 x86. The code does the following to distinguish: if ((strcmp(ntlmssp->host,"")==0) &&
2003 Jan 18
1
IIS, ASP, and File Change Notification
I'm running IIS5 on windows 2000 with the root web directory mapped to a samba directory. Everything works great except for IIS's asp caching. Unless I explicitly disable asp script file caching, IIS refuses to invalidate cached asp files without a reboot. Research, including the following MS kb entry, indicates that the problem is that IIS is not getting the file change