similar to: Encoding Problem / mod_rails / passenger / Postgresql 8.3

Displaying 20 results from an estimated 700 matches similar to: "Encoding Problem / mod_rails / passenger / Postgresql 8.3"

2008 Jun 05
0
'mod_rails' Passenger gem on OpenBSD
Hey all, Has anyone had any luck getting mod_rails to install on OpenBSD? Googled around and couldn''t find much. Mikel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2008 Apr 16
10
Is Phusion Passenger (mod_rails) good for single app servers
There is a lot of hype over mod_rails, but from my understanding it is more geared for servers with a number of apps on it. The reason it seems that way is how it frees up the memory if an app is stagnant for an extended period. The freeing up of the memory may not be an issue if the application gets a continuous traffic flow. I have a site that I will be putting up in a couple days and am
2008 Jul 23
1
Rails Rewrite rule (on mod_rails)
Hello, I''m running fine my application on the dev server with apache2 and mod_rails, but on the production server I have a strange issue.. it seems like something is wrong with httpd.conf of .htacces.. the dev server is a DreamHost PS and I''m configuring the production one one HostGator. I have a public/users/ folder with member profile images and a users controller..
2012 Jan 30
1
mod_rails under Apache under Ceontos 6
Hello listmates, For some reason we don't seem to be able to launch a Ruby-on-rails application ( http://www.redmine.org/ ) on a CentOS 6 machine under Apache. Nor can I find a mod_rails as a separate package for it. Would anyone have any idea what we might be doing wrong? Thanks. Boris.
2012 Jan 31
0
mod_rails under Apache under Centos 6
On Mon, January 30, 2012 12:12, Boris Epstein wrote: > Hello listmates, > > For some reason we don't seem to be able to launch a > Ruby-on-rails > application ( http://www.redmine.org/ ) on a CentOS 6 > machine under Apache. > Nor can I find a mod_rails as a separate package for it. > Would anyone have > any idea what we might be doing wrong? > > Thanks. >
2009 Jan 16
0
How do I deploy a rails app in a subdirectory using mod_rails?
Hello, I''m launching a small web app that my client wants deployed to domain.com/app. They don''t want to do a subdomain. I am trying to figure out how to set the vhost file to tell mod_rails that domain.com/ app is a rails app without effecting the regular website. Any suggestions? Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message
2008 Apr 20
2
mod_rails showing plain text instead of actual page
hello! i got this forum powered by apache and mod_rails lately when i create / edit posts, i get plain html text showing up instead of the actual page. here''s what i see: -- Content-Type: text/html; charset=utf-8 Set-Cookie: _mysite_session=BAh7CzoOcmV0dXJuX3RvMDoKdGl0bGV7BmkVdToJVGltZQ2IDhuAK1UeADoL %250AdG9waWNzewZpBnU7Bw2HDhuA2%252FZJ7zoJdXNlcmkGIgpmbGFzaElDOidBY3Rp
2009 Oct 18
2
Passenger Best Practice
I want to move from running puppet under it's own web brick server, to using passenger. I'd like to get an idea of how folk are running passenger? Ideally I'd like to keep everything rpm based, so would need ruby enterprise rpms, and then the mod_rails / passenger plugin? How are you folk doing it? I've seen:
2008 Jun 13
1
String "fwrite();" causes 503 error (Passenger or apache?)
Hi, While testing a rails application on DreamHost (mod_rails), I found a really weird problem. If I submit form data which includes "fwrite();" (with semi-colon but without quotes), I get 503 error (Server temporarily unavailable). I checked out rails log file and it didn''t even reach the rails app. I assume the error was from web server. You may test this at
2008 Oct 07
0
Rails Deployment Using Passenger (Problems)
Hello, I have been trying to deploy my Rails application using Passenger on my local machine that runs Mac OS X Tiger. I saw the screencast by Ryan Bates and also referred to benr75[http://benr75.com/articles/ 2008/04/12/setup-mod_rails-phusion-mac-os-x-leopard] for specific instructions for Mac (but they are for leopard). Right now if I go to http://localhost all I get is "It Works!".
2008 Apr 16
1
File descriptor passing broken in FreeBSD 7?
Hi, I recently tried to use the newly released mod_rails (www.modrails.com) for Apache, and discovered it doesn't work on FreeBSD 7. It does however work on FreeBSD 6 just fine. I tracked it down to sendmsg() as detailed here: http://code.google.com/p/phusion-passenger/issues/detail?id=16 The mod_rails/passenger unit tests fail on FD passing, as do the Ruby 1.8.6 standard unit
2008 Apr 29
1
Webistrano recipes association (was: [Capistrano] Webistrano 1.3 released)
I see at some point recipes were changed from project-associated to stage-associated, is there some explanation or examples of that use-case? Could I request we have both? In my current cap scripts, we don''t have any stage-specific recipes, but maybe I''m just not understanding this completely. On Tue, Apr 29, 2008 at 1:04 PM, Jonathan Weiss
2009 Mar 27
1
UTF8 postgres args saving issue
Hi, All I have an encountered an issue where the args field is not saved correctly to the database. I encounter an error like this: ActiveRecord::StatementInvalid (RuntimeError: ERROR C22021 M invalid byte sequence for encoding "UTF8": 0xcb3a H This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by
2008 Jun 24
2
upgrade issues
I tried upgrading my older 1.8.6 Ruby install to the latest stable 1.8.6 release, version 1.8.6-p230 specifically, to benefit from the latest security updates. I used this configuration: ./configure --prefix=/usr/local --enable-pthread --with-readline-dir=/usr I''m using mod_rails, so after the Ruby install I restarted Apache. I then found every Rails app on the box was non-functional,
2005 Jul 24
0
[Active Record] Missing optional client encoding for MySQL 4.1
MySQL since version 4.1 can use utf-8 for multilangual tables, and it uses almost the same approach like PosgreSQL where Active Record API writes: ":encoding — An optional client encoding that is using in a SET client_encoding TO <encoding> call on connection." However ActiveRecord API does not mention how to set up optional client encoding for MySQL 4.1...
2003 Sep 17
1
Cannot enable lanman auth parameter
After install samba-3.0.0rc1, I mount the windows share as usual, but it gives an error "client use lanman auth is disable". I've made the change in smb.conf "lanman auth = yes""encrypt passwords = yes" already but it seems not working. Any idea ? ========================================================================================== ¾Ç­^»y/´¶³q¸Ü,
2008 Jul 02
3
Crashing after Update
Hello All! I''ve been running Rails 2.0.2 with Ruby 1.8.6 for the last six months. I developed an application that runs fine on two different servers -- or at least, it used to. I used Mongrel as a development server, but requirements called for using Apache for a production deployment. I found Phusion Passenger (mod_rails) and decided to give it a try. I decided to update my rubygems
2009 Mar 12
7
Is Mongrel dead?
Is Mongrel dead? When I look at http://mongrel.rubyforge.org/wiki/News the latest news was from close to a year ago, when last version of Mongrel was released. A look at the tickets shows a rather sad picture with only two developers “evanweaver” and “luislavena” contributing to the bug fixes lately. Please understand that I am not complaining – I just want to know the situation so that I can
2013 Nov 16
1
R 2.14.2 - Installation problem - could not load lattice
Hello, I'm new to R, and have a problem related to spss integration with R (but is actually related to the R installation): I have windows 8, 64bit, and installed R 2.14.2, and then the R plug in for spss (spss version 21). When I tried to run somthing in spss, I got the following error messgae: Error in loadNamespace(i, c(lib.loc, .libPaths())) : there is no package called
2004 Feb 17
1
extracting standard error from lme output
Dear R experts, I want to extract standard error from the output of lme, but I found fix.effects() does not include SE of the coefficients. Many thanks in advance. Best regards, Yu-Kang _________________________________________________________________ ²{¦b´N¤W MSN ·|­û¥Ø¿ý¡G¦b½u¤Wµ²¥æ·sªB¤Í¡A§ä¨ì¿³½ì¬Û§ëªº¹Ù¦ñ