search for: mealey

Displaying 11 results from an estimated 11 matches for "mealey".

Did you mean: zealey
2007 Aug 01
3
Problem with Windows & Apache Setup
...instance. After restarting the Mongrel instance, the application works fine for a while. This only happens with this one application that is using Rails sessions. What could be causing this problem? And how can I resolve it? Any suggestions/ideas are very welcome. Thanks, Nathan -- Nathan Mealey Systems Librarian Boston, MA 617.521.2755 nathan.mealey at simmons.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070801/dd789f88/attachment.html
2006 Dec 15
1
Help w/ Apache Proxying Mongrel
...Allow from all </Directory> ProxyPass /research/images ! ProxyPass /research/stylesheets ! ProxyPass /research/javascripts ! ProxyPass /research/ http://127.0.0.1:4002/ ProxyPass /research http://127.0.0.1:4002/ ProxyPassReverse /research/ http://127.0.0.1:4002/ Thanks! -- Nathan Mealey Systems Librarian Simmons College 617.521.2755 nathan.mealey at simmons.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20061215/5c363d9d/attachment.html
2005 Dec 15
2
A Rails-based CMS?
Is there a working Rails-based CMS out there and available? I''ve looked on the web a bit this morning but have not found anything that can be put in use. Thanks! Nathan Mealey Operations Director Northeast Region Pilgrim IT, LLC NORTHEAST OFFICE 1 Short Street Northampton, MA 01060 TEL 866.434.4976 FAX 413.587.0572 MIDWEST OFFICE 1815 Brownsboro Road Louisville, KY 40206 TEL 502.721.7939 FAX 502.721.7940 NOTICE: This email and any attachments are...
2006 Feb 27
3
Rails via Lighttpd
...i" ) )) server.indexfiles = ( "index.html" ) server.error-handler-404 = "/dispatch.fcgi" #------------------------------ Dispatch.fcgi is *definitely* in the /public directory. Can anyone help out and point me in the right direction? Thanks! Nathan Mealey Operations Director Northeast Region Pilgrim IT, LLC NORTHEAST OFFICE 1 Short Street Northampton, MA 01060 TEL 866.434.4976 FAX 413.587.0572 NOTICE: This email and any attachments are intended only for the addressee and may contain information that is confidential and/or legally...
2005 Dec 15
1
date_select help
...9;'][''date_notified_on'']]) render :action => history'' end end The date_select field is this: <%= date_select("notification", "date_notified_on", :order => [:month, :day, :year]) %> Any help is really appreciated. Nathan Mealey Operations Director Northeast Region Pilgrim IT, LLC NORTHEAST OFFICE 1 Short Street Northampton, MA 01060 TEL 866.434.4976 FAX 413.587.0572 MIDWEST OFFICE 1815 Brownsboro Road Louisville, KY 40206 TEL 502.721.7939 FAX 502.721.7940 NOTICE: This email and any attachments are...
2006 May 08
5
Cron Scheduling Problem
...e following cron job is failing to run: 00 16 * * * root ruby /home/nathan/rails/notifications/script/runner -e production Notifier.deliver_summary My understanding from the Rails Wiki is that this should do it. Can anyone shed some light on what I may have setup wrong? Thanks! Nathan Mealey Operations Director Northeast Region Pilgrim IT, LLC NORTHEAST OFFICE 1 Short Street Northampton, MA 01060 TEL 413.517.5010 x201 FAX 413.587.0572 NOTICE: This email and any attachments are intended only for the addressee and may contain information that is confidential and/or le...
2006 Apr 16
5
ActionMailer
Is there a way to connect to a SMTP server that requires TLS since ActionMailer doesn''t support it? Thanks, Lantis. -- Posted via http://www.ruby-forum.com/.
2006 Apr 28
0
Extracting Email Attachment Content
...tabase? I''ve tried reading the attachment like so, theFile = File.open(attachment.read, "r"), to no avail. But that fails stating that there is no such file or directory (but the attachment is there for certain). Any suggestions would be terribly appreciated. Nathan Mealey Operations Director Northeast Region Pilgrim IT, LLC NORTHEAST OFFICE 1 Short Street Northampton, MA 01060 TEL 413.517.5010 x201 FAX 413.587.0572 NOTICE: This email and any attachments are intended only for the addressee and may contain information that is confidential and/or le...
2006 Jan 25
1
Collection_select ?
...ecting a required value for an object (a not null field), is it possible to set a generic default value for the select box? I have tried :prompt => true and :include_blank => true but neither changes the value for required fields. It does for non-required fields though. Thanks. Nathan Mealey Operations Director Northeast Region Pilgrim IT, LLC NORTHEAST OFFICE 1 Short Street Northampton, MA 01060 TEL 866.434.4976 FAX 413.587.0572 NOTICE: This email and any attachments are intended only for the addressee and may contain information that is confidential and/or legally...
2006 Dec 14
0
Apache2, Mongrel & multiple apps
I''m running Apache 2.0 as a proxy to several Mongrel/Rails apps, so that all of my Mongrel apps can be routed through the single Apache IP address. The problem I''m having is that this setup works well for apps that do not use the public/index.html file as the main page. For any apps that do use public/inedx.html as the main page, none of the links off of index.html work. So no
2007 Nov 29
7
Sessions Not Working In Production Mode
I am completely stumped by this problem, and would welcome any suggestions people could provide. My application uses active-record-based sessions. In development mode, the app works fine with sessions, no problems. But in production mode, the process works for a while (a few hours, maybe more), but at a certain point the session mechanism stop working. It looks like the system stops storing new