index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
table_metadata.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-1
/
+5
*
Reduce allocation in `resolve_column_aliases`.
Guo Xiang Tan
2015-09-08
1
-5
/
+5
*
Use Hash[] instead of Hash#dup in resolve_column_aliases
Rafael Mendonça França
2015-09-07
1
-1
/
+3
*
Revert the behavior of association names and `where` to be closer to 4.2
Sean Griffin
2015-06-27
1
-1
/
+1
*
Respect custom primary keys for associations in `Relation#where`
Sean Griffin
2015-02-04
1
-0
/
+1
*
Use an `Attribute` object to represent a bind value
Sean Griffin
2015-01-27
1
-4
/
+3
*
Go through normal `where` logic in `AssociationScope`
Sean Griffin
2015-01-26
1
-1
/
+1
*
Expand the number of types which can use prepared statements
Sean Griffin
2015-01-24
1
-0
/
+3
*
Move `create_binds` over to the `PredicateBuilder`
Sean Griffin
2015-01-19
1
-0
/
+6
*
Extract an explicit type caster class
Sean Griffin
2014-12-29
1
-32
/
+1
*
Rely on the injectable type caster for `arel_table`
Sean Griffin
2014-12-29
1
-49
/
+13
*
Fall back to type casting from the connection adapter
Sean Griffin
2014-12-26
1
-2
/
+70
*
Perform casting of single values within the predicate builder
Sean Griffin
2014-12-26
1
-0
/
+6
*
Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`
Sean Griffin
2014-12-26
1
-0
/
+46