How do you test web applications? You can use Selenium, but Selenium is very heavy.
I tried wget.
To find out what exactly to send to the app, I started Firebug inside Firefox, went to the “Network” section and recorded what I would do, to see, whether the application works. Then I took the accessed URLs together with the parameters and first tried to send them manually from the command line.
Read on
Auch dieses Jahr ist Sourcepole an der deutschsprachigen FOSSGIS-Konferenz vertreten. Die FOSSGIS 2010 findet vom 2.-5. März 2010 in Osnabrück statt.
Sourcepole ist mit drei Vorträgen vertreten:
GIS mit Ruby on Rails Performance und Verfügbarkeit von WMS-Servern SpatiaLite, das Shapefile der Zukunft? Vorinformation: Die internationale Open Source GIS-Konferenez FOSS4G findet dieses Jahr vom 6.-9. September 2010 in Barcelona statt.
Read on
Since upgrading to Karmic I had the problem under Ubuntu that SIP calls under Twinkle would start get all chopped up every few minutes.
Turns out it’s NetworkManager that scans the wireless spectrum every two minutes for networks even if you are allready connected to some AP.
While people seem to be fixing the problem in the proper way, by making scanning interfere less with an active connection, there’s a good soul that provides patched versions of NetworkManager that gives up scanning while there’s an active connection to an AP.
Read on
It can be integrated in any Rack based appication. Sample configuration for Ruby on Rails:
config.middleware.use Rack::Monitor, :url => '/rack_status', :watch => ['/', '/ping'] The collected statistical values can be accessed at /rack_status. It is recommended to limit access to this path with our contributed middleware Rack::Access from rack-contrib.
Sample munin output:
Read on