search for: my_app1

Displaying 3 results from an estimated 3 matches for "my_app1".

Did you mean: my_app
2008 Jun 13
2
Rails at a different document root?
Hi, I need my Rails app to not create internal URLs that begin with "/", but rather something like "/rails". Does anyone know where this would be configured? Basically, I''m building a setup with Rails behind Apache, and Apache using mod_proxy to route requests to the Rails server instance. So for example, Apache is doing this: https://server/rails --->
2006 Aug 07
1
apache-fcgi - multiple applications on same server
...rails application. Life is good ;) I would like to setup another application (vhost) on the same server.. How to do ? My httpd.conf says: <snip> # fastcgi <IfModule mod_fastcgi.c> FastCgiIpcDir /tmp/fgci_ipc AddHandler fastcgi-script .fcgi FastCgiServer /my/path/to/rails/my_app1/public/dispatch.fcgi \ -initial-env RAILS_ENV=production \ -processes 4 -idle-timeout 120 </IfModule> </snip> I guess I somehow have to tell apache to use /my/path/to/rails/another_app2/public/dispatch.fcgi for the other application ? Any input greatly appreciated,...
2009 Sep 30
1
Can't connect with MySQL database
...ally don''t understand the problem. Can you tell me what I need to do? Thank you. ----------------------------------------------------------------------- MissingSourceFile in Rails/infoController#properties no such file to load -- mysql RAILS_ROOT: /Users/pdenlinger/Sites/In_Development/my_app1 Application Trace | Framework Trace | Full Trace /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'' /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/ dependencies.rb:153...