index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
Commit message (
Expand
)
Author
Age
Files
Lines
*
Address `DEPRECATED: Use assert_nil if expecting nil`
Yasuo Honda
2019-08-03
1
-2
/
+2
*
Add ability to unset preventing writes
eileencodes
2019-08-02
3
-7
/
+43
*
Merge pull request #36814 from eileencodes/introduce-invalid-configuration-error
Eileen M. Uchitelle
2019-08-02
2
-3
/
+23
|
\
|
*
Introduce InvalidConfigurationError
eileencodes
2019-08-01
2
-3
/
+23
*
|
Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...
Rafael Mendonça França
2019-08-02
1
-0
/
+2
*
|
Add *_previously_was attribute methods when dirty tracking (#36836)
David Heinemeier Hansson
2019-08-01
1
-0
/
+6
*
|
Merge pull request #36821 from rails/virtual-attribute-type
Ryuta Kamizono
2019-08-02
1
-0
/
+84
|
\
\
|
*
|
Add tests for selecting aggregates
Godfrey Chan
2019-08-01
1
-0
/
+84
*
|
|
MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now
Akira Matsuda
2019-08-02
1
-2
/
+0
|
|
/
|
/
|
*
|
Deduplicate joins values
Ryuta Kamizono
2019-08-02
2
-3
/
+13
|
/
*
No private def
Rafael Mendonça França
2019-08-01
1
-1
/
+2
*
It may be better to explicitly require 'object/try' where we call `try`
Akira Matsuda
2019-08-01
3
-0
/
+4
*
Use `try` only when we're unsure if the receiver would respond_to the method
Akira Matsuda
2019-08-01
6
-6
/
+6
*
Merge pull request #36827 from akshaymohite/fix-documentation-typo-in-example
Vipul A M
2019-08-01
1
-1
/
+1
|
\
|
*
Fixed a typo in documentation example of activerecord database configuration....
Akshay Mohite
2019-08-01
1
-1
/
+1
*
|
Fix db:seed
eileencodes
2019-07-31
1
-0
/
+2
|
/
*
Address to rubocop offences
Ryuta Kamizono
2019-07-31
1
-1
/
+1
*
Reduce Array allocations
Akira Matsuda
2019-07-31
1
-2
/
+2
*
Merge pull request #36708 from rails/has-one-polymorphic-touch-dont-cache-ass...
Kasper Timm Hansen
2019-07-31
5
-12
/
+37
|
\
|
*
Polymorphic has_one touch: Reset association cache result after create transa...
Kasper Timm Hansen
2019-07-31
5
-12
/
+37
*
|
fix a typo
yamato-payforward
2019-07-31
1
-1
/
+1
*
|
Accessing ivar with Symbols might be just a very little bit better than with ...
Akira Matsuda
2019-07-31
1
-5
/
+5
*
|
Merge pull request #36805 from kamipo/user_supplied_joins_order_should_be_pre...
Ryuta Kamizono
2019-07-30
3
-24
/
+65
|
\
\
|
*
|
Preserve user supplied joins order as much as possible
Ryuta Kamizono
2019-07-30
3
-24
/
+65
*
|
|
Add `silence_warnings` for defining 'not_' prefix enum elements
Ryuta Kamizono
2019-07-30
1
-1
/
+3
|
/
/
*
|
Merge pull request #36782 from jhawthorn/move_database_exists_to_adapter
John Hawthorn
2019-07-29
8
-18
/
+13
|
\
\
|
*
|
Move DatabaseAlreadyExists detection to DB adapter
John Hawthorn
2019-07-29
8
-18
/
+13
*
|
|
Expand CHANGELOG for #36800 [ci skip]
Ryuta Kamizono
2019-07-30
1
-2
/
+2
|
/
/
*
|
Enabled matches_regex for MySql
James Pearson
2019-07-29
3
-0
/
+58
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
3
-3
/
+3
*
|
Merge pull request #36787 from st0012/refactor-sql-tests
Ryuta Kamizono
2019-07-28
2
-8
/
+2
|
\
\
|
*
|
Use capture_sql helper method in tests
st0012
2019-07-28
2
-8
/
+2
*
|
|
Merge pull request #36303 from gaotongfei/feature/ignore-specified-fixtures
Rafael França
2019-07-27
6
-5
/
+111
|
\
\
\
|
*
|
|
Allow specify fixtures to be ignored
Tongfei Gao
2019-07-27
6
-5
/
+111
|
|
/
/
*
|
|
Update links to new MySQL server errors reference page [ci skip]
Carlos Antonio da Silva
2019-07-27
2
-2
/
+2
*
|
|
Avoid to use a method that acts on the hash
yuuji.yaginuma
2019-07-27
1
-1
/
+1
|
/
/
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
6
-6
/
+6
*
|
Merge pull request #36773 from seejohnrun/db-configuration-separate-env-vars
Eileen M. Uchitelle
2019-07-26
3
-7
/
+45
|
\
\
|
*
|
Allow separate database env variables per-connection
John Crepezzi
2019-07-26
3
-7
/
+45
|
|
/
*
|
Merge pull request #36776 from giraffate/fix_join_middle_table_alias_when_usi...
Rafael França
2019-07-26
2
-3
/
+10
|
\
\
|
*
|
Fix join middle table alias when using HABTM
Takayuki Nakata
2019-07-26
2
-3
/
+10
*
|
|
Merge pull request #36372 from instructure-bridge/6-0-stable
Rafael França
2019-07-26
2
-8
/
+21
|
|
/
|
/
|
*
|
Only merge DATABASE_URL settings into the current env
John Crepezzi
2019-07-25
2
-18
/
+36
*
|
Merge pull request #36766 from jhawthorn/call_connection_error_number
John Hawthorn
2019-07-25
2
-4
/
+9
|
\
\
|
*
|
Use connection.error_number in MySQLDatabaseTasks
John Hawthorn
2019-07-25
2
-4
/
+9
*
|
|
Merge pull request #36380 from edudepetris/ed/36272-better-negative-scope-war...
Rafael Mendonça França
2019-07-25
3
-0
/
+39
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add a warning for enum elements with 'not_' prefix.
Edu Depetris
2019-06-30
3
-0
/
+39
*
|
|
Merge pull request #36412 from robotdana/compact_blank
Rafael Mendonça França
2019-07-25
5
-12
/
+12
|
\
\
\
|
*
|
|
Use compact_blank throughout rails
Dana Sherson
2019-06-05
5
-12
/
+12
*
|
|
|
Make sure AR can load without Rails
eileencodes
2019-07-25
1
-0
/
+2
[next]