aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/bind_param.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `unboundable?` rather than `boundable?`Ryuta Kamizono2019-01-181-2/+2
* Consolidate the duplicated code that building range predicateRyuta Kamizono2019-01-081-0/+4
* Checking boundable not only `IN` clause but also `NOT IN` clauseRyuta Kamizono2018-11-031-0/+4
* Revert a writer for `BindParam#value`Ryuta Kamizono2018-09-091-1/+1
* Arel: :nodoc: allMatthew Draper2018-02-241-1/+1
* Arel: rubocop -aMatthew Draper2018-02-241-0/+1
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+27