Tymon Tobolski
Tymon Tobolski
Meh, I read my post again - please forget it. I'll prepare something serious for docs :)
``` ruby api = Her::API.new api.setup :url => "http://some.api.com" do |c| ... c.use :http_cache, Rails.cache, :logger => Rails.logger # from faraday-http-cache gem c.adapter Faraday.default_adapter end class Post include Her::Model uses_api...
@dantuck The best way would be to just try it, and when you do please let us know if everything works fine 🙏
@ShaneKilkelly Can you share what are the issues with ETS backend? I've noticed it's guarded by single GenServer process for both reads and writes - maybe allowing concurrent ETS reads...
Just curious @liveforeverx, what more do you need besides: ``` ex stream |> Stream.map(&Poison.decode!/1) ``` ? JSON stream is usually one document per line (with all "\n" escaped)
Thanks for adding tesla to the list! 💃 The simplest integration would be via middleware: ```ex defmodule Appsignal.Tesla do import Appsignal.Instrumentation.Helpers, only: [instrument: 3] def call(env, next, opts) do verb...
@yordis wdyt of this as an idea?
Thanks :) You can use namespace for that but currently it's impossible to get the same syntax as in rails. Wys³ane z iPhone'a Dnia 23 wrz 2012 o godz. 00:39...
I might find some time to make that possible but I can't promise anything. Wysłane z iPhone'a Dnia 23 wrz 2012 o godz. 00:47 billyfordon [email protected] napisał(a): OK. I guess...
Well, I'm actually a full time rails developer and from my experience sometimes you really want more than one level. If you could make a pull request with feature it...