search for: wuher

Displaying 11 results from an estimated 11 matches for "wuher".

Did you mean: wher
2006 Jun 02
3
Configs not loading
Hi, So in the past I''ve developed using Apache 2.0 MacOSX. I''ve just started a new project and decided to switch over to LightTPD just to try it out. This development is purely a learning endevor for me, so I welcome the idea of stepping into new territory. As a result, I''m not sure if this is a lighttpd problem or a Rails one. So pardon me if this is off topic to
2006 Jun 16
12
FastCGI times out?
Hello there, So I''m still struggling with this fastcgi stuff. I''m trying to upload and process a decent sized ZIP file, but the request dies before it finishes and I get the following error: FastCGI: comm with (dynamic) server "/Users/ryan/Workspace/rails/photos/public/dispatch.fcgi" aborted: (first read) idle timeout (30 sec), referer: http://photos/album/new/4
2006 May 31
3
Print out session dump?
How can I go about printing out an object in Ruby? I''m looking for the print_r php equivalent. All I''m trying to do is print out session information. It is exactly what is shown in "Show session dump" when an exception is caught. Any ideas? Thanks. -- View this message in context: http://www.nabble.com/Print+out+session+dump--t1712872.html#a4651059 Sent from the
2006 Jun 11
4
remote_function posting?
Hi, I''ve noticed that my remote_function calls are resulting in POST requests. As a result, my routes do not apply since it does not generate a url based on the parameters, but simply posts to the raw url with post data. I want to make a GET request instead of a POST. How can I do that? Has anyone else run into this? Thanks, Ryan -- View this message in context:
2006 Jun 09
3
routes & methods in controllers
still a newbie in rails so bear with me on this one new test app.... rails test generate controller main i add a layout view for main/index & its working ok i set the routes as follows map.connect '''', :controller => "Main" the above is the only route thats active in the MainController i add in a new method "about" with a simple render_text
2006 Jun 02
1
Updating html breaks my interface
I have two select menus on a line. The first updates the second: library: library_select album: album_select So when you pick a library, the album_select is automatically updated to show the relevant choices. This is done using ajax. While the ajax request is loading, I switch the album_select with a loading_select, which is a disabled select menu with only one choice:
2006 Jun 15
2
FastCGI can''t find rubygems?
Hi all, I''m trying to use Apache 2.0.52 and FastCGI on Mac OS 10.4.6 and I''m having some trouble. The server starts up fine, but I get the error at the bottom of this post once I make a request to the rails app. I was curious if anyone had an idea as to why it wasn''t working. I have everything installed correctly (rubygems, fastcgi, ruby bindings, etc). I had this
2006 Jun 10
0
Ajax posting?
Hi, I''m noticing that when I use remote_function, it makes a POST request instead of a GET request. I want to make a GET request using Ajax... how do I go about doing that? Thanks, Ryan -- View this message in context: http://www.nabble.com/Ajax-posting--t1764848.html#a4803833 Sent from the RubyOnRails Users forum at Nabble.com.
2006 Jun 15
0
lighttpd and upload progress
Hi, I''m currently running my rails app on lighttpd. I want to have an upload progress bar for uploading large files. But I have read that lighttpd has removed that functionallity right now. Should I switch over to apache 2.0 if I want this feature? Is there another way around it? Also, I tried installing Apache 2.0 on my mac with fastcgi, but once I tried to start the server, I get
2006 Jun 15
0
upload progress bar
Hi, I''m currently running my rails app on lighttpd. I want to have an upload progress bar for uploading large files. But I have read that lighttpd has removed that functionallity right now. Should I switch over to apache 2.0 if I want this feature? Is there another way around it? Also, I tried installing Apache 2.0 on my mac with fastcgi, but once I tried to start the server, I get
2006 Jun 07
1
Reverse engineering pagination and more
Hey all, I''m building a photo album site (for fun) and have a few questions. 1) This site will have a browse section, where you can view the photos by thumbnail. I want to let the user change how many thumbs they can see per page. I''ll have a couple links at the bottom of the page letting them do that. The problem is, if they are in the middle of browsing and decide to