Displaying 20 results from an estimated 1000 matches similar to: "Error! Ruby on Rails based on FastCGI, Hello world !"
2007 Feb 15
0
Routing Error after upgrade
My hosting company has upgraded to: ruby-1.8.5 rubygems-0.9.0
And I am now getting the following error on my ruby site:
http://www.scottisharchitecture.com/en/public/
no route found to match /en/public/ with {:method=>:get}
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/action_controller/routing.rb:1292:in
`recognize_path
2007 Mar 01
1
ActiveRecord::StatementInvalid error
When I try to run my webserver in the production environment I just
get an application error message. This is all I can find in the log:
ActiveRecord::StatementInvalid
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.1/lib/active_record/
connection_adapters/sqlite_adapter.rb:274:in `table_structure''
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.0/lib/active_support/
2007 Jun 04
3
Expected ... to define (rails version 1.2.2)
Hi, I''m having a mysterious problem that occurs when I''m using Rails
1.2.2. My app works fine when the environment.rb file reads:
RAILS_GEM_VERSION = ''1.1.6''
When I change this to:
RAILS_GEM_VERSION = ''1.2.2''
and try to load http://<mydevhost>:3000/srs/, I get the following
traceback in the developer log:
Expected
2006 Aug 30
3
Ruby+Apache2.2+ProxyLoadBalance ...... +PHP??
Hi,
I just realice that I can''t run php code anymore once I installed my dear
mongrels (under an Apache Proxy Balancer).
I''m just trying to run the clasic phpinfo() in the following file
/var/rubyapp/public/phpinfo.php ... but instead of being executed the code
is being displayed as plain text ... This is the ouput :))
<?PHP phpinfo(); ?>
anyone can give a
2008 Feb 07
2
FAILSAFE error with uploads
I''ve just upgraded a production web site with some new code to handle
file uploads, using both the standard post technique and swfupload.
This code was working perfectly in my development environment, and I''m
not sure what I should ever start to look for. Here''s the stack dump:
/!\ FAILSAFE /!\ Wed Feb 06 19:13:41 -0700 2008
Status: 500 Internal Server Error
2007 May 30
2
ActionView::TemplateError
Hi,
I have a strange problem that only occurs on the production server.
I''ve been banging my head for hours trying to figure it out with no
success. Below is a copy of the error from the production log.
ActionView::TemplateError (Expected /www/rails_apps/scanlan/current/
public/../config/../app/models/image.rb to define Image) on line #6 of
app/views/admin/design/_record.rhtml:
3:
2007 Jun 11
3
ActiveRecord::StatementInvalid error
Hi,
I have an application that is running fine on two different machines,
but when I ported the code to a third machine, it doesn''t seem to
work. More specifically, for users with a significant amount of info,
it seems to stop working. All the functionality seems to be working
properly on a small test set, but with a larger set I get the
following error:
AssociatedAp Load (0.000000)
2009 Jan 17
4
Install older version of rails FAILED
Help! I need your help!!!
I have an old rail app which I made a few years ago. Never touched rails
since.
Now, I need to make it work again. I used the above command to install
rails, but I still get rails 2.1.1
[b]gem install rails --version 1.2.6[/b]
I tried twice, and fails twice, even the installation says
Successfully installed activesupport-1.4.4
Successfully installed
2006 Jan 30
4
dispatch.cgi Problem
Hey all,
I''ve been battling with ruby configurations for days now...trying to get
either SCGI or FCGI to work on my Apache 1.3/Linux Red Hat 3 server.
I''ve pretty much gave up that battle since either of them will work with
me after trying dozens of configurations, but now even when I try to run
apps with dispatch.cgi I get this error in my log: "Premature end of
2008 Jan 04
0
Rails URL Rewrite help needed
Hey guys,
I need some help.
Firstly:
Running Rails 2.0.x
cPanel Version 11.16.0-RELEASE
Shared hosting.
My App is not in public_html/ but under home/usr/rails_apps/(rubyapp)
Please tell me how I get my rails app which is using the port eg
http://www.domain.com:12001/
to be accessible without having to have users type the port, or even see
the port ( the :12001 bit)
Basically, in CPANEL,
2006 Aug 10
2
Permission denied
Hi to all.
I''m a newbye, and this is my first contact with list.
I have installed ruby and rails.
My ruby local home page works, but development.log tell me
"Permission denied -
/var/www/html/rubyapp/../config/../tmp/sessions//ruby_sess.e2677250ed380e4c
"
what''s happen?
I think permission rights are ok
(simlink towards public are root|root with 777).
Someone can help
2007 Aug 19
3
fastcgi issue on production
I just deployed my rails app to my production server. It''s all working
locally, but when I switched it over to the production server (at
dreamhost) I get this error:
# Logfile created on Sun Aug 19 15:22:48 -0700 2007 by logger.rb/
1.5.2.9
[19/Aug/2007:15:22:48 :: 1841] starting
[19/Aug/2007:15:22:48 :: 1841] Dispatcher failed to catch: You have a
nil object when you didn''t
2017 Aug 29
3
Syncronize systemctl status with reality?
----- Original Message -----
From: "James Hogarth" <james.hogarth at gmail.com>
To: "centos" <centos at centos.org>
Sent: Tuesday, August 29, 2017 2:03:44 PM
Subject: Re: [CentOS] Syncronize systemctl status with reality?
On 29 Aug 2017 17:58, "Leroy Tennison" <leroy at datavoiceint.com> wrote:
The particular issue is with puppetmaster (which
2007 May 10
5
Segmentation fault on large index
I''m getting a segmentation fault on a large index (15GB). I''m running
ferret 0.11.4 on OpenSuSE 10.2 with ruby 1.8.6. The segmentation
fault appeared after I optimized the index, see further below for the
error message I got before that. Ferret works perfectly on other (smaller)
indexes.
Is this a known issue, and if so, is there a workaround?
--------------------- after
2017 Aug 29
2
Syncronize systemctl status with reality?
The particular issue is with puppetmaster (which admittedly takes 4 minutes to actually start, setting TimeoutStartSec=300 in it's unit file stopped the false timeout report) but I have seen it one other time (don't remember the details).
systemctl status puppetmaster
? puppetmaster.service - Puppet master
Loaded: loaded (/lib/systemd/system/puppetmaster.service; enabled; vendor
2008 Apr 07
0
Crash uploading file on HTTPS/SSL rails project
Hi all,
I''ve a rails project which successfully uploads images on the
development server but fails to do it on production. The only difference
is that the production server is on https/ssl.
On the browser the error message is the followin:
''Application error
Rails application failed to start properly''
Whereas in the log/fastcgi.crash.log i found the followin error
2007 Sep 27
2
TeX in Ruby on Rails
Hello,
I''m new to ruby on rails, but I''m looking for a possibility to
integrate TeX documents in my blog! I thought it might be possible to
convert a TeX document to Xml and then sent the file to the webpage.
On the server there should be a function that looks for new files and
automatically integrate them on the webpage, by just adding them
depending on the date and category
2004 Jan 10
2
Need some help on security
Hello all. I am new to the list and relitively new to FreeBSD. I currently
have a server running 4.8 as a dedicated server with cPanel added as a way
to speed up the creation of sites and such on the server. I host only a
couple of site because I do this in my spare time and don't know enough to
be a paid participant in the hosting community.
Anyway, on to the question, lastnight, the server
2006 Jun 01
4
Ruby on Rails strange issue
Hello,
I just installed Ruby on Rails and created the new repository.
I wanted to use Ruby on Rails with FCGI
The repository was created in /path/to/public_html
ls /path/to/public_html/ :
app cgi-bin config doc log public README script
tmp
asd components db lib logo.jpg Rakefile README_LOGIN test
vendor
I installed fcgi support for ruby on rails and
2003 Nov 11
1
unexpected --exclude pattern behaviours with glob wildcards
Rsync version: rsync-2.5.6-3mdk (Mandrake 9.2)
I see from the CVS log that some of the following awkwardness may be
fixed (or at least different) in the next public release. I'm looking
forward to that. In the interim, here are some problems:
---------
Problem 1 - unexpected consequence of replacing / with **
---------
The following exclude works because the explicit slash causes a match