search for: brigleb

Displaying 20 results from an estimated 30 matches for "brigleb".

2005 May 26
1
No response from Apache 2 / fcgi / rails...
...I''m struggling here with getting Typo running on a Red Hat server under Apache 2 / fcgi... Every time I try to load the public home page, I get this in my error log: [Thu May 26 00:20:52 2005] [error] [client 24.22.74.233] FastCGI: comm with (dynamic) server "/home/httpd/vhosts/brigleb.com/httpdocs/ public/dispatch.fcgi" aborted: (first read) idle timeout (30 sec) [Thu May 26 00:20:52 2005] [error] [client 24.22.74.233] FastCGI: incomplete headers (0 bytes) received from server "/home/httpd/vhosts/ brigleb.com/httpdocs/public/dispatch.fcgi" I''ve follo...
2005 Dec 07
3
Addressing a class, rather than an id?
...et them that way, only get an array of them. So my question is: am I barking up the wrong tree? Is there an easy way to address CSS properties of a class of objects on a page, or do I need to loop through them individually somehow? Has anyone tackled this one? Thanks, Raymond -- Raymond Brigleb, Needmore Designs http://needmoredesigns.com/
2005 Jul 12
8
Tip Sheet for AJAX
Hi all, I''m making an Amy Hoy style tip sheet PDF for the Prototype and Scriptaculous AJAX stuff, to be used with Rails. Are there other resources you would suggest besides the websites themselves (the previous thread about Highlight reminded me of this)? Is there a particular focus that would be helpful for such a document? Preferred fonts or colors? I must say, once you get
2005 Jul 31
2
Central list of Rails gems?
Is there a centralized list of Rails gems somewhere? Or even just a database of some kind of gems that can be useful to Rails apps, not just specific to Rails? -raymond -- Raymond Brigleb, Creative Director Needmore Designs -- The beautiful, usable web. Website http://needmoredesigns.com/ Email ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org
2005 Jul 12
6
Meta-question about the list
...9;s set up so that replies go to the sender, rather than the list. However, on other lists I usually chat on, replies by default generally go to the list. This seems to encourage more discussion. Would it be a good idea to change that default? Or am I just crazy. Best, Raymond -- Raymond Brigleb, Needmore Designs Website http://needmoredesigns.com/ Email ray@needmoredesigns.com Phone 503.490.4595
2006 Apr 11
6
Google Base... in Rails?
Ok, so this is kinda out of the blue... but I''ve been looking at Google Base and thinking that it''s got some really good ideas in it. Especially the way you can create your own "type" of item with its own custom attributes, like date range, location, number, text, etc. Kind of like defining a database with a GUI, but not exactly. It seems really interesting to me, from
2006 Mar 22
5
FTP hangs Rails!
Hi! I''m running a Rails app on Apache/FCGI, with a single handler process on the server. At one point my application needs to FTP a bunch of files to a remote server. When it starts doing this, the server apparently freezes and doesn''t allow anyone else to do anything. Plus, after about twenty seconds, my nice status page vanishes from the browser, even though the
2006 Mar 30
15
Survey: Favored Rails Production Environment
We''re trying to set up a colocated server for deploying a Rails application or three. Right now I''m undecided between a PC-based server running FreeBSD and an Xserve running OS X. I''ve never colocated before so I''m wondering if anyone has stories, tips, or could say what their preferred OS is for running Rails. I''m also wondering how performance of
2005 Jul 13
2
A small question about dragging effect on sortables
Hello, I''m implementing sortables in Rails and I can''t seem to get the lovely effect from the Sortable Floats Demo on Thomas'' wonderful site: http://script.aculo.us/drag-and-drop#sortable-floats-demo Simply put, I can''t get the effect whereby you''re dragging the image. When I have a vertical or horizontal constraint on a list, the effect
2006 May 19
9
[NEW SITE] psitsNOT
psitsNOT ("Photoshop it''s NOT") is an over-the-web image editing application made with Rails, RMagick, and AJAX. It provides everything you need to make a raw digital image look good on the web. http://psitsnot.alevans.com You''ll need an OpenID URL to log in. Feedback is welcomed! --Al Evans -- Posted via http://www.ruby-forum.com/.
2005 Sep 09
5
file_column: patched for imagemagick and validation
Hi all, I patched file_column to add imagemagick transformations of uploaded content. I added an options hash, and it takes the :magick and :format keys. :magick is a string of imagemagick command line options for convert (Reference: http://www.imagemagick.org/script/convert.php). Format is an optional extension for the finished image. If Imagemagick recognizes the extension, then it will
2006 Mar 17
0
Hosting a Rails project (svn, trac, etc.)
...day. This seems like a common need in the Rails community, so this seems like a good place to ask. Where do others like to host their projects? Ideally, it would include Subversion hosting, Trac, and allow multiple projects in case I feel really ambitious. Any recommendations? -- Raymond Brigleb, Needmore Designs http://needmorenotes.com/
2006 Feb 13
1
acts_as_taggable scoped in another class/table?
I''m hoping someone more familiar with DHH''s acts_as_taggable plugin can help me out here... Tags being all the rage, and the subject of a good recipe in the forthcoming Pragmatic Rails Recipes book, I decided to give them a try. However, from what I can tell, they''re kind of application-wide by design. I know the social thing is hot, but I need my tags to be
2005 May 17
1
Simple Ajax form submission question
Hello, I''m new to this Ajax thing but it''s perfect for a project of mine. But I can''t figure out how to best pass the form data. This is a text field that should be on every page of my application. In my layout, the form submission looks like this: <%= form_remote_tag :update => ''comment'', :url => { :controller =>
2005 Aug 22
5
XML "Un-Builder?"
I''ve been unserializing XML in PHP with the XML_Serializer class, and I''m wondering if anyone knows of such a class for Ruby. Nothing fancy, just perhaps a simple way of converting arbitrary XML to a Ruby object. Maybe this has been implemented somewhere already? Thanks, Raymond
2005 Jul 12
2
save order from drag and drop
only just found the script.aculo.us site. brilliant. much respect. wondered if anyone can point me in the right direction on this drag and drop list re-ordering type thing, i''ve read through what I can but to be honest it''s gone right over my head! How do I get the new order that has been established via dragging list elements around and store them in a database. I figured an
2005 Jun 24
0
Parallel Worlds
...n''t run ActionScript in a JavaScript environment, and vice versa, but it strikes me that since there''s an overlap in the domains here, maybe there''s already some folks with some bright ideas from which we could borrow. Just my two cents! Best, Raymond -- Raymond Brigleb, Needmore Designs Website http://needmoredesigns.com/ Email ray@needmoredesigns.com Phone 503.490.4595
2005 Aug 22
1
XML Builder question (Brain Teaser? or At A Total Loss?)
I''m trying my best to get Builder to give me a nested representation of my nested database tables, but I think I''m not getting any closer to a solution. In fact, now I''m in Syntax Error land, rapidly approaching Missed Deadline country. Perhaps you could be the one to save my ass? Basically, I have Images which have many Options (intended to represent
2006 Mar 12
3
Setting environment variable for Rails app?
Greetings! I''m trying to set an environment variable in Rails. Why? I can''t use RMagick unless I do so. I can do it from the shell, run irb, and then require ''RMagick'' works. So far so good. But how can I do this from my application? I''m on a shared host so I''ve put in a ticket to have something like this added to httpd.conf: SetEnv
2005 Sep 23
2
Sortables: which element moved?
Looking at the archives, people have asked this before, but I can''t find a proper answer: How do you get sortable_element to return the dragged (moved) element? I know I can compare the list of elements before and after, but I need to know exactly which element was moved. The problem with comparing the list before and after is that if an element is dragged one element forward or