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
...
|
*
|
Don't fallback to utf8mb3 after MySQL 8.0.0
Ryuta Kamizono
2017-04-17
3
-10
/
+12
*
|
|
Merge pull request #28776 from kamipo/respect_limit_for_cache_key
Rafael França
2017-04-19
2
-8
/
+44
|
\
\
\
|
*
|
|
`cache_key` respects the limit in a relation even if a relation is not loaded
Ryuta Kamizono
2017-04-17
2
-8
/
+44
|
|
/
/
*
|
|
Add additional raise UnknownMigrationVersionError
bogdanvlviv
2017-04-19
2
-5
/
+12
*
|
|
Fix `bin/rails db:forward` first migration
bogdanvlviv
2017-04-19
2
-1
/
+11
*
|
|
Fix `extract_expression_for_virtual_column` for MariaDB
Ryuta Kamizono
2017-04-19
1
-1
/
+1
*
|
|
Use `quoted_scope` rather than `@config[:database]` to respect current database
Ryuta Kamizono
2017-04-19
1
-2
/
+3
*
|
|
Merge pull request #28161 from bogdanvlviv/add_test_attributes
Rafael França
2017-04-18
1
-0
/
+11
|
\
\
\
|
*
|
|
Add test for method `#attributes`
bogdanvlviv
2017-02-25
1
-0
/
+11
*
|
|
|
Fix the doc on the `IndexDefinition` [ci skip]
Ryuta Kamizono
2017-04-17
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Support Descending Indexes for MySQL
Ryuta Kamizono
2017-04-16
4
-4
/
+14
*
|
|
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
2
-4
/
+22
*
|
|
Merge pull request #28661 from bogdanvlviv/fix-dirty-attributes-if-override-a...
Aaron Patterson
2017-04-14
3
-0
/
+27
|
\
\
\
|
*
|
|
Fix inconsistency with changed attributes when overriding AR attribute reader
bogdanvlviv
2017-04-12
3
-0
/
+27
*
|
|
|
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
*
|
|
|
|
Add a test case for #20802
Ryuta Kamizono
2017-04-13
2
-0
/
+6
*
|
|
|
|
:scissors:
Ryuta Kamizono
2017-04-13
4
-4
/
+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
5
-15
/
+27
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #28721 from koic/oracle_does_not_support_limit_clause
Rafael França
2017-04-11
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix an AR test of relations_test when using Oracle
Koichi ITO
2017-04-11
1
-1
/
+1
*
|
|
|
|
|
exclude ORDER BY clause for exists? (#28699)
Boris Slobodin
2017-04-10
2
-1
/
+6
|
/
/
/
/
/
*
|
|
|
|
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
*
|
|
|
More exercise `exists?` tests
Ryuta Kamizono
2017-04-08
1
-5
/
+18
*
|
|
|
Passing in no arguments to the dynamic fixture accessor method returns all fi...
Kevin McPhillips
2017-04-07
3
-4
/
+49
*
|
|
|
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
3
-4
/
+4
|
/
/
/
*
|
|
Ignore AR tests of index comment when using Oracle
Koichi ITO
2017-04-05
1
-5
/
+9
*
|
|
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
*
|
|
|
Merge pull request #28029 from koic/empty_insert_statement_value_not_supported
Matthew Draper
2017-04-04
2
-0
/
+4
|
\
\
\
\
|
*
|
|
|
Raise NotImplementedError when using empty_insert_statement_value with Oracle
Koichi ITO
2017-02-17
2
-0
/
+4
|
|
/
/
/
*
|
|
|
Revert "Merge pull request #28598 from wnadeau/patch-1"
Rafael Mendonça França
2017-04-03
1
-1
/
+1
*
|
|
|
Remove CHANGELOG.md entry that appears in 5-1-stable
Jon Moss
2017-04-01
1
-9
/
+0
*
|
|
|
Merge pull request #28621 from koic/fix_failed_test_when_running_with_oracle
Eileen M. Uchitelle
2017-03-31
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Fix a failed AR test when running with OracleAdapter
Koichi ITO
2017-03-31
1
-0
/
+2
[prev]
[next]