search for: freemyer

Displaying 20 results from an estimated 102 matches for "freemyer".

2006 Feb 10
5
Re: Manually running dispatch.fcgi fails (Please help!!)
...ow to troubleshoot this. I''m not even positive it is supposed to be runnable from the command line. I found a troubleshooting guide that implied it was supposed to work. Ideas are very welcome. FYI: I using SUSE 10.0 with self installed rails and lighttpd. Thanks Greg On 2/9/06, Greg Freemyer <greg.freemyer@gmail.com> wrote: > On 2/9/06, Jim Nachlin <jim@motionbox.com> wrote: > > Greg Freemyer wrote: > > > I''m a newbie trying to setup lighttpd. It is failing with error 500. > > > > > > I tried running dispatch.fcgi by hand and I&...
2006 Aug 10
7
Mongrel and SSL?
I have a small intranet app with only 20 or so users. I''m currently using lighttpd w/ssl for production and mongrel for dev. I don''t think Mongrel supports ssl, but what is the easiest front-end to put in front of it? Pound? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Jan 16
17
LoginEngine / UserEngine conceptual help
...ss to the signup page to the existing users with logins? Or better yet just to myself and one other person? If not, should I consider also using the user engine and then only providing a very basic website to anyone who registers but I have not yet granted advanced rights to? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2005 Dec 27
3
created_on & updated_on - helper to display date only
...lay the date, not the time. Best wold be a simple 12/28/05 type of presentation. I''ve found the format helpers in rdoc. (ie. distance_of_time_in_words_to_now ), but none seem to be what I''m looking for. How do I control the date format of a timestamp field? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Feb 15
5
Lighttpd now works for production. Development is broken?
...d config file setup to support my production instance. Now when I try to run rails/app.devel/script/server it appears to try and run lighttpd. Unfortunately this fails. Do I need to update my lighttpd config to support devel, or somehow force script/server to launch WEBrick? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2016 Apr 11
5
User controlled i/o block size?
...if you aren't networking and aren't doing anything fancy you are probably better off with cp -au which is essentially the same as rsync -au except faster. Anyways, smaller reads and writes are usually better handled by the OS's caches than really big ones. On 04/11/2016 07:00 PM, Greg Freemyer wrote: > All, > > One big thing I failed to mention is I was running rsync inside a > cygwin windows 8.1 setup. > > I moved it to a linux box and the behavior is much better. I get > a nice smooth 85-90 MB/sec. That might be the max speed of the > source drive. > &g...
2005 Dec 22
4
Is "case" a magic name
...he basic list to show up. I just did a "generate scaffold case case" (I think that is correct). Now when I try to list my cases, I''m getting a syntax error on all of the view source code that references "case". ie. <% for case in @cases %> Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2008 Jan 15
2
Reproducible samba bug with directory name
...+ XFS, all from Novell OpenSUSE 10.3 + samba-3.0.26a-3.3 + XFS, all from Novell With both I get the same wrong name "FMIJ1P~A". I don't have any other environments to test, maybe someone could try other filesystems / OSes / Samba versions. Thanks Greg On Jan 14, 2008 5:50 PM, Greg Freemyer <greg.freemyer@gmail.com> wrote: > All, > > I have a stable fileserver that had a burp this morning. (OpenSUSE > 10.2 + Samba 3.0.23d-19.7 + XFS, all from Novell) > > A directory was created via a Rails App. (like always on this machine). > > Normally a traditional l...
2006 Apr 12
8
newbie radrails question
...simple DemoAppPart1 at http://wiki.awebfactory.com.ar/awebfactory/published/DemoAppPart1 When I click on the DepotServer and try to start it WEBbrick is not starting. I can cd to the base directory and run script/server and it works. Any idea what I''m doing wrong? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Mar 30
11
Rails 1.1 and Ruby 1.8.3
I''ve seen that Rails 1.1 is not reliable with Ruby 1.8.2 so you should upgrade to 1.8.4 I''m running ruby 1.8.3. What''s the story with it? Do I need to upgrade before I try Rails 1.1? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Jul 10
3
search plugin?
...e ton of :belongs_to type fields, so I need something that works well with the Rails models. Any recommendations? == Example of what I need to work Assume I have a :belongs_to field1 in my model. I want to search all my records for hits in the field1.name associated field. Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2016 Apr 11
2
User controlled i/o block size?
...ing of the destination needed. My ultimate would be something like: while (files) { while (data_in_file) { read user_defined_blocksize to ram from file write user_defined_blocksize from ram to file } fsync() ensure 1.5 GB file is on disk } endwhile Thanks Greg -- Greg Freemyer www.IntelligentAvatar.net
2006 Jan 16
2
My first test - named fixture not autoloading instance variable
...s working. The third one is failing because @first is nil. Per the book @first should be automatically created because it is the name of my fixture. (ie. the scaffold named the first fixture "first" and I should be able to reference it as @first.) Any idea what is wrong? Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Mar 15
5
Passing params to a component
...r_id = @params[''master_id''] @todos = Todo.find :all render :layout => false end Which is my attempt to instantiate and load @master_id. The todos list view has a simple debug display of: <%= h(@master_id) %> Nothing is being displayed by the above. -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 May 05
2
newbie ruby string match question
...39;'m on the login screen. When I''m on the page I care about the controller variable is "#<ActiveRbac::UserController:0x408b3d6c>" So I want something like: if controller contains ActiveRbac::UserController What is the right syntax for the above? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Jan 16
2
Basic (newbie) Webrick / ssl config question
...do it by modifying "server". The trouble is my "script/server" is a very simple 3 line script the runs "commands/server". Where do I find "commands/server"? And if I only want the production environment to run SSL is that easily accomplished? Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Apr 04
4
Ruby 1.8.4 on SUSE 10.0 howto
...s # diff ruby.spec.orig ruby.spec 28d27 < Patch2: ruby-1.8.4-no-eaccess.diff 181d179 < %patch2 I then compiled up the rpm via "rpmbuild -bb ruby.spec" I then went to the /usr/src/packages/RPMS/i586 directory and installed the all the various 1.8.4 rpms. HTH Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 May 08
3
MVC newbie question
...based on several table fields being zero, old, etc. It would seem I should create a "filtered" method in the controller (which I have done). Then invoke if from the view like: for row in @rows continue if row.filtered It is not working. ie. filtered is undefined. Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2003 Oct 27
2
Can Samba export 2TB+ filesystems?
...2.2.8 and 3.0 support 2TB+ filesystems. For now, I am thinking of 6TB max, so I don't need to know about Petabytes or Exabytes. The other side of the question, is can Win9x, Win2K, etc. work with filesystems over 2 TB. If the above is in a FAQ somewhere, a url would be great. Greg -- Greg Freemyer
2006 Jul 17
3
Plugins and Engines
I''m trying to work out how to use the functionality from a plugin in an engine. It sounds weird, but it''s actually not so strange. I assume I can''t just add a vendor directory to an Engine, so some strategy for getting the plugin in the lib folder is probably necessary (and then requiring the plugin, perhaps?). -- Yehuda Katz -- Posted via