Displaying 20 results from an estimated 115 matches for "awprofessional".
2006 Dec 25
15
What I Want For Christmas
...myself. Now that''s a hot deal!
Merry Christmas, or happy holidays if you don''t celebrate.
P.S. I''m *not* promoting or affiliated with the site. I think it''s mildly amusing.
--
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
http://www.awprofessional.com/title/0321483502 -- The Mongrel Book
http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
2006 Dec 22
3
Zed, you''re a moron :-)
Hi !
My mongrel just starting spitting out these nice lines:
The error occured while evaluating nil.accept. TELL ZED HE''S A MORON.
!!!!!! UNHANDLED EXCEPTION! You have a nil object when you didn''t
expect it!
Not sure what happened or why, but just FYI: Zed, you are a moron :-)
Happy holidays!
Gitte Wange
2006 Nov 24
4
[OT] I Finally Got an Atom Feed
...or my site. People who love or utterly hate my essays will lover or utterly hate to subscribe to it.
http://www.zedshaw.com/feed.atom
Let me know if it isn''t working well in your favorite feed reader.
--
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
http://www.awprofessional.com/title/0321483502 -- The Mongrel Book
http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
2007 Aug 09
7
Integrating polymorphic models into controllers views? how?
I''m having trouble trying to get this to work.
How the heck do you get a polymorphic controller to work? Especially
integrating it with a view?
Let''s say that we have shows, and episodes, then comments.
A show has many episodes, an episode has many comments.
the route is /shows/1/episodes/1/
Now to add a comment to that episode, how would I do it? Let''s say
that the
2007 Mar 06
4
[PIMP] Topfunky''s httperf PeepCode screencast (Zed A. Shaw)
...) Second, it is probably the first
>description of performance measurement and analysis I''ve seen that
>actually gets it right.
>
>Thanks for your time, and enjoy the day.
>
>--
>Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
>http://www.zedshaw.com/
>http://www.awprofessional.com/title/0321483502 -- The Mongrel Book
>http://mongrel.rubyforge.org/
>
2006 Dec 29
9
Error : No protocol handler was valid for the URL...
Hi everybody,
I just suscribe to the list because I have a problem using mongrel and
mongrel_cluster... I setup a server (debian unstable wich provide apache
2.2.3 as a pakage) but I have an error when I try to access my application :
ERROR 403 : Forbidden, You don''t have permission to access / on this
server.
When I check apache''s logs I found that :
[warn] proxy: No
2006 Nov 25
2
Mongrel 0.3.18 PR -- Lightning Fast Turnaround
...el.rubyforge.org/releases
sudo gem install mongrel --source=http://mongrel.rubyforge.org/releases
Fastthread didn''t change so you don''t need the first install if you''ve got it already.
--
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
http://www.awprofessional.com/title/0321483502 -- The Mongrel Book
http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
2007 Feb 27
11
Mongrel upload progress not showing progress on production server
Hi all,
Tried out the mongrel upload progress plugin with Drb and it works
great on my OSX development box, but when putting it into production
(Ubuntu Dapper), uploads complete but the app isn''t returning any
values for upload progress, and uploads are not showing up in the
queue when running upload_client.rb. Before anyone asks, yes, I''m
running both the mongrel instances and
2007 Aug 10
2
uninitialized constant MiniMagic (NameError)
Hi,
Mini-Magick breaking. I have installed mini-magick gem.
Here is my sample program
require ''rubygems''
gem ''mini_magick''
include minimagick
image = MiniMagick::Image.from_file(''./fun.jpg'')
image.resize "100x100"
image.write(''./funthumb.jpg'')
Output:
test.rb:3: undefined local variable or method
2006 Dec 15
2
Mongrel 0.3.19 -- The Gnostic MIME Type Release
...going to chain myself to win32 for the next week until that side is rock solid. Luis has been working extra hard making the sweet new service management app, so this should be a great next release for you folks.
--
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
http://www.awprofessional.com/title/0321483502 -- The Mongrel Book
http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
2006 Dec 18
6
mongrel_cluster: selective restarts
Hi list,
I have tried to reach Bradley (author of mongrel_cluster) by mail, but
have not gotten a response. So I''ll try trough this channel:
I have ''developed''[1] a small extension to mongrel_cluster that allows
selective restart of any one listener in a configuration that contains
more than one listener by using a command like
mongrel_rails
2007 Apr 15
4
Ferret and Mongrel. OSX vs. Linux
I''m having a strange problem accessing a 1.7GB Ferret index from
within Mongrel (1.0.1) on Linux. On OSX a Ferret search through Rails
takes a fraction of a second. From the command line, bypassing
Mongrel, the search takes about the same amount of time. On Fedora
Core 4 a Ferret search from the command line takes a fraction of a
second, but the same search through Mongrel never
2007 Apr 15
4
Ferret and Mongrel. OSX vs. Linux
I''m having a strange problem accessing a 1.7GB Ferret index from
within Mongrel (1.0.1) on Linux. On OSX a Ferret search through Rails
takes a fraction of a second. From the command line, bypassing
Mongrel, the search takes about the same amount of time. On Fedora
Core 4 a Ferret search from the command line takes a fraction of a
second, but the same search through Mongrel never
2007 Feb 07
2
mongrel_in_a_tunnel
Hi list:
I started to make a quick GemPlugin command [ssl::start] that sets up
an stunnel before calling the normal [start] command.
so
$ mongrel_rails ssl:start
will do everything that start normally does and configure/setup an
stunnel.
The question...
Obviously this plugin will require stunnel to be installed. What do
you think is the best move:
1) nothing, just require that people
2006 Dec 20
6
Mongrel 1.0 RC1 Full Win32 Build
...y a fool installs it in mission critical situations without fully testing it.
OFFICIAL 1.0 (PARTY!)
If nobody has any problems with this release then it''ll go out on Friday as the official 1.0 release.
--
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
http://www.awprofessional.com/title/0321483502 -- The Mongrel Book
http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
2007 Feb 21
19
Critical Issue - Site down...
We have a site that is running Mongrel and is down.
Below is the Mongrel log file information.
The server is a Linux server with 2gb of RAM.
EV1 (hosting site) says that since this is a Linux server that the RAM
is cached and that there is plenty of free memory available.
Can anyone make sense of this error and have some suggestion of options
that I may take to correct this issue and get
2007 Apr 03
3
MediaTemple Image upload
Hi All,
I''m hosting with MediaTemple who are currently using 0.3.3 of mongrel
on their GridServer. My rails app has an image upload facility
whereby if you upload a large image (e.g. 5Mb) mongrel crashes. I''ve
requested an upgrade to the latest version of mongrel but don''t
believe that''s going to happen too soon. I''m not getting too much
2006 Nov 28
15
Determining ideal number of Mongrels for an app?
What''s a rule of thumb for guesstimating how many
Mongrels to use in a cluster for an app? I have an app
that gets about 5000 unique visitors per day. I
figured I''d give it plenty of Mongrels -- twenty to be
specific. After running out of memory and hitting the
swap periodically, I scaled it back to five and it
still seems to serve up visitors fine. So, is there
some super-secret
2007 Mar 13
18
Daemonizing a camping server
I''m having no luck trying to daemonize mongrel running a camping server.
When mongrel daemonizes, I get:
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:723:in
`accept'': closed stream (IOError)
from
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:293:in
`join''
...
(This was after I disabled the unhandled exception catchall in the
2006 Nov 25
3
[PATCH] HTTP accept filter support for FreeBSD
This small patch extends configure_socket_options to support FreeBSD''s
accf_http(9), which defers accept() until there''s a full HTTP request
to read.
Seems to work fine on 6.1-STABLE. DragonflyBSD should work too provided
the /freebsd/ line is modified to match it.
accf_http(9): http://www.freebsd.org/cgi/man.cgi?query=accf_http&sektion=9
--
Thomas