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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Refactor `indexes` things in connection adapters
Ryuta Kamizono
2017-04-16
6
-67
/
+114
*
|
Merge pull request #28767 from kamipo/rename_to_association_query_value
Andrew White
2017-04-15
3
-8
/
+9
|
\
\
|
*
|
Rename `association_query_handler.rb` to `association_query_value.rb`
Ryuta Kamizono
2017-04-15
3
-8
/
+9
*
|
|
Early return in `PredicateBuilder::ArrayHandler`
Ryuta Kamizono
2017-04-15
1
-4
/
+3
|
/
/
*
|
Move around AR::Dirty and fix _attribute method
Aaron Patterson
2017-04-14
1
-4
/
+0
*
|
Merge pull request #28661 from bogdanvlviv/fix-dirty-attributes-if-override-a...
Aaron Patterson
2017-04-14
1
-0
/
+4
|
\
\
|
*
|
Fix inconsistency with changed attributes when overriding AR attribute reader
bogdanvlviv
2017-04-12
1
-0
/
+4
*
|
|
Merge pull request #28715 from kamipo/convert_association_queries_to_poro_que...
Andrew White
2017-04-14
4
-60
/
+32
|
\
\
\
|
*
|
|
`AssociationQueryValue#queries` returns an array for more concise association...
Ryuta Kamizono
2017-04-11
2
-14
/
+7
|
*
|
|
Convert `PolymorphicArrayValue` to PORO queries
Ryuta Kamizono
2017-04-09
3
-28
/
+19
|
*
|
|
Convert `AssociationQueryValue` to PORO queries
Ryuta Kamizono
2017-04-09
2
-35
/
+23
*
|
|
|
:scissors:
Ryuta Kamizono
2017-04-13
2
-2
/
+1
*
|
|
|
Merge pull request #28726 from matthewd/transaction-locking
Matthew Draper
2017-04-13
3
-52
/
+70
|
\
\
\
\
|
*
|
|
|
Add comprehensive locking around DB transactions
Matthew Draper
2017-04-11
3
-52
/
+70
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #28712 from kamipo/tweaks_28678
Andrew White
2017-04-12
1
-4
/
+5
|
\
\
\
\
|
*
|
|
|
Tweaks #28678
Ryuta Kamizono
2017-04-09
1
-4
/
+5
*
|
|
|
|
Use a query that's compatible with PostgreSQL 9.2
Matthew Draper
2017-04-12
1
-7
/
+11
|
|
/
/
/
|
/
|
|
|
*
|
|
|
exclude ORDER BY clause for exists? (#28699)
Boris Slobodin
2017-04-10
1
-1
/
+1
*
|
|
|
Merge pull request #28713 from kamipo/expose_queries_for_association_queries
Matthew Draper
2017-04-10
2
-48
/
+44
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Expose `queries` for `AssociationQueryValue` and `PolymorphicArrayValue`
Ryuta Kamizono
2017-04-09
2
-21
/
+25
|
*
|
Avoid to handle polymorphic association for `AssociationQueryHandler`
Ryuta Kamizono
2017-03-28
2
-29
/
+21
*
|
|
Merge pull request #28678 from hedgesky/use_formatted_number_as_schema_version
Rafael França
2017-04-08
1
-1
/
+9
|
\
\
\
|
*
|
|
use formatted number as schema version
Anton Chuchkalov
2017-04-05
1
-1
/
+9
|
|
|
/
|
|
/
|
*
|
|
Extract `construct_relation_for_exists` in `FinderMethods`
Ryuta Kamizono
2017-04-09
1
-12
/
+15
*
|
|
Passing in no arguments to the dynamic fixture accessor method returns all fi...
Kevin McPhillips
2017-04-07
1
-4
/
+25
|
/
/
*
|
Merge pull request #28057 from eugeneius/clear_active_connections
Matthew Draper
2017-04-04
1
-0
/
+8
|
\
\
|
*
|
Clear active connections after initialization
Eugene Kenny
2017-02-17
1
-0
/
+8
*
|
|
Revert "Merge pull request #28598 from wnadeau/patch-1"
Rafael Mendonça França
2017-04-03
1
-1
/
+1
*
|
|
Add missing backtick to deprecation message
yuuji.yaginuma
2017-03-31
1
-1
/
+1
*
|
|
Fix example usage of ActiveRecord::Base.establish_connection
Simon Dawson
2017-03-30
1
-1
/
+1
*
|
|
Merge pull request #28592 from htanata/ar_relation_inspect_should_not_load_al...
Rafael França
2017-03-29
1
-1
/
+3
|
\
\
\
|
*
|
|
Load only needed records on ActiveRecord::Relation#inspect
Hendy Tanata
2017-03-28
1
-1
/
+3
|
|
|
/
|
|
/
|
*
|
|
FinderMethods#fourty_two docs cite proper source
Winfred Nadeau
2017-03-29
1
-1
/
+1
*
|
|
Merge pull request #28478 from kamipo/fix_primary_keys_across_multiple_schemas
Andrew White
2017-03-29
1
-9
/
+7
|
\
\
\
|
*
|
|
Fix `primary_keys` across multiple schemas
Ryuta Kamizono
2017-03-20
1
-9
/
+7
*
|
|
|
Merge pull request #28052 from kamipo/make_internal_methods_to_private
Rafael França
2017-03-28
11
-184
/
+180
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Make internal methods to private
Ryuta Kamizono
2017-03-27
11
-184
/
+180
*
|
|
|
Merge pull request #28488 from kamipo/preprocess_association_query_handling
Rafael França
2017-03-27
1
-13
/
+8
|
\
\
\
\
|
*
|
|
|
Always need to extract `value.bound_attributes` if `value.is_a?(Relation)`
Ryuta Kamizono
2017-03-25
1
-3
/
+1
|
*
|
|
|
Preprocess association query handling in predicate builder
Ryuta Kamizono
2017-03-20
1
-11
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #27636 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-03-27
2
-4
/
+49
|
\
\
\
\
|
*
|
|
|
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
2
-4
/
+49
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Fixes #28359
Philippe Guay
2017-03-26
2
-3
/
+8
|
/
/
/
*
|
|
Move comment to inside the method [ci skip]
Fumiaki MATSUSHIMA
2017-03-23
1
-1
/
+1
*
|
|
Remove `CollectionProxy#uniq`
Ryuta Kamizono
2017-03-23
1
-4
/
+0
*
|
|
Merge pull request #28526 from kamipo/fix_log_subscriber_to_allow_legacy_binds
Rafael França
2017-03-22
2
-19
/
+14
|
\
\
\
|
*
|
|
Fix `LogSubscriber` to allow legacy `binds`
Ryuta Kamizono
2017-03-23
2
-19
/
+14
*
|
|
|
[PostgreSQL]: Replace deprecated PG constants.
Lars Kanis
2017-03-22
6
-17
/
+17
|
/
/
/
*
|
|
Start Rails 5.2 development
Matthew Draper
2017-03-22
2
-3
/
+6
*
|
|
Fix where_clause#except with specific where value
John Hawthorn
2017-03-20
1
-2
/
+2
[prev]
[next]