Displaying 3 results from an estimated 3 matches for "configure_rails".
2006 Apr 08
0
Typo and Instant Rails 1.2
...ing change which is just cosmetic.
To display the environment and the port in the SCGI console window, I
made the following changes:
C:\InstantRails-1.2\ruby\lib\ruby\gems\1.8\gems\scgi_rails-0.4.3\bin\scgi_service
<typo:code lang="ruby">
# Added Port for display -- Ed Gard
def configure_rails(environment, port)
ENV["RAILS_ENV"] = environment
# Added to display environment and port -- Ed Gard
STDERR.puts("Environment: #{environment}; Port: #{port}")
require "config/environment"
ActiveRecord::Base.threaded_connections = false
require ...
2006 Apr 12
4
Instant Rails SCGI Problem
I have installed instant rails and configured it
http://instantrails.rubyforge.org/wiki/wiki.pl?Getting_Started
I can get typo and webrick to work on webrick localhost:3000 but cant
get anything to work with scgi.
When i start the scgi server i get a blank dos window screen. When i
type www.mycookbook.com into the browser i get the following
Unable to connect
Firefox can''t
2006 Apr 03
6
problem upgrading to rails 1.1 on Unix
Hi,
I''m having problems installing rails on our Unix server.
"gem install rails --include-dependencies" only install rails 1.0.0
"gem update rails" updates to rails 1.0.0
I have installed rails on my windows box (i forgot how!).
Running "gem -list --local" on my windows box gives me:
rails (1.0.0.4008,....
Yet when i run :
gem -list --remote
there is