Displaying 1 result from an estimated 1 matches for "solidcast".
Did you mean:
solidcasts
2006 Aug 17
2
Weird routing error in 1.1.6 slash frozen on edge
...#39;
I am sending the user through an xml controller as it is coming from an
RSS feed, the download action looks like this:
def download
episode = Episode.find(params[:episode])
episode.downloads << Download.new(:ipaddress => @request.remote_ip)
redirect_to
"http://www.solidcasts.com/episode/#{episode.solidcastsuser.id}/audio/#{episode.id}/#{File.basename(episode.audio)}",
:layout => false
end
we are getting ready to move to a new hardware environment supposed to
happen today however we can''t as I have found 1.1.6 has really screwed
up routes on me for...