aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/casted.rb
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate the duplicated code that building range predicateRyuta Kamizono2019-01-081-0/+4
| | | | | This slightly change the code in the Arel to allow +/-INFINITY as open ended since the Active Record expects that behavior. See 5ecbeda.
* Arel: :nodoc: allMatthew Draper2018-02-241-1/+1
|
* Arel: rubocop -aMatthew Draper2018-02-241-11/+12
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+45