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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Remove useless test case
Ryuta Kamizono
2017-04-26
2
-13
/
+0
|
|
/
/
*
/
/
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
22
-133
/
+94
|
/
/
*
|
Merge pull request #28828 from kamipo/fix_extending_modules_on_association
Rafael França
2017-04-25
1
-0
/
+5
|
\
\
|
*
|
Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`
Ryuta Kamizono
2017-04-22
1
-0
/
+5
*
|
|
Merge pull request #28831 from kamipo/respond_to_missing_should_be_private
Rafael França
2017-04-25
2
-6
/
+1
|
\
\
\
|
*
|
|
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
2
-6
/
+1
|
|
/
/
*
|
|
Fix MigratorTest#test_migrator_verbosity
bogdanvlviv
2017-04-26
1
-1
/
+1
*
|
|
Merge pull request #28853 from kamipo/replace_regexp_z
Rafael França
2017-04-25
3
-14
/
+14
|
\
\
\
|
*
|
|
Replace \Z to \z
Ryuta Kamizono
2017-04-24
3
-14
/
+14
|
|
/
/
*
/
/
Remove checks for Enumerator#size method
Eugene Kenny
2017-04-25
2
-18
/
+12
|
/
/
*
|
Don't attempt to create a new record that was already created.
Isaac Betesh
2017-04-20
2
-0
/
+27
*
|
Prevent double firing the before save callback of new object when the parent ...
Ryuta Kamizono
2017-04-21
1
-2
/
+16
*
|
Merge pull request #28681 from runephilosof/fix-mysql-grant
Rafael Mendonça França
2017-04-20
1
-1
/
+1
|
\
\
|
*
|
Fix quoting in db:create grant all statement.
Rune Schjellerup Philosof
2017-04-20
1
-1
/
+1
*
|
|
Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0
Rafael França
2017-04-19
1
-2
/
+2
|
\
\
\
|
*
|
|
Don't fallback to utf8mb3 after MySQL 8.0.0
Ryuta Kamizono
2017-04-17
1
-2
/
+2
*
|
|
|
Merge pull request #28776 from kamipo/respect_limit_for_cache_key
Rafael França
2017-04-19
1
-2
/
+28
|
\
\
\
\
|
*
|
|
|
`cache_key` respects the limit in a relation even if a relation is not loaded
Ryuta Kamizono
2017-04-17
1
-2
/
+28
|
|
/
/
/
*
|
|
|
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
*
|
|
|
Support Descending Indexes for MySQL
Ryuta Kamizono
2017-04-16
1
-1
/
+5
*
|
|
|
Move around AR::Dirty and fix _attribute method
Aaron Patterson
2017-04-14
1
-0
/
+22
*
|
|
|
Merge pull request #28661 from bogdanvlviv/fix-dirty-attributes-if-override-a...
Aaron Patterson
2017-04-14
1
-0
/
+19
|
\
\
\
\
|
*
|
|
|
Fix inconsistency with changed attributes when overriding AR attribute reader
bogdanvlviv
2017-04-12
1
-0
/
+19
*
|
|
|
|
Add a test case for #20802
Ryuta Kamizono
2017-04-13
2
-0
/
+6
*
|
|
|
|
:scissors:
Ryuta Kamizono
2017-04-13
2
-2
/
+0
*
|
|
|
|
Use a query that's compatible with PostgreSQL 9.2
Matthew Draper
2017-04-12
4
-8
/
+16
|
/
/
/
/
*
|
|
|
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
1
-0
/
+5
|
/
/
/
/
*
|
|
|
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
1
-0
/
+18
*
|
|
|
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 #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
*
|
|
|
Fix a failed AR test when running with OracleAdapter
Koichi ITO
2017-03-31
1
-0
/
+2
*
|
|
|
Merge pull request #28592 from htanata/ar_relation_inspect_should_not_load_al...
Rafael França
2017-03-29
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Load only needed records on ActiveRecord::Relation#inspect
Hendy Tanata
2017-03-28
1
-0
/
+6
*
|
|
|
|
Merge pull request #28478 from kamipo/fix_primary_keys_across_multiple_schemas
Andrew White
2017-03-29
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Fix `primary_keys` across multiple schemas
Ryuta Kamizono
2017-03-20
1
-1
/
+2
*
|
|
|
|
|
Merge pull request #28052 from kamipo/make_internal_methods_to_private
Rafael França
2017-03-28
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Make internal methods to private
Ryuta Kamizono
2017-03-27
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #27636 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-03-27
22
-94
/
+133
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Load :author_addresses
Yasuo Honda
2017-03-26
1
-1
/
+1
|
*
|
|
|
|
|
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
21
-93
/
+132
|
|
/
/
/
/
/
*
/
/
/
/
/
Fixes #28359
Philippe Guay
2017-03-26
1
-0
/
+8
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #28526 from kamipo/fix_log_subscriber_to_allow_legacy_binds
Rafael França
2017-03-22
1
-58
/
+63
|
\
\
\
\
\
|
*
|
|
|
|
Fix `LogSubscriber` to allow legacy `binds`
Ryuta Kamizono
2017-03-23
1
-58
/
+63
*
|
|
|
|
|
Merge pull request #28531 from yahonda/suppress_pg_warning
Matthew Draper
2017-03-23
1
-0
/
+1
|
\
\
\
\
\
\
[prev]
[next]