similar to: Viewing object associated via "has_many :through"?

Displaying 20 results from an estimated 600 matches similar to: "Viewing object associated via "has_many :through"?"

2008 Aug 20
4
mod_proxy, mongrel, redirect issue
Hello, I am configuring apache 2.2 to serve my rails app through mongrel at the root of my server. First, I redirect all http traffic to https with the following: ServerName emiliano NameVirtualHost *:80 <VirtualHost *:80> RedirectPermanent / https://emiliano #this server is only accessed internally </VirtualHost> Inside the <VirtualHost *:443> section, I have the following
2007 Jul 16
2
mongrel_rails start working mongrel_rails cluster::start not working
Hi everybody, I have installed mongrel and mongrel cluster in a new linux box .... at the end of the day I was able to lunch mongrel (mongrel_rails start -e production) and all is working fine with. However, when I tried to set a mongrel cluster the command mongrel_rails cluster::start get the following output : starting port 8000 starting port 8001 starting port 8002 But when I lunched the
2008 Jun 03
2
Passing environment variables to mongrel
The Rails app I''m working on requires an environment variable to be set. I thought I could do this in my cap deploy script. Unfortunately, it seems that the Mongrel processes that are started up by Mongrel Cluster have their own environments and any environment variables set in the deploy script aren''t passed on. I was able to verify this by having my deploy script run a rake
2019 Dec 08
5
How to make the playlist repeat
Good afternoon, I have two playlists going, on separate mount points, and they both exhibit this behavior. It appears that ices is shutting down when it reaches the end of the playlist. I'm getting these same four lines at the end of the logs of both playlists: [2019-12-08  00:00:53] INFO playlist-builtin/write_ogg_data module shutdown requested [2019-12-08  00:00:53] INFO input/input_loop
2015 Aug 22
6
Best source for creating multiple streams
Hi there. I'm trying to find a way to create multiple streams with one source client. Each of the streams should read from a different playlist file and randomly pull and play songs from the file. I know how to do this with a single stream with clients such as IceS and Ezstream, but I don't see a way to specify different playlists for each mountpoint. I was wondering if anyone had any
2004 Aug 06
2
Segfault in ices
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I run FreeBSD-4.5-STABLE, along with icecast 1.3.12, and I've been having two problems with ices 0.2.2. 1) When I give ices an empty playlist file and tell it to randomize, I get a segfault every time. When I give it the same playlist with Randomize set to 0, it tells me that the playlist is empty instead of crashing. 2) ices can't
2011 Nov 24
5
ActiveRecord::AssociationTypeMismatch
Hi to all, I have this error and I don''t understand why. I have three model, Image and Playlist and PlaylistItem. Everything works fine. The app should work also a XML REST service. When I made this call I obtain this XML because the playlist don''t contains images: GET http://0.0.0.0:3000/playlists/7.xml <playlist> <id>7</id>
2007 Feb 23
0
Mongrel::Uploads.check() not returning status
Hi, I wrote a message earlier regarding how I wasn''t getting any feedback from mongrel_upload_progress. After putting lots of debug messages in the plugin, I figured out what was going on. I had a route like this setup in routes.rb (this was the problem): map.upload "upload/:upload_id", :controller => "file", :action
2007 Jan 19
0
Mongrel::Uploads.check() not returning status
I am trying to get the mongrel upload progress working and am having some problems. I am using Rails 1.1.6 and the latest install of mongrel. I created the config/mongrel_upload_progress.conf per the instructions ... it looks like this ... uri "/", :handler => plugin("/handlers/upload", :path_info => ''/listings/ add_photo''), :frequency
2008 Jan 15
0
mechanize 0.7.0 Released
mechanize version 0.7.0 has been released! * <http://mechanize.rubyforge.org/> The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history. Changes: #
2007 Mar 08
0
Ruby Roundup Podcast
I am happy to announce the release of Episode 1 of the Ruby Roundup podcast. You can find it at http://rubyroundup.com This will be a weekly podcast covering the latest news and events in the world of Ruby. Have a listen and let us know what you think ... -Bill Siggelkow --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2005 Nov 09
1
managing playlists in time
Hi everybody, Is it possible to manage the playlists setting a time of the day for each stream to be played? If someone can help me it would be great. Thanks a lot. Stefano
2005 Jan 13
3
ices 0.4 can't find playlists...
Hello, I've compiled and successfully run icecast2 with ices on a single stream. But I'm running into problems running multiple streams from ices to icecast... I used the <playlist>...</playlist> syntax to run a single stream, but the docs on icecast.org seem to suggest using the <input>...</input> syntax instead. I've actually tried it both ways, with
2004 Aug 06
1
Scripted playlists with shout?
Hi, Another basic question (the list archive search doesn't seem to be working). Is it possible to do scripted playlists with shout? I want to allow the people at my site to upload new mp3 files to the server and have them placed in the playlist automatically. I tried generating the playlist (file) with crontab, but it seems shout only reads the playlist once, at startup. I
2004 Aug 06
3
playlist streams
Hello again No replies regarding memory requirements! I have an idea to provide 1000's of streams without the requirement of 100's of source PC's, and perhaps without even requiring Icecast at all. But I'm not sure if this will work. We will have thousands of 24 hour playlists generated everyday by software I'm developing. If we encode all our audio files at 32kb/s, could
2011 Sep 05
4
Winamp streaming to icecast2
Hello, I'm trying to set up winamp to stream a live event to an icecast2 server. I've got the icecast2 server set up, and to date have streamed playlists only via ices0 or ices2, now I'm wanting to stream live using winamp. Software wise, I'm needing to use free or open source software, the icecast2 server is a Linux machine, the Winamp will be on either a Win7 or a WinXP
2009 Aug 19
10
acts_as_list / acts_as_tree / acts_as_nested_set - which one
I am creating forum application which needs usage of acts_as_list or acts_as_tree or acts_as_nested_set. I am unable to decide among these. please could some one recommend from their experience? -- Posted via http://www.ruby-forum.com/.
2020 Jan 07
2
admin console
January 7, 2020 10:56 AM, "user" <5f787a at i2pmail.org> wrote: > 2020-01-06 17:50, Philipp Schafft wrote: ... ... > > I'm consider to put icecast behind reverse proxy. It is not so easy as I > think before. Does anyone have experience with it? I run it behind a reverse proxy on apache, and everything works bar one thing - the links in the status and admin
2015 Sep 15
3
Best source for creating multiple streams
How do you create different logs files for each stream? From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Camara, Carlos Sent: Saturday, August 22, 2015 12:43 AM To: icecast at xiph.org; icecast at xiph.org Subject: Re: [Icecast] Best source for creating multiple streams With IceS2 this is easily accomplished by copying the 'ices-playlist.XML' file
2002 Jul 28
2
[fwd] CVS: ogg123 rocks! vcut no so much so... (from: wayfarer42@postmaster.co.uk)
Some detailed feedback that looks useful. ----- Forwarded message from Michael Semon <wayfarer42@postmaster.co.uk> ----- Delivery-Date: Tue Jul 16 05:29:37 2002 X-Mailer: MIME-tools 5.41 (Entity 5.404) From: "Michael Semon" <wayfarer42@postmaster.co.uk> Subject: CVS: ogg123 rocks! vcut no so much so... To: feedback@vorbis.com Hi! Being impatient for RC4, I downloaded