-
Recent Posts
Recent Comments
- James on Migrating big applications from Rails 2 to Rails 3
- David on The Ruby C API – Basics
- 各种MQ比较-老娘舅 on A quick message queue benchmark: ActiveMQ, RabbitMQ, HornetQ, QPID, Apollo…
- Chris on A quick message queue benchmark: ActiveMQ, RabbitMQ, HornetQ, QPID, Apollo…
- Andy on How to read one non-blocking key press in Ruby
Archives
Categories
Meta
Author Archives: Muriel Salvan
Failure at piloting external processes stdin and stdout using Ruby on Windows
I have always tried to be a polyglot programmer, and also poly-platform one. I have always cherished the idea my softwares could run on any OS. My main development environments for most of my Ruby projects are Windows (XP and … Continue reading
How to access a GIT repository over authenticated HTTP
Hi My second headache for today was brought by GIT. I have a simple Apache server providing a restricted access (basic HTTP authentication) on a GIT repository. From my local terminal, I just wanted to access the repository using: git … Continue reading
How to make RewriteCond work with sub-directories needing HTTP authentication
I almost spent 10 minutes trying to figure out a title for this post, as the problem I stumbled upon today is not easy to describe 😉 In a basic Apache environment, I have a rewrite rule routing every incoming … Continue reading
How to install reCaptcha on your MediaWiki
Lately I just ran into heavy spamming among all my MediaWiki’s wikis. It first began with plain anonymous spamming (I wanted to leave anonymous editing available), then I forced account creation, then spammers were automating new account registrations before updating … Continue reading
No more STATUS_ACCESS_VIOLATION on Cygwin under Windows7
I recently reinstalled Cygwin 1.7.9-1 on a Windows7 Ultimate edition (64bits), and like many many people, I ran into the problems of randomly thrown exceptions by xterm and alike processes. For example when starting xterm: When googling, some people seem … Continue reading
How to make a customized Ruby on Rails server work on a hosted shared environment ?
Hi Some of my servers are hosted on Planethoster (shared environment). So far it has been a nice experience, except that their customer support’s technical competencies can vary a lot depending on who gets to help you there. Regarding their … Continue reading
How to make Apache route all requests except some directories ?
Hi Some context might help: You have an Apache running environment, on which you are not root (therefore no access to the global Apache config). Typically the kind of hosted shared environment. You have full control on the files stored … Continue reading
Test Title: The Big Jump
So here it is: my first post on this blog. Usually it comes down to “Test Title” and “Test Content“. I will try to make it more interesting by introducing the purpose of this blog and giving some details about … Continue reading