Displaying 5 results from an estimated 5 matches for "lucboudreau".
Did you mean:
luc_boudreau
2007 Apr 16
4
Web Flow and the session method in ActionController
Hi there,
I''m writing a port of Spring Webflow to Ruby on rails and I''ve
encountered quite a lot of difficulty finding how to override the
session[] method which is accessed via any ActionController.
I have my pseudo-code ready to implement, but I can''t find the method
declaration to copy it''s signature.
Also, if anyone wants to collaborate on this particular
2006 Feb 22
9
Error 500
Hi,
I''ve got a weird 500 error that I can''t fix. I''m using scgi with Apache2 on
Fedora core 2.
Status: 500 Internal Server Error
Even when I launch dispatch.cgi from the command line, I get the 500 error.
I don''t have any log entry written so I''m completely blind. I know that the
app is fine because I can run it in the console and get my records from
2006 Jul 07
3
Observer and Plugin conflict...
Hi fellas,
I have setup the acts_as_authenticated plugin and activated the
UserObserver to send activation emails.
I also have a homemade security plugin which adds methods to
ActiveRecord::Base like let_read and let_write.
On the server start, those two enter in conflict because the Observer
does something with the User model but it can''t find the let_read and
the let_write
2006 Feb 23
1
Base path
Hi there
I''m using scgi to interface a rails app with Apache 2. My app''s stylesheet
and javascript tags add ''/scgi-bin/'' to the path, to stylesheets src
attributes are "src=''/scgi-bin/stylesheets/style.css"; that''s bad.
How can I fix this ??
--
_____________________________
Luc Boudreau
-------------- next part --------------
An
2006 Feb 22
1
Urgent help needed
Hi,
I''m on Apache 2.0.54, Linux Fedora Core 2 with Plesk.
I installed a Rails application previously on the box using SCGI and
it works fine; even now.
I''m trying to get a second app online and it fails. Same config,
except for the SCGI runner ports of course.
It looks like the error comes from the fact that the mod_rewrite
loops. WHY ???
BTW : I have to put this app