Displaying 20 results from an estimated 200 matches similar to: "mongrel_upload_progress and nginx"
2007 Mar 20
31
Another mongrel_cluster prerelease 1.0.1.1
Hi all...
Hopefully this is the last prelease. If people on non-linux systems
could post back any problems with cluster::status, I''d appreciate it.
Install with:
gem install mongrel_cluster --source http://mongrel.rubyforge.org/releases/
Note: This is only an update to mongrel_cluster and not Mongrel or other
gems.
Details about what''s new (if you missed the first
2006 Sep 03
10
Documentation Day!
I''m spending today writing documentation. I''ll be updating quite a few
documents, doing some edits, and adding some user contributed docs. If
anyone has documentation suggestions, FAQ questions they''d like
included, or things they think are old and stale, then let me know.
Swing by the Lingr room:
http://www.lingr.com/room/3yXhqKbfPy8
And drop me a line if you want
2006 Oct 04
5
Sites that use Mongrel
It would be an interesting topic. I bet there are quite a few.
I just released one that 1/2 runs on Mongrel. http://direxionfunds.com
It was released before it was _quite_ ready, but the last of the
content is getting inserted today. I am still waffling on how I will
leave it running longterm. Right now it uses a slightly modified
version of the Mongrel http parser with EventMachine to front
2006 Jun 21
1
Project/Job: Ruby on Rails - Denver, CO
Kforce is currently seeking a Ruby on Rails Web Developer project in
downtown Denver. The client is open to perm employee or consultants.
POSITION OVERVIEW: Develop Ruby on Rails applications to extend existing
platform for client''s public facing website.
Environment: Mac OS X with deployment on Linux servers.
RESPONSIBILITIES:
1. Implement software as needed to accomplish features
2007 Nov 29
1
mongrel_upload_progress and attachment_fu
Can one use mongrel_upload_progress in combination with attachment_fu
(db_file)?
I wan''t to store uploaded files directly in a mysql-database - not in
the filesystem.
Is there a way to use mongrel_upload_progress to do this, or do I have
to store
files in the filesystem and copy them to the database?
Thanx
2007 May 23
1
mongrel_cluster + mongrel_upload_progress + drb + capistrano + docs
I just got the mongrel_upload_progress set up with drb and the setup was
quick and easy, thanks to the good documentation on
http://mongrel.rubyforge.org/docs/upload_progress.html
I''d like to get this set up with capistrano, but there are 3 things I can''t
figure out:
- First, I can''t get lib/upload.rb to run in the background - I''m not
familiar with
2006 Aug 29
0
mongrel_upload_progress problems
What is the status of the mongrel_upload_progress gem and Rails? I
have been playing around with _why and technoweenie''s code but I''m
not sure what is current and what is old. It is not working for me.
I am running Mongrel 0.3.13.3 (gem) with mongrel_upload_progress 0.1.
My upload URI is /agronomics/sample_cycle/upload, and my progress URI
is
2006 Dec 20
0
backgrounDRb + mongrel_upload_progress
is it possible to use these together? im asking because in the
sample docs for mongrel_upload_progress, it has you start by hand a
druby instance.
This doesnt work very well when moving to production. as in, i cant
seem to get that particular process to either stop or restart after a
new deploy. I posted to the mongrel-users list about this and have
not gotten any sort of response.
2006 Dec 19
0
mongrel_upload_progress + upload.rb +background (daemon?)
Im checking out the mongrel_upload_progress plugin and have it
working beautifully on my dev box. however, now that i am ready to
push this up into production i have run into a few gotchas that i
cannot seem to find any documentation or examples for.
the lib/upload.rb doesnt seem to want to run in the background.
perhaps im doing something wrong?
Does anyone have any experience
2006 Sep 20
0
boy, that mongrel_upload_progress handler sucks!
I started actually using the upload progress handler, and noticed it
was leaking memory over time. Looking at the code, I noticed that
cancelled uploads weren''t being cleaned up. I bugged Zed about adding
a request_abort callback to handlers, but I found a simple way to
monkey patch that in:
# config/mongrel_upload_progress.conf
# yes, this file is being used with -S meaning
2006 Jun 13
1
mongrel_upload_progress & plugin question in general
Hello,
So, I grabbed the mongrel_upload_progress code from subversion
because I really need something similar for a project I am working
on. Anyway, I installed the gem and can''t figure out a few things.
1) I''m not sure what Upload < GemPlugin::Plugin "/handlers" is for
2) How to call the Progress < GemPlugin::Plugin "/handlers" handler.
While I
2006 Sep 17
1
Question about mongrel_upload_progress
Like most people, I find the file upload process very annoying, in
that you hit submit and sit there, seemingly forever, as your file
gets sent. So I felt it would be a great goodness to have progress
updates as file_upload_progress offers. However, I have been unable
to get it to work, and I''m not sure why.
I created the form roughly as said, except that my target is
2006 Nov 13
6
mongrel_upload_progress question/possible suggestion
Hey all,
First off, thanks to Rick Olson and whoever else was involved with this
plugin... It''s been amazingly easy to implement.
I''ve got a question about the path_info parameter, though... It seems that
unless the request PATH_INFO exactly matches the path_info passed in to the
plugin at inclusion, it won''t actually trigger Add and add the upload to the
list of
2007 Jan 23
22
Mongrel 1.0.1 Officially Released
Alright folks, after nearly a month of pounding and beating up the Mongrel 1.0
RC1 release we''re putting out the official 1.0.1 release.
Read all about it at the (much funnier) news posting:
http://mongrel.rubyforge.org/news.html
For those people in a hurry, the gems should hit the mirrors and you can install using your usual commands. Refer the the above page for more help.
2006 Aug 17
5
Apache Proxy Error + Mongrel dying
Hi,
I''ve got to active project both running on the last Apache 2.2 and on
Mongrel 0.3.13.3.
One is running perfectly, the other gets (always on the same pages,
but not after each request, it seems to be random) a ProxyError every
now and then which leads to the mongrel process being called to die
and subsequently slowing down the whole web site.
I have to restart the mongrel
2006 Apr 12
8
Ajax Scaffold 3.0.0 released
Hey everyone, I just put up the 3.0.0 release notes. The major changes
in this release are:
* Everything has been converted to work with the newly released
(Rails 1.1+) RJS templates
* Sorting and Pagination have been added.
http://www.height1percent.com/articles/2006/04/12/ajaxscaffold-3-0-0-released
Thanks and enjoy.
Rich
--
Posted via http://www.ruby-forum.com/.
2007 Feb 23
0
Mongrel::Uploads.check() not returning status
Hi,
I wrote a message earlier regarding how I wasn''t getting any feedback
from mongrel_upload_progress. After putting lots of debug messages
in the plugin, I figured out what was going on.
I had a route like this setup in routes.rb (this was the problem):
map.upload "upload/:upload_id",
:controller => "file",
:action
2006 Sep 28
1
upload_progress and DRb.start_service crashes
Whenever I tried to start mongrel_rails with the upload progress
script, it would die with the following error:
/usr/local/lib/ruby/1.8/drb/drb.rb:837:in `getaddrinfo'': getaddrinfo:
No address associated with nodename (SocketError)
from /usr/local/lib/ruby/1.8/drb/drb.rb:837:in
`open_server_inaddr_any''
from /usr/local/lib/ruby/1.8/drb/drb.rb:860:in
2006 Jul 02
4
how to use upload progress?
I''m a bit confused about how to get upload progress to work with
mongrel.. I''ve installed the mongrel_upload_progress (0.1) gem, but
have no idea what to do with it.
According to the following page:
http://technoweenie.backpackit.com/pub/602283
there''s a patch (mup.diff) which seems like it patches the
mongrel_upload_progress plugin
The following blog entry makes it
2008 Mar 08
2
restarting cluster without killing in progress file uploads
Hello,
I have a cluster of three Mongrels running behind Pound. All is running
well except when I restart the cluster (mongrel_rails cluster::restart)
any in progress file uploads (handled through mongrel_upload_progress)
stop uploading. That is, if I''m uploading a file (via a web app being
served by the mongrel cluster) during a restart, my browser will
indefinitely pause as if it is