-
The simplest way:
- user connects controller device to postprocessing workstation directly (ethernet crossover cable link)
- dhcp server on controller device assigns user ip
- controller device dhcp s…
-
curl -X GET -H "Content-Type: application/json" -d '' https://api.giv2giv.org/api/charity/311.json
{"message":"undefined method `activity_tag_name' for #Api::CharityController:0x007f2a6cff54b8"}
-
To support some of the automatic routing ideas, we need machine-readable location times in the database. The quick way to do this would be to add another `times` column to the `locations` table, per…
-
This issue continues the discussion that started in [this issue](https://github.com/msgpack/msgpack/issues/121), which has grown interminably long.
- [Here is the link](https://gist.github.com/frsyuki…
-
When adding a pdf file with an accent or with a special caracter like ° or a space, the name is not escaped when given to imageconverter and the conversion process fails silentely.
-
Pretty simple case here, given an activerecord model called `photo` with `reverse_geocoded_by :lat, :lng`...
```
photo.nearbys
```
...works as expected, but if you pass a limit it does not work:
``…
-
The following won't start up when async-rack is required.
I pried around a little in async-rack's source. Something is messing up in its autoloading.
``` ruby
require 'sinatra'
require 'sinatra/sync…
-
Hi, I'm pointing to master branch in my rails application Gemfile, I've already setup in my initializer file
Resque::Scheduler.dynamic = true
Then in my application I'm trying to schedule some simpl…
-
I can invoke the following code just fine but when I try to use set_schedule I get the NoMethodError:
Works: Resque.enqueue(Eat, params[:food])
Doesn't work:
Resque.set_schedule("1", {
:cr…