Hard work by INTERNET

ベンチャーで働くひとりぼっちWEB開発者が頑張るブログ

2016-09-22から1日間の記事一覧

ActiveRecord exec_query fail for nonselect requests

github.com 本文 non select クエリーを exec_query#ActiveRecordで実行すると失敗する。 ActiveRecord::Base.connection.exec_query( 'update orders set id=1 where id=1' ) これのようなnon select クエリーを実行。 NoMethodError: undefined method `fi…

restartタスクの中でrailsコマンドを使え

github.com Be consistent in testing outputs from railties test and use /bin/rails by vipulnsward · Pull Request #23212 · rails/rails · GitHub に関連する。