aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/collectors
Commit message (Expand)AuthorAgeFilesLines
* Remove encoding utf-8 magic commentKoichi ITO2017-08-091-1/+0
* Add a collector to grab the bind values off the ASTSean Griffin2017-07-212-0/+56
* Ensure `ToSql` collector returns a UTF-8 stringSean Griffin2017-07-211-1/+1
* Refactor `substitute_binds` to perform substitution immediatelySean Griffin2017-07-211-19/+10
* Add a value field `Nodes::BindParam`Sean Griffin2017-07-211-1/+1
* Rename `Collectors::Bind`Sean Griffin2017-07-211-1/+1
* Enable frozen_string_literal in all files in arelRafael Mendonça França2017-02-133-1/+4
* Add order to BindParams in the ToSql collectorSean Griffin2014-11-171-1/+7
* Collectors: Introduce PlainString and make use of it in SQLStringJiri Pospisil2014-06-142-14/+21
* add a compile method to the collectorsAaron Patterson2014-04-092-0/+8
* adding a bind value collectorAaron Patterson2014-04-092-4/+33
* fixing some tests in to_sqlAaron Patterson2014-04-081-0/+2
* initial commit for collector implementationAaron Patterson2014-03-251-0/+26