| bio | website | |
|---|---|---|
| location | Germany | |
| age | 26 | |
| visits | member for | 2 years, 4 months |
| seen | Apr 29 at 14:23 | |
| stats | profile views | 88 |
|
Mar 11 |
answered | Passenger: internal server error |
|
Mar 11 |
comment |
Passenger: internal server error I have the same problem after updating to ruby 2 and passenger 4.0rc4. my rails project starts fine, but my sinatra project has exactly the same problem. seems to be something in combination with sinatra. |
|
Mar 11 |
awarded | Caucus |
|
Mar 11 |
answered | Read and write YAML files without destroying anchors and aliases |
|
Feb 21 |
awarded | Custodian |
|
Feb 21 |
reviewed | No Action Needed Clojure form to string |
|
Feb 14 |
revised |
How implement a “observer” in Jquery without plugins? update for recent jquery version |
|
Feb 1 |
awarded | Revival |
|
Jan 26 |
awarded | Yearling |
|
Jan 25 |
comment |
“Safe” markdown processor for PHP? this does not protect against [link](javascript:alert('xss'))! |
|
Jan 24 |
comment |
How can I always log the IP with logger? I don't see this being a duplicate, since the question is not about how to get the ip address, but how to always log it. |
|
Jan 23 |
asked | ruby yaml dump: how to prevent alias dereferencing? |
|
Jan 21 |
accepted | How can I always log the IP with logger? |
|
Jan 19 |
accepted | sinatra config.ru: what is the configure block for? |
|
Jan 19 |
comment |
sinatra config.ru: what is the configure block for? I just found the source, and it really does nothing more than yielding the block with itself as an argument. So it's only a matter of style. |
|
Jan 19 |
revised |
How can I always log the IP with logger? deleted 15 characters in body |
|
Jan 19 |
comment |
How can I always log the IP with logger? added a helper based on your answer to my question. do you see room for improvement? |
|
Jan 19 |
revised |
How can I always log the IP with logger? added method based on theTinMan's answer |
|
Jan 19 |
comment |
How can I always log the IP with logger? @theTinMan but some ip address must be there, since something triggered a request. that should be logged. And in the threads you linked I see no way to have the ip outputted by default. |
|
Jan 19 |
comment |
How can I always log the IP with logger? where do these logs go to? Can this be a seperate logfile ( logs/sinatra.log) besides of the regular output? and I would have to define a method for each severity (info error warn etc) or to make the method accept two arguments (severity + msg), so something like log(:info,'msg') would work ... okey, is an idea. |