aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/tree_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert unused code and re-using query annotation for `update_all` and `delete...Ryuta Kamizono2019-04-011-5/+0
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-0/+5
* Handle UPDATE/DELETE with OFFSET in ArelRyuta Kamizono2018-10-011-0/+5
* Handle DELETE with LIMIT in ArelRyuta Kamizono2018-09-301-0/+29
* Arel: :nodoc: allMatthew Draper2018-02-241-1/+1
* Arel: rubocop -aMatthew Draper2018-02-241-3/+4
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+37