search for: lastonepick

Displaying 20 results from an estimated 63 matches for "lastonepick".

Did you mean: lastonepicked
2006 Mar 03
5
Rails Site: VegasLists.com
Just wanted to drop a note about a new Rails site that we''re testing in the wild, http://www.vegaslists.com. The site allows users to create lists about anything Las Vegas related and then lets other users comment on those lists. It was a project that went from concept to completed in about 2 weeks, working on it after the ''real job'' for fun. It''s very simple
2006 Feb 10
5
Re: Manually running dispatch.fcgi fails (Please help!!)
I''m really lost on this issue. Do I need to reinstall rails / gems? The rest of my rails setup seems to be working. I just can''t run dispatch.fcgi. (Details in original message below). I have no idea how 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
2007 Jan 24
4
Rails App on Mongrel+Apache Stops Listening
Howdy, I''m trying to debug a situation where a Rails app running on Mongrel +Apache stops listening to requests. Restarting Mongrel and Apache brings it back to life. First off, here''s some info on versions, etc...: Red Hat Enterprise Linux ES release 3 (Taroon Update 8) ruby 1.8.5 (2006-12-04 patchlevel 2) [x86_64-linux] Mongrel 1.0.1 Rails 1.2.1 fastthread (0.6.2)
2006 Jun 30
2
Rails Powers #1 Selling Album Site
Just a heads up that the new record label site for Vagrant Records runs on Rails and PostgreSQL. Right now it is FCGI based but we''re moving to Apache+Mongrel next week. It is looking like they are going to have the #1 selling album in the country this week with Dashboard Confessional''s new record. Just a note to let people know that Rails has penetrated Billboard!
2007 Oct 11
7
1.0.2 release candidates
Hello Mongrels, Release candidates for Mongrel 1.0.2 and its dependencies are now available. Note that gems are now signed, so please add the Mongrel public certificate via: $ wget http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem $ gem cert --add mongrel-public_cert.pem Now you can verify and install the candidates via gem install: $ sudo gem install mongrel
2004 Aug 06
2
Icecast Problems Get Worse
The Icecast problems I mentioned yesterday on our new server are getting worse. This time the server only stayed up for about 30 minutes before dying (no more music - process is still running). Obviously this won't fly. Again, ices reports: Error during send: Libshout reported send error, disconnecting: Libshout socket error That's when everything stops. What can we do? Thanks,
2004 Aug 06
2
Getting the Stream to "Just Start Playing" on the client
I'm curious what method y'all are using for getting your streams going on the client. We've been using a hyperlink to the stream like this: http://www.fatfreeradio.net:8000/playlist.pls?mount=/hifi&file=dummy.pls It works okay but people get prompted to save or open the file. It would be better if it just opened their streaming player each time, without the dialog. Anyone know
2006 Jun 28
9
Rails Borked After 1.1.3 Install?
I installed 1.1.3 on my OS X Tiger machine and now I''m seeing very strange results. When hitting a controller action, I am told that perfectly valid methods are not there: NoMethodError (undefined method `find'' for VideoTrack:Module) Huh? Here''s the code in question: VideoTrack.find(:all, :conditions => "featured_video = 1", :order =>
2004 Aug 06
3
Getting the Stream to "Just Start Playing" on the client
...icecast@xiph.org > Subject: Re: [icecast] Getting the Stream to "Just Start Playing" on the > client > > > you need to set netscape for that. your netscape is not yet set > to send .pls/m3u files to your mp3 player. > > t. > > * Hunter Hillegas <lists@lastonepicked.com> [010824 16:53]: >> I'm curious what method y'all are using for getting your streams going on >> the client. >> >> We've been using a hyperlink to the stream like this: >> http://www.fatfreeradio.net:8000/playlist.pls?mount=/hifi&file=dummy.pl...
2004 Aug 06
0
Getting the Stream to &quot;Just Start Playing&quot; on the client
you need to set netscape for that. your netscape is not yet set to send .pls/m3u files to your mp3 player. t. * Hunter Hillegas <lists@lastonepicked.com> [010824 16:53]: > I'm curious what method y'all are using for getting your streams going on > the client. > > We've been using a hyperlink to the stream like this: > http://www.fatfreeradio.net:8000/playlist.pls?mount=/hifi&file=dummy.pls > > It work...
2006 Feb 15
2
Problems Connecting to SQL Server
I''ve been asked to make my app work on Windows Server 2003 and connect to SQL Server. I''m having trouble getting connected to SQL Server. It fails as follows: is not a class/module C:\InstantRails-1.0\ruby\lib\ruby\site_ruby\1.8\dbi\dbi.rb:499 in ''load_driver'' So, I went through the instructions on the Rails/MSSQL page. I installed the ADO.rb stuff. Also,
2005 Dec 29
1
Best Practice: file_column+Switchtower
Finally getting my app up and running with Switchtower. I am also using file_column in my project. By default, it creates a directory for each model under ''public'' and goes from there. I have users adding files in my production application and those files they added aren''t managed under SVN as they aren''t part of the app, they are added content. Plus, since
2006 Sep 15
2
Running Shell Scripts/Commands at Startup?
Someone on the Rails list mentioned that they thought it was possible to get Mongrel to launch other processes at start time. I have an app that relies on backgroundrb and also an external listening program and I''d love it if I could set it up so that when Mongrel starts, these start as well. Is it true that this can be done? Where would I look for documentation on this? I thought
2006 Aug 05
3
Uploading/file_column and Mongrel
Howdy, I recently switched an app to Mongrel and since the switch, when I upload files using the file_column plug-in, the files are not uploaded with the correct permissions. I want something like this: -rw-rw-rw- file.jpg But I am getting: -rw------- file.jpg So, of course the files aren''t being served up by the Web server. Mongrel is running as the ''mongrel''
2006 Aug 04
1
Clearing The Session Table With PostgreSQL
So, those folks out there that are using ActiveRecord based sessions and PostgreSQL... What are you doing to clear out your session table on a regular basis? I have a query that kills stuff that is more than 90 minutes old but I am having a hell of a time getting it running from the command line. I''m hoping someone has a script or something that pulls this off. Cheers, Hunter
2004 Aug 06
0
Problems with 1.3.10 and Ices (CVS)
...somewhere] [Stream ended] [listener], connected for 2 hours, 56 minutes an d 40 seconds, 83369105 bytes transfered. 24 clients connected Why would it be unable to create new threads? The server is a Red Hat Linux box. Intel. 2.2.12 kernel... Any ideas? Thanks, Hunter -- Hunter Hillegas hunter@lastonepicked.com Who is Sharky Towers? What is BroTools? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the bod...
2004 Aug 06
4
Ices
I notice two versions on the Web site, 0.2.2 being shown as developmental. I'm building a new server that will run Icecast 1.3.11 and I'm wondering how stable Ices 0.2.2 is? Are there enough fixes in it that it's worth using it? Thanks, Hunter --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list,
2006 Jun 13
2
Getting Remote Response via HTTP
I am trying to query USPS to get shipping rates in my Rails app. I am currently fighting Net:HTTP and so I thought I''d ask for some help. USPS only accepts GET requests, no POST... So, I have something along the following lines: @response_plain = Net::HTTP.get(USPS_SERVER_URL, "/ShippingAPITest.dll?API=RateV2&XML=#{data}") ''data'' is an XML string we
2006 Feb 09
3
acts_as_taggable Produces Bad SQL - Find Fails
I am using acts_as_taggable in my application and on the tagging side of things, no problem at all. Running edge Rails and PostgreSQL 8.1. I am then trying to find all my AR objects with a certain tag. The tag is: lasvegas and I know that there are at least 3 records with that tag. So, I''m doing this: @lists = List.find_tagged_with :any => @search_string, :separator =>
2004 Aug 06
3
Icecast Problems Get Worse
...Hunter > From: tim <tim@nvhs.nl> > Reply-To: icecast@xiph.org > Date: Mon, 27 Aug 2001 17:57:07 +0200 > To: icecast@xiph.org > Subject: Re: [icecast] Icecast Problems Get Worse > > > which libshout are you using? > > t. > > * Hunter Hillegas <lists@lastonepicked.com> [010827 17:35]: >> The Icecast problems I mentioned yesterday on our new server are getting >> worse. >> >> This time the server only stayed up for about 30 minutes before dying (no >> more music - process is still running). Obviously this won't fly. &gt...