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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass over changelogs [ci skip]
Vipul A M
2016-08-10
1
-2
/
+5
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-3
/
+3
*
Use `FETCH FIRST` for Oracle12 database and Arel Oracle12 visitor
Yasuo Honda
2016-08-08
2
-4
/
+4
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
20
-25
/
+25
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
9
-41
/
+43
*
Merge pull request #26076 from yui-knk/privatize_expand
Kasper Timm Hansen
2016-08-07
1
-10
/
+10
|
\
|
*
`ActiveRecord::PredicateBuilder#expand` to be private
yui-knk
2016-08-07
1
-10
/
+10
*
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
25
-27
/
+0
|
/
*
Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_node
Sean Griffin
2016-08-06
4
-13
/
+11
|
\
|
*
Revert passing arel node with splat binds for `where`
Ryuta Kamizono
2016-08-06
2
-3
/
+5
|
*
Don't passing a nil value to `case_sensitive_comparison`
Ryuta Kamizono
2016-08-06
3
-13
/
+9
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
78
-207
/
+143
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
183
-6777
/
+6774
*
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
23
-99
/
+89
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
202
-2408
/
+2404
*
|
applies new string literal convention to the rest of the project
Xavier Noria
2016-08-06
4
-66
/
+66
*
|
applies new string literal convention in the gemspecs
Xavier Noria
2016-08-06
1
-15
/
+15
*
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
280
-5678
/
+5678
*
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
118
-840
/
+840
*
|
Merge pull request #25998 from kamipo/enum_with_alias_attribute
Eileen M. Uchitelle
2016-08-06
2
-5
/
+22
|
\
\
|
|
/
|
/
|
|
*
Fix `enum` with `alias_attribute`
Ryuta Kamizono
2016-07-31
2
-5
/
+22
*
|
Merge pull request #25665 from kamipo/remove_unused_table_arg
Eileen M. Uchitelle
2016-08-05
1
-5
/
+5
|
\
\
|
*
|
Remove unused `table` arg for `UniquenessValidator#scope_relation`
Ryuta Kamizono
2016-07-18
1
-5
/
+5
*
|
|
Merge pull request #26051 from kamipo/make_name_and_binds_to_optional_args
Eileen M. Uchitelle
2016-08-05
3
-6
/
+6
|
\
\
\
|
*
|
|
Make `name` and `binds` to optional args for `exec_{insert,update,delete}`
Ryuta Kamizono
2016-08-04
3
-6
/
+6
*
|
|
|
Don't assume all hashes are from multiparameter assignment in `composed_of`
Sean Griffin
2016-08-05
4
-2
/
+17
*
|
|
|
Leave internal pgsql name intact as const reference
David Heinemeier Hansson
2016-08-04
1
-2
/
+2
*
|
|
|
The problem isn't the detection but the deadlock itself
David Heinemeier Hansson
2016-08-04
5
-10
/
+10
|
/
/
/
*
|
|
Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classes
Rafael Mendonça França
2016-08-03
5
-26
/
+57
|
\
\
\
|
*
|
|
Introduce new ActiveRecord transaction error classes
Erol Fornoles
2016-05-24
5
-26
/
+57
*
|
|
|
Merge pull request #26026 from kamipo/tx_serialization_error_should_inherit_s...
Rafael França
2016-08-03
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
`TransactionSerializationError` should inherit `StatementInvalid` for backwar...
Ryuta Kamizono
2016-08-02
1
-1
/
+1
*
|
|
|
|
Avoid duplicated `set_inverse_instance` for target scope
Ryuta Kamizono
2016-08-03
3
-23
/
+16
*
|
|
|
|
Merge pull request #26022 from kamipo/remove_unnecessary_set_inverse_instance
Kasper Timm Hansen
2016-08-02
1
-6
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Remove unnecessary `set_inverse_instance` in finder methods
Ryuta Kamizono
2016-08-02
1
-6
/
+2
|
|
/
/
/
/
*
|
|
|
|
Remove extra connection pool creation
Arthur Neves
2016-08-02
1
-1
/
+0
*
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-08-02
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix documentation of `index` option for the `add_reference` method [ci skip]
Prathamesh Sonpatki
2016-07-16
1
-1
/
+1
*
|
|
|
|
Remove unnecessary methods for `NullRelation`
Ryuta Kamizono
2016-07-29
1
-29
/
+7
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #25941 from kamipo/finder_methods_uses_load_target
Rafael França
2016-07-28
3
-5
/
+7
|
\
\
\
\
|
*
|
|
|
`FinderMethods` uses `records` (`load_target`) when `loaded?` is true
Ryuta Kamizono
2016-07-28
3
-5
/
+7
*
|
|
|
|
Merge pull request #25940 from kamipo/fix_collection_proxy_load
Rafael França
2016-07-28
2
-0
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
Fix to `CollectionProxy#load` does `load_target`
Ryuta Kamizono
2016-07-25
2
-0
/
+14
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #25937 from kamipo/remove_prepare_binds_for_database
Rafael França
2016-07-28
4
-8
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Remove `prepare_binds_for_database` internal method
Ryuta Kamizono
2016-07-28
4
-8
/
+4
*
|
|
|
|
|
Merge pull request #25340 from kamipo/prevent_table_comment_query
Rafael França
2016-07-28
3
-7
/
+17
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Prevent `table_comment` query if a table doesn't have a comment
Ryuta Kamizono
2016-06-10
3
-7
/
+17
*
|
|
|
|
|
|
Merge pull request #25974 from kamipo/avoid_calling_current_database_in_table...
Rafael França
2016-07-28
1
-2
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Avoid calling `current_database` in `table_comment`
Ryuta Kamizono
2016-07-28
1
-2
/
+4
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
/
|
|
|
|
|
`@quoted_{column,table}_names` should cache a frozen string
Ryuta Kamizono
2016-07-28
3
-5
/
+5
|
/
/
/
/
/
/
[next]