Michael Grosser
Michael Grosser
``` AirbrakeAPI.configure(xxx) AirbrakeAPI.errors # works AirbrakeAPI.errors(project_id: foo) Kaboom ... returns weird html instead of xml :/ ``` @stve time to switch to api v3 ?
when i remove searchlogic gem everything is fine... Shop.featured_message_blocked is a boolean column that in this case should be false - User.first.shop.featured_message_blocked -> false - User.first.shop.send(:featured_message_blocked) -> [](-> makes check_boxes...
I came here from https://github.com/rbenv/rbenv/issues/1223 :trollface:
PR welcome ... see https://github.com/rtomayko/rack-cache/pull/135 basically needs some tmp object we can write to and then read from so we avoid that double read bug ... should be a nice...
I'd like to "bring my own cache". - Why are there so many cache-implementation-reinventions ? - Why do I have to build something rack-specific just to get some caching ?...
@rtomayko
Would you be ok with adding a fake rails app so tests can run from anywhere ?
``` brew install https://raw.github.com/mzsanford/homebrew/libcld/Library/Formula/libcld.rb Error: Non-checksummed download of libcld formula file from an arbitrary URL is unsupported! `brew extract` or `brew create` and `brew tap-new` to create a formula file...
script/rails generate mongration migrate_category_ids_to_category_id Could not find generator mongration.
just tried to use it, but only got xpath failure: ReferenceError: alert is not defined WARNIING: [Thu Mar 25 2010 15:19:48 GMT+0100 (CET)] {ENVJS} could not load script http://example.com/javascripts/scriptaculous.js?1269513576: alert...