search for: hinegardner

Displaying 14 results from an estimated 14 matches for "hinegardner".

2007 Apr 20
2
order of registering uri''s matters for URIClassifier ?
...rel::StatusHandler>]] I''ve attached a unit test that shows this effect by calling the URIClassifier directly. I''m not sure if this is a bug or a misunderstanding on my part. enjoy, -jeremy -- ======================================================================== Jeremy Hinegardner jeremy at hinegardner.org -------------- next part -------------- require ''test/unit'' require ''rubygems'' require ''mongrel'' include Mongrel class URIClassifierText < Test::Unit::TestCase def test_classifier...
2007 May 10
5
Segmentation fault on large index
I''m getting a segmentation fault on a large index (15GB). I''m running ferret 0.11.4 on OpenSuSE 10.2 with ruby 1.8.6. The segmentation fault appeared after I optimized the index, see further below for the error message I got before that. Ferret works perfectly on other (smaller) indexes. Is this a known issue, and if so, is there a workaround? --------------------- after
2007 Jun 20
4
custom menu plugin not working in 0.4.4
...2/lib/webgen/cli.rb:454:in `cli_main'' from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/bin/webgen:4 from /usr/bin/webgen:16:in `load'' from /usr/bin/webgen:16 enjoy, -jeremy -- ======================================================================== Jeremy Hinegardner jeremy at hinegardner.org
2005 Jun 06
14
Handling Images And Rails
On my website people will be able to upload images of themselves. I was wondering how people are presently handling uploading, resizing and optimizing images in Rails? Do you use a specific piece of software to do it? What would you guys recommend? Any code from RailsDay? :-) Also, do you guys store the images in the DB or just as files? What do you suggest? What are the pros and
2007 Jun 26
6
Poll for new default website style
Hi everybody, after looking a bit around the Internet and checking which website style some users of webgen are using, I found that many people just stay at the default webgen website style (which is not really pretty ;-) So, I''m thinking about changing the default webgen website style to something more Web-2.0-ish, and I would like to know if there is a particular website style
2007 Aug 12
0
heel 0.2.0 - simple directory webserving with mongrel
.../0.0.0.0:4331 with document root /Users/jeremy/Projects/heel ** Use Ctrl-C to stop. ** Launching your browser... I find it a useful little tool, have fun with it. gem install heel enjoy, -jeremy -- ======================================================================== Jeremy Hinegardner jeremy at hinegardner.org
2007 Jun 13
1
Apache proxy error with uploads only
Is there a *searchable* archive for this mailing list? If not, I''m using Apache 2.2.3 and Mongrel 1.0.1 on FreeBSD 5.4- RELEASE-p22 #11. Google gave me the following solutions for uploads that result in a proxy error: SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 or KeepAlive Off in Apache''s VirtualHost directive. Regrettably none of these work.
2007 Jun 07
1
Plugin installation similar to rails
Hey all, I''m considering including a plugin installation mechanism similar to the one available with the rails script/plugin command in the next major webgen version. There would be a repository index located on the webgen homepage, something like http://webgen.rubyforge.org/plugin-repository.yaml. This file contains a list of repositories (http and ftp) which provide webgen
2008 May 06
15
Unix Domain Sockets + Fork for improved scalability
Hello All, Ticket #30 (http://mongrel.rubyforge.org/ticket/30) has a set of changes to mongrel that I''ve written on behalf of my employer, Raritan Computer, Inc. Also, these changes are released under the existing Ruby license used for Mongrel. Raritan is using mongrel internally for product development and was not able to get the level of scalability desired due to limitations
2006 Feb 19
2
SwitchTower 1.0.0
...much more conveniently now. Just do "set(:variable) { ''foo'' }". * Added optional :svn_username and :svn_password variables, for people who''s svn credentials differ from their login credentials. * Added branch support to the CVS module (courtesy of Jeremy Hinegardner). * Fixed bug where using "put" to replace a file with a shorter file would only overwrite the first part of the file. * Added an extension mechanism so that recipe files may easily import third-party tasks and methods. (See http://manuals.rubyonrails.org/ read/chapter/122) Switch...
2007 Mar 30
4
Current status of webgen 0.4.3 and 0.5.0 (new plugin system)
Hi everybody! As the easter holidays have now finally arrived and all the exams are over, I will have more time for webgen again! Summary ======= * Changes included in the upcoming 0.4.3 release * webgen repository * Status on 0.5.0 * Detailed information on the new 0.5.0 plugin system Changes for 0.4.3 ----------------- I have collected all mails/forum entries/ML postings in which bugs
2006 Oct 25
33
[ADV] "Mongrel: Serving, Deploying, and Extending Your Ruby Applications" BOOK
Time for some all time pimpage folks. Me and Matt Pelletier wrote a small PDF book on Mongrel entitled: "Mongrel: Serving, Deploying, and Extending Your Ruby Applications" since we really wanted you to know what it was about. It''s published by Addison Wesley Professional, has just over 100 pages of goodness, and is available for $14.99 at: http://safari.oreilly.com/0321483502
2005 May 19
5
[OT] Sqlite2 question
So, under Sqlite2, if I want to update a database''s schema, I have to dump the DB, modify the table''s structure, then go and modify EVERY insert statement. The insert statements look like (from memory): INSERT INTO my_table VALUES (''some_id'', ''some_val'', '''', '''', '''', ''some_other
2005 Mar 05
3
routes inconsistency?
Hello, As a small excercise in learning rails, I''ve been porting a very simple website from SSI to rails (yep, a bunch of static files that were previously served with a tiny bit of SSI magic are now served by a database-backed rails, it''s total overkill, I know). Part of the reason is that I''m trying to move from apache to lighttpd, and lighttpd''s SSI for