Patrick Mulder
Patrick Mulder
The idea of this PR is a way to get JSON into the browser. This might be interesting when designing views for data that is loaded with Ajax, e.g some...
Using the Clogger middleware (http://rubydoc.info/gems/clogger/1.2.0/frames ) it's easy to monitor HTTP traffic to the static file server. This basic proposal results into logged data as: $ catapult server >> Thin...
It would be great to have a basic bower json file to pull in JS dependencies, e.g.: { "name" : "lib", "version": "0.1", "dependencies" : { "jquery" : "latest", "underscore"...
Hi, I wanted to ping whether there are needs to improve the tests for this project. Some issues/ideas: - add integration tests with e.g. cucumber or capybara - split test...
In order to make integration of different ORM setups easier (ActiveRecord, ActiveModel, Redis, .. ), a first step might be to separate the environments for Sinatra and Rails. I did...
I observe the following: pmu:tmp pmu$ mkdir api pmu:tmp pmu$ cat > api/posts.json [ "123" ] pmu:tmp pmu$ canned starting canned on port 3000 for ./ request: get /api/posts.json /usr/local/share/npm/lib/node_modules/canned/lib/response.js:17...
Hi, this looks very interesting, and it might be interesting for my meetup group munich-arduino.de to introduce this. Do you have a video or something which could show how to...
Hi Addy, first, thanks for your Backbone-boilerplate examples and your writings on BackboneJS. I am learning a lot from these. I have adapted your Rails example, which uses the Gem...
Hello, I would like to capture the header data from a response. In the curl documentation I think it should be possible by using HEADERDATA and I found an example...
Hello, I would like to run/experiment with code in libraries from a Jupyter notebook. The documentation to load a library foo.so or foo.a is unclear to me. Do you have...