Steve Lawson

Results 3 issues of Steve Lawson

- Eliminates a .send() call to a private method - Fixes: https://github.com/pivotal/desert/issues#issue/9 and https://github.com/pivotal/desert/issues#issue/10

In versions beyond 2.3.2 (not sure exactly which one - definitely by 2.3.8) sanitize_sql expects to be operating on a subclass of ActiveRecord::Base. The attempt to call the method directly...

We have a Rails application that runs on-premise in Windows VDI environments where SQL Server is always the DB of choice. We'd like to upgrade from Rails 4 to 5,...

feature