aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen_string_literal in all files in arelRafael Mendonça França2017-02-131-0/+1
|
* Remove deprecated type cast support in ArelRafael Mendonça França2016-12-291-2/+0
|
* Deprecate automatic type casting within ArelSean Griffin2014-12-261-0/+2
| | | | | | | | Rails now performs all casting eagerly, before passing the value into Arel. Once we remove this, the code on both sides will be simplified greatly. Ideally, we can provide the appropriate public APIs on the Rails side to ease this transition for library authors who depend on this behavior.
* bind visitor working with collector objectAaron Patterson2014-04-081-0/+9
|
* Removed deprecated `Arel::Sql::Engine` and make use of `FakeRecord::Base` ↵Vipul A M2014-02-101-1/+1
| | | | inplace directly for test helper.
* deprecating "insert"Aaron Patterson2010-12-021-1/+1
|
* renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-181-0/+13