Displaying 20 results from an estimated 200 matches similar to: "Can anyone help me understand Apache Errors?"
2007 Dec 08
14
Small updates and release plan
Hello Guys,
I''ll like to suggest a small release fix before we start doing big
changes: platform fixes.
Current we''re setting MSWIN32 (mswin32) as platform for Windows gem,
but we should be using Gem::Platform::CURRENT instead (i386-mswin32 as
current Ruby windows implementation).
Also, the jruby/java platform need to be defined. That change will
ease the compatibility path
2006 Jun 28
12
Ajax.Updater
Hi,
someone can help me, I am ot able to find the way how to user
Ajax.updaterto test if the request give some positive or negative
result.
I am able only to return the result inside a div.
An example is appreciated.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Mar 14
3
Check whether externam URL is valid?
Hey,
I have users entering URLs into my app, is there anyway in which I can
check to see if the URLs actually point to something before saving the
user input? Maybe a kind of ''ping''-action that returns true on success?
(btw: does anyone of a tentative release date for Rails1.1? I''ve been
slobbering all over my RailsRecipes book and I can''t wait! Also, Scott
2008 Apr 11
2
issues on Net:HTTP
in cotroller:
@url=URI.parse(''http://google.com.sg/webhp'')
@res = Net::HTTP.get_response(@clarifyurl)
in view: <%=@res.body>
this page displayed as
301 Moved
The document has moved here
what''s wrong with my code, I want to get the correct reponse HTML
content from google.
--~--~---------~--~----~------------~-------~--~----~
You received this message
2003 Aug 24
1
Grandstream firmware update.
Just noticed that version 1.0.3.81 has been released on the Grandstream
website.
Have fun...
John
-------------------------------------------------------------------------
NetRom Internet Services 973-208-1339 voice
john@netrom.com 973-208-0942 fax
http://www.netrom.com
-------------------------------------------------------------------------
2010 Jun 08
8
rails, ajax, json, and script
Could someone please demonstrate the code to send both json (or xml) AND
javascript (to be executed) in a single Ajax request?
Is this even possible?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Aug 07
2
HTTP Pipelining
I am trying to understand why Mongrel so forcefully disables http
pipelining. The docs say because the spec is unclear, and it hurts
performance. These reasons smell... wrong. The HTTP spec is pretty
clear, and, er, I cannot find anywhere else that claims there is a
performance drawback, and lots of studies (and personal benchmarks
across years of writing webapps) showing how much it
2008 Jun 16
2
[PATCH] tweaks to the kate properties reported by oggzinfo
Hi,
Language should be Content-Language to match other uses,
and while there I think Category might as well become Content-Category
too, though this one doesn't "exist" AFAIK. I'm pretty sure these things
come from some standard, but I have no idea where, so if you know,
feel free to point my in the right direction.
Cheers
-------------- next part --------------
A non-text
2012 Sep 25
2
Help
Can you tell me how often is yp.xml updated?
2012/9/25 R?cker Thomas <thomas.ruecker at tieto.com>
> Hi Renato,
>
> please subscribe to the mailing lists, so that you don't miss answers.
> (Also please don't send HTML mail)
>
>
> On 24/09/12 17:14, renato fringuello wrote:
>
>> Hi, my name is renato and I'm trying to develope a player for Icecast
2012 Sep 24
3
Help
Hi, my name is renato and I'm trying to develope a player for Icecast
screams, how can I get some help?
I need to obtain all italian streams.
I hope someone answers.
Best
Renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20120924/cae0c048/attachment.htm
2012 Sep 24
3
Help
Hi, my name is renato and I'm trying to develope a player for Icecast
screams, how can I get some help?
I need to obtain all italian streams.
I hope someone answers.
Best
Renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20120924/cae0c048/attachment.htm
2010 Jun 02
8
Read error: #<TypeError: can't modify frozen string> raised from HttpParser
Hey guys,
Started running unicorn in a production server like two weeks ago.
It''s been running smoothly, but looking at the logs found 44
exceptions like this:
E, [2010-06-02T16:17:15.117071 #22680] ERROR -- : Read error:
#<TypeError: can''t modify frozen string>
E, [2010-06-02T16:17:15.117270 #22680] ERROR -- :
2012 Sep 27
2
Help
Hi,
On 27/09/12 12:45, renato fringuello wrote:
> I took some radios from yp.xml 2 days ago, but today someone (like
> http://streaming207.radionomy.com/AngeFM) answers to me :
> "The file you requested could not be found"
> what's the problem?
> They doesn't exist anymore? They are off now and they could be on later?
Yes, yp.xml is a snapshot of the streams that
2005 Mar 10
6
images from database + caching
Is the information in
http://wiki.rubyonrails.com/rails/show/HowtoUploadFiles on caching
images still the best way on how to cache images that are served from
the database?
I haven''t added time information to my image table yet, and the images
are sent after every single page view (even if it''s been downloaded
already).
Joe
2012 Jun 10
3
Apache mod_cache/mod_disk_cache...?
Is anybody using mod_cache/mod_disk_cache with Puppet? I found a post talking about it here (http://paperairoplane.net/?p=380) and I tried to implement it .. but I found that nothing was being cached. Near as I can tell, Apache refuses to cache any URL that has a query-string attached to it:
(http://httpd.apache.org/docs/2.2/caching.html)
> • If the URL included a query string (e.g. from a
2006 Aug 13
7
you can pass multiple parameters using link_to? anything bad
i just found out i can pass mutiple parameters from views like
<%= link_to doctype.name, :action => "show_towns", :id => doctype.name,
:id2 => doctype.id%>
silly me, i always had the impression that i could only pass 1. i guess
i dont have to use sessions after all for my site. is there anything
wrong with this?
basically instead of the user filling out
2008 Oct 07
4
Moving from one dns domain to another
My Rails 2.1 app is changing DNS domains. For example:
From: www.oldcompany.com
To: www.newcompany.com
The app uses Apache2, mongrel_cluster, MySQL.
I would like the existing users who visit www.oldcompany.com URLs to be:
1. Notified via an HTML page that the site has changed from oldcompany
to new company and then redirect them to newcompany.
This has to be done on the same server which gets
2004 Aug 06
2
Where'e the network interface doc's
I looked all over the icecast.org web site and I could not find any docs
on network protocol for connecting a client player to an icecast
server and receiving the audio.
Did I overlook it? Can somebody please point me to it?
tj
2006 Aug 24
3
Mousehole stuff
Hey everyone,
I''m using mousehole for the first time today (love the artwork, btw) and I
seem to be having problems with Camping and Markaby. When I go to the Apps
page I get:
Camping Problem! MouseHole::Controllers::RApps.GET TypeError
/Users/tzaharia/Sites/mouseHole/lib/mouseHole/views.rb:78:in `+'': can''t
convert String into Array:bla bla bla...
The line in question
2007 Mar 07
10
Long URLs - New to Mongrel
My rails web app (rails 1.2.1) uploads an image from a Java applet by
encoding it into the URL. This works fine when I''m using Webrick. I''m
trying out Mongrel today, and I''m getting an error in Safari that
says ?lost network connection? (NSURLErrorDomain:-1005). I get
something similar in Firefox. Is there a way to make Mongrel accept a
really long URL like