Displaying 20 results from an estimated 1000 matches similar to: "ruby on rails and Micro$oft environment support - IIS & ms sql"
2005 Aug 02
0
Re: RubyForIIS
Great!
I just heard yesterday that I was awarded a contract to develop an
intranet system for a client that wants to host the service on a windows
machine with IIS. I was beginning to get a headache trying to figure out
how to get it started without Apache.
Thanks again.
Francois Paul
Boris wrote:
> Hi,
>
> In cooperation with Kent Sibilev I have create a spin-off of the
>
2006 Feb 10
0
Does anyone have Ruby for IIS installer?
I''m setting up ror on windows and will be using iis...
does anyone have the "ruby for iis" installer?
the http://rubyforiis.sosukodo.org/ site is down...
if anyone has the installer please email me.
any help would be appreciated.
best regards,
Erwin Quita
2006 Mar 01
6
Rails on 2003
The site describing how to set up IIS on Windows 2003 for Rails appears
to be down:
http://www.bitslapped.nl/articles/2005/06/05/rails-on-windows-2003
Does anyone know anywhere else where this information can be found?
--
Posted via http://www.ruby-forum.com/.
2006 Feb 13
8
Anyone have Ruby for IIS installer?
Erwin:
We found it''s not worth the time to do this. It won''t work reliably.
You''re in for a world of hurt. We''ve given up on the idea after several
months of trying (and some great feedback from this list). There are
some on this list who claim to have gotten it to work, but that might
just be luck.
We''re now using Apache on a higher port, and using
2011 Oct 01
1
innovation of micro$oft...
http://chrome.blogspot.com/2011/09/problems-with-microsoft-security.html
It was just an accident, or not, mr. micro$oft? ...f*ck you..
2006 Dec 30
2
Dovecot SASL vs. Micro$oft Outlook and Outlook Express
Hi,
I have just started using Dovecot (1.0.10) SASL behind my Postfix (2.3.3).
Everything works fine, as long as I send the SMTP AUTH command manually.
When using M$ Outlook (2000 and 2003) and Outlook Express 6,
authentification always fails. Turning on the Dovecot auth debug on reveals
the reason:
Dovecot SASL expects, in accordance with the standards, the following format
of the SMTP AUTH
2006 Jun 26
4
Oh oh. Micro$oft just noticed VoIP
It will be interesting to see how many standards get broken, and how
many proprietary hooks get thrown into the pot. The bean counters smell
some money, and their OS franchise is waning:
http://www.nytimes.com/2006/06/26/technology/26soft.html
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2006 Apr 04
21
Rails on IIS
I just spent the last two days trying to get Rails on IIS to work with
Windows 2003/IIS 6.0. I think I''ve finally got it working, but it took
more googling than I care to describe. Now I''ve got a few questions:
1) Is there some ''official'' Rails on IIS guide on this site on another
official ruby site that''s known to work well?
2) If not, can someone
2006 Feb 01
3
Getting database config info
Hi folks. I have a very small problem which is probably very simple. But
I''ve scoured the api and the rails book with no luck.
I''m trying to get information about the database definition out of active
record. When I go into console and say
ActiveRecord::Base.connection
I get a MysqlAdapter object, with an instance variable called @config that''s
a hash containing all
2005 Dec 21
7
use of SET command in find_by_sql
Hi,
I''m trying to execute something like this method in a model:
def self.sql_for_rankings()
sql = "SET @counter:=0;"
sql << " SET @counter:=0;
SELECT *, @counter:=@counter+1 AS rank
FROM testscores. "
find_by_sql(sql)
end
Where the new rank column is a kind of autoincrementer inside of
2006 Jan 09
6
Rendering dynamic Gruff image (send_data)
Dears,
Got a controller witch do a send_data for displaying a chart.
like :
send_data(g.to_blob, :filename => "any.png", :type => ''image/png'',
:disposition=> ''inline'')
I actually do a
<img src="http://myhost:3000/stats/make_graph" />
Is there any way more clean to do that ? At minima don''t hardcode the
beginning
2005 Dec 29
4
Paginate do a Count(*) request before, how access that count value.
Hello,
AV::paginate query first by a count, how access this value in the
controller or view ?
Why ?
Because I''ll like to display the total number or records found w/o
doing another expenssive Count.
Thanks,
2006 Aug 02
15
Rails in a Windows World
I work at an organization that is very wrapped up in Microsoft products. I
am trying to get a test application put in however I''m not sure what to do
about the infratstructure. If it were up to me we would put in MySQL and
Apache or Lighty, however its not up to me. The easiest way to get an
application into production at our company would be to use the existing MS
SQL server and IIS
2000 Jun 17
2
The Oft Maligned comment field, initial thoughts.
Hey all.
Ok, so I'll stand up and be counted a newbie in this list too (just did the
same for the General discussion list). I (once again) read through the
archives, especially the ones concerning the comment field.
First, I'm not a developer, per se. I'm merely an anal-retentive power
user of such things, who likes to have my music archived, and sorted.
In reading through the
2006 Jul 06
4
Oracle HR on Rails
Interesting read...apologies if it has been posted already.
http://www.oracle.com/technology/pub/articles/saternos-rails.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060706/619e650a/attachment.html
2006 Feb 02
4
How switching global layout (application.rthml <or> custom.rhtml)
Dears,
My railsapp run using ''/layout/application.rhtml'' and under some
conditions ( Authenticated user, url parameter) I like to switch
globally to another layout, let''s say custom.rhtml
Like :
class AppController < ApplicationController
before_filter :context_layout
def index
end
end
# application.rb
def context_layout
if <context_condition>
2006 Jul 27
3
A number (id?) is added after css/js tags like style.css?1154009736
Dears,
My Ror setup works.. but I can''t guess why
<%= stylesheet_link_tag ''style'' , :media=> ''screen''%>
is rended as
<link href="/stylesheets/style.css?1154009736" media="screen"
rel="Stylesheet" type="text/css" />
What is that number.. any usage ??
Or I misconfigured something ?
Thanks
2006 Apr 27
6
How to trim a string?
This must be really simple but I have looked everywhere.
I have a <%= item.description -% in my view and I want to trim it to 10
words.
The description can be long and I want to trim this in my preview?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 01
7
Oracle Sequence & Rails
the compiler tell me it:
invalid column name: INSERT INTO ago.prova_stats (cognome, nome, id,
telefono) VALUES(''Medda'', ''Ivan'', :id, 70565611)
where ago.prova_stats is the table used by me and that have only the
columns ''cognome'',''nome'' and ''telefono''.
My table hasn''t the column
2006 Apr 10
1
[Q] How run Custom code on each request/action
Dears,
For obscure reasons I''ll like to reset a session key when
request/action is outside a specific controller.
Is there a common place in the app where I can put such code, instead
of adding statements in each controllers ?
DRY
Thanks,
Mathieu