You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Loading development environment (Rails 5.1.0.beta1) irb(main):001:0> conn = ActiveRecord::Base.connection => #<ActiveRecord::ConnectionAdapters::SQLite3Adapter:0x007fc602edbe60 @transaction_manager=#<ActiveRecord::ConnectionAdapters::TransactionManager:0x007fc602ec10d8 @stack=[], @connection=#<ActiveRecord::ConnectionAdapters::SQLite3Adapter:0x007fc602edbe60 ...>>, @query_cache={}, @query_cache_en
package main import ( "github.com/jrallison/go-workers" ) func myJob(message *workers.Msg) { // do something with your message // message.Jid() // message.Args() is a wrapper around go-simplejson (http://godoc.org/github.com/bitly/go-simplejson) } type myMiddleware struct{} func (r *myMiddleware) Call(queue string, message *workers.Msg, next func() bool) (acknowledge bool) { // do something before
Steps to reproduce I ran our full test run locally and while spring was warming up it printed a few deprecation warnings popped up. All of them showed the correct location except for raise_in_transactional_callbacks. raise_in_transactional_callbacks indeed exists in my application, it was added when migrating from Rails 4 to 5 and after reading this in the upgrade guide. I know I can just use ag o
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く