aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/from_clause.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-8/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* activerecord: reuse immutable objectsTamir Duberstein2016-01-041-1/+1
* docs, :nodoc: `FromClause`, `QueryAttribute` and `WhereClauseFactory`.Yves Senn2015-10-131-1/+1
* Use an `Attribute` object to represent a bind valueSean Griffin2015-01-271-1/+1
* Unify access to bind values on RelationSean Griffin2015-01-271-1/+1
* Move the `from` bind logic to a `FromClause` classSean Griffin2015-01-261-0/+32