Displaying 19 results from an estimated 19 matches for "braem".
2006 Jan 13
2
FastCGI problems
I''m having a lot of problems with my Typo install. My fastcgi fails horribly
after a reboot:
[13/Jan/2006:16:55:28 :: 19796] Dispatcher failed to catch: (Interrupt)
/usr/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each''
/usr/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi''
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:52:in
`process!''
2006 Mar 06
7
Set base url?
I have an application running on a Lighttpd instance which is proxied by an
Apache server. It seems to work fine but my urls are incorrect: all urls
reference / which is not where my application runs at the Apache server.
How do I set the base url of a Rails application?
My Apache has the following proxy rules:
ProxyPass /hieraki http://localhost:3001
ProxyPassReverse /hieraki
2006 Jun 13
5
Transform Rails site into DVD
I''m considering implementing a PHP based site that display videos with quite
some database logic to Rails. Now we were considering publishing the site
on DVD too.
Is that possible (e.g. with RubyScript2Exe)? How fast is database
performance going to be? Currently there are movies inside the database but
we can extract them if necessary. The database scheme is quite large and
the number
2006 Jun 14
5
Rails to static site
For users without an internet connection we are thinking about converting a
rather large site to a DVD. As dynamic solutions with databases seem hard
(see another thread) we are also considering a static html version. The
site is clearly convertible to a static version, I can make sure that all
search functions are turned off.
Can the conversion itself optimized with Rails? Do you know solutions
2006 Mar 23
2
rails lighttpd fastcgi archlinux
When I try to access the rails app, it''s giving me "Routing Error:
Recognition failed for "/"" displayed on my browser.
Has anyone ran into this problem before?
--
Vincent H Gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060323/78ccb76e/attachment.html
2006 May 29
2
Subfolder in Maildir
Hello,
We have installed a brand new Dovecot because it seems very interesting as
an IMAP server. We created a mailbox for a test user and we succeeded in
copying some mails into it.
However making subfolders does not work. The only folders we can create are
in the root, next to the INBOX that is. We thought Maildir does support
subfolders (as opposed to mbox), are we wrong here?
Our Dovecot
2006 Sep 07
6
Template "specialisation"
I want to use a sitewide default template and use a specific version in some
controllers to have a good DRY approach to my layout. Those controllers
should add a little bit more HTML before rendering the results of the
actions, in order to avoid copying the entire sitelayout every time.
How can I do that? Currently my code is like this:
class WelcomeController < ApplicationController
2006 Aug 18
3
RoR logo on own webpage
Hello,
are there any restrictions in using the RoR logo on my own homepage?
Something like: powered by Ruby on Rails ..__logo__..
--
Jochen
2005 Dec 12
1
Almost there, but no dhcp support?
I have a booting dom0 kernel now, upart from a problem with the cdrom but
more serious a problem with dhcp. When I request a dhcp lease I get the
following error:
dhcpStart: socket: address family not supported by protocol
pf_file
Which kernel option should I enable? I studied all networking options in the
kernel configuration but I can''t find the right one to enable...
2006 Mar 13
2
Routing in Rails
I am fiddling around with some special setups and my routing does not work.
So I wonder: how does routing work in Rails?
Is everything caught by dispatch.cgi script because it is the 404 handler?
What happens with static content? Is it supposed to be found before the cgi
script?
2006 Oct 02
1
Scaffold problem with PostgreSQL
We are having a problem scaffolding with PostgreSQL. We are following the
depot tutorial from the AWDWR and it gives problems:
$ ruby script/generate scaffold Product Admin
exists app/controllers/
exists app/helpers/
exists app/views/admin
exists test/functional/
dependency model
exists app/models/
exists test/unit/
exists test/fixtures/
2009 Jan 26
1
Error in Surv(time, status) : Time variable is not numeric
Dear,
I want to analyze two-level survival data using a shared frailty model, for
which I want to use the R package 'Frailtypack", proposed by Rondeau et al.
The dataset was built using SAS software. I also tried to change the format
using SPSS and Excell.
My (reduced) dataset has following column names:
ID entry time status family var1
I used following command:
>
2006 Aug 31
2
Url rewriting for random urls
Hello,
I have discovered the good use of stylesheet_link_tag and
javascript_include_tag (I''m still learning) and it is very useful because I
have to use the relative_url_root way.
Now I wonder how I can use that for other URLs. I want a background image
for a table cell so I have to write something like:
<td align=''right'' valign=''bottom''
2006 Mar 07
13
hosting multiple rails apps in one webroot?
It''s actually REALLY easy with lighttpd on linux.
Two apps...
Myserver.com/code/ => /apps/code/
Myserver.com/test/ +> /apps/test/
Each application needs this in the environment.rb
/apps/code/config/environment.rb
ActionController::AbstractRequest.relative_url_root = "/code"
/apps/test/config/environment.rb
ActionController::AbstractRequest.relative_url_root
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across
something that kinda bothers me...
In order to implement validators you have to override the clone method.
The directors seems to be set up to specifically handle this situation.
However, whenever C++ calls back to the object''s methods the swig_get_up
function is returning false. It seems like swig_up
2006 Mar 03
0
Setting up apache as a proxy without subdomain
I want to run an Apache webserver that acts as a local proxy for multiple
rails instances in the same domain. The domain seems to be a problem: which
directives can I use for www.somehost.com/one and www.somehost.com/two if
they are two different rails setups?
I came up with this but that does not work:
<VirtualHost somedomain.com:80>
ServerAdmin webmaster@username.tld
2006 Mar 07
0
The ''failed to catch: (interrupt)'' problem
.../fcgi.rb:597:in `each''
/usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi''
/usr/local/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:52:in
`process!''
/usr/local/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:22:in
`process!''
/home/bbraem/cookbook/public/dispatch.fcgi:26
killed by this error
How can I solve this problem? My weblog is down and the production systems
where I am considering Rails do not solve this either. I even got the
problem when installing the Typo port from FreeBSD...
Is there a problem with FastCGI?
With the Fas...
2006 Mar 15
0
Prepend string to output URLs
Is it possible to prepend a string to all output URLs? I am looking for
something like the relative_url_root that only does it job when generating
the resulting html and not when analysing the request.
(If some developer wants more information on why I want this do not hesitate
to mail me, I think I found a problem with a specific Rails setup.)
2006 Aug 04
0
Proxy from Apache to local Lighttpd instance
...:in `each_cgi''
/usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi''
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/fcgi_handler.rb:53:in
`process!''
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/fcgi_handler.rb:23:in
`process!''
/home/bbraem/cookbook/public/dispatch.fcgi:24
Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/templates/rescues/layout.rhtml
(404 Page Not Found)
my Lighttpd error log:
2006-08-04 16:23:34: (request.c.293) fd: 7 request-len: 521
GET /cookbook/MyTest HTTP/1.1
Host: localhos...