Displaying 5 results from an estimated 5 matches for "sec10".
Did you mean:
sec1
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
2011 Mar 10
1
Can anyone help me understand Apache Errors?
LogWatch reports items like:
Connection attempts using mod_proxy:
83.167.123.83 -> 205.188.251.1:443: 1 Time(s)
83.167.123.83 -> 64.12.202.36:443: 2 Time(s)
Requests with error response codes
403 Forbidden
205.188.251.1:443: 1 Time(s)
64.12.202.36:443: 2 Time(s)
404 Not Found
//jmx-console/HtmlAdaptor: 1 Time(s)
/VINT_1984_THINK_DIFFERENT: 1 Time(s)
2007 Jan 03
0
`ActionController::Base#render :nothing => true` still whines about "missing template"
...error about "missing
template bar.rhtml". Is this a bug?
(The solution eventually was `render :text => ''''`, but it really seems
like a hack and that `render => :nothing` should have been the valid
solution)
-Chris
[1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html - "204 No
Content: The server has fulfilled the request but does not need to
return an entity-body"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to thi...
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