1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Rafael Mendonça França
c2bc569d2d
Enable frozen_string_literal in all files in arel 2017-02-13 16:03:32 -03:00
Rafael Mendonça França
1e24cd4525
Remove deprecated type cast support in Arel 2016-12-29 01:14:51 -05:00
Sean Griffin
008445d6fd Deprecate automatic type casting within Arel
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.
2014-12-26 18:02:56 -07:00
Aaron Patterson
05b5bb1227 bind visitor working with collector object 2014-04-08 12:03:52 -07:00
Vipul A M
a09c9f0617 Removed deprecated Arel::Sql::Engine and make use of FakeRecord::Base inplace directly for test helper. 2014-02-10 19:42:39 -02:00
Aaron Patterson
baa660f62b deprecating "insert" 2010-12-02 14:01:08 -08:00
Aaron Patterson
15f2b27c6d renaming test_helper to helper so that it is not double required 2010-10-18 16:54:50 -07:00
Renamed from test/test_helper.rb (Browse further)