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
*
Avoid redundant `attribute_alias?` before `attribute_alias`
Ryuta Kamizono
2019-04-24
1
-3
/
+3
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-4
/
+1
*
Avoid extra calls to to_s
Daniel Colson
2018-01-29
1
-1
/
+1
*
Fix expanding an array of `composed_of` objects which have multiple mappings
Ryuta Kamizono
2018-01-29
1
-0
/
+8
*
Refactor delegating `join_primary_key` instead of `join_keys` and `associatio...
Ryuta Kamizono
2018-01-01
1
-2
/
+1
*
Changed join_fk private method to join_foreign_key public method
chopraanmol1
2017-08-09
1
-5
/
+1
*
Currently if relation object are passed to where condition for has one or has...
chopraanmol1
2017-08-08
1
-1
/
+5
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Adds .to_s to table_name call
Nick LaMuro
2017-01-06
1
-1
/
+1
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
Merge pull request #26282 from kamipo/add_type_default_value
Sean Griffin
2016-08-31
1
-1
/
+1
|
\
|
*
Add `Type.default_value` and use it everywhere for internal
Ryuta Kamizono
2016-08-26
1
-1
/
+1
*
|
Switch back to `Hash.dup`
Ryuta Kamizono
2016-08-28
1
-3
/
+1
|
/
*
Do not handle as an associated predicate if a table has the column
Ryuta Kamizono
2016-08-16
1
-0
/
+4
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
Correctly return `associated_table` when `associated_with?` is true
Ryuta Kamizono
2016-07-10
1
-3
/
+3
*
Fix `has_one` `enum` `where` queries
Jon Moss
2016-05-26
1
-1
/
+2
*
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