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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a typo in documentation example of activerecord database configuration....
Akshay Mohite
2019-08-01
1
-1
/
+1
*
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
2
-12
/
+11
|
\
|
*
Polymorphic has_one touch: Reset association cache result after create transa...
Kasper Timm Hansen
2019-07-31
2
-12
/
+11
*
|
Accessing ivar with Symbols might be just a very little bit better than with ...
Akira Matsuda
2019-07-31
1
-5
/
+5
*
|
Preserve user supplied joins order as much as possible
Ryuta Kamizono
2019-07-30
1
-16
/
+30
*
|
Move DatabaseAlreadyExists detection to DB adapter
John Hawthorn
2019-07-29
6
-13
/
+10
*
|
Enabled matches_regex for MySql
James Pearson
2019-07-29
1
-0
/
+8
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
1
-1
/
+1
*
|
Merge pull request #36303 from gaotongfei/feature/ignore-specified-fixtures
Rafael França
2019-07-27
2
-4
/
+47
|
\
\
|
*
|
Allow specify fixtures to be ignored
Tongfei Gao
2019-07-27
2
-4
/
+47
*
|
|
Update links to new MySQL server errors reference page [ci skip]
Carlos Antonio da Silva
2019-07-27
2
-2
/
+2
|
/
/
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
4
-4
/
+4
*
|
Merge pull request #36773 from seejohnrun/db-configuration-separate-env-vars
Eileen M. Uchitelle
2019-07-26
1
-1
/
+8
|
\
\
|
*
|
Allow separate database env variables per-connection
John Crepezzi
2019-07-26
1
-1
/
+8
|
|
/
*
|
Merge pull request #36776 from giraffate/fix_join_middle_table_alias_when_usi...
Rafael França
2019-07-26
1
-1
/
+1
|
\
\
|
*
|
Fix join middle table alias when using HABTM
Takayuki Nakata
2019-07-26
1
-1
/
+1
*
|
|
Merge pull request #36372 from instructure-bridge/6-0-stable
Rafael França
2019-07-26
1
-3
/
+13
|
|
/
|
/
|
*
|
Only merge DATABASE_URL settings into the current env
John Crepezzi
2019-07-25
1
-18
/
+20
*
|
Merge pull request #36766 from jhawthorn/call_connection_error_number
John Hawthorn
2019-07-25
1
-1
/
+1
|
\
\
|
*
|
Use connection.error_number in MySQLDatabaseTasks
John Hawthorn
2019-07-25
1
-1
/
+1
*
|
|
Merge pull request #36380 from edudepetris/ed/36272-better-negative-scope-war...
Rafael Mendonça França
2019-07-25
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add a warning for enum elements with 'not_' prefix.
Edu Depetris
2019-06-30
1
-0
/
+9
*
|
|
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
*
|
|
|
Merge pull request #36740 from stanhu/sh-fix-index-exists-postgresql-partial-...
Rafael França
2019-07-25
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Fix index_exists? for PostgreSQL expression indexes
Stan Hu
2019-07-24
1
-1
/
+1
*
|
|
|
Merge pull request #36492 from kamipo/remove_depth_first_visitor
Ryuta Kamizono
2019-07-25
3
-212
/
+0
|
\
\
\
\
|
*
|
|
|
Remove unused `DepthFirst` visitor
Ryuta Kamizono
2019-06-15
3
-212
/
+0
*
|
|
|
|
Merge pull request #36756 from seejohnrun/env-urls-with-multiple-databases
Eileen M. Uchitelle
2019-07-24
1
-12
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
Fix multiple database support for DATABASE_URL env variable
John Crepezzi
2019-07-24
1
-12
/
+18
*
|
|
|
|
|
Merge pull request #36580 from Shopify/schema-cache-deuplication-from-database
Rafael França
2019-07-24
1
-5
/
+15
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Also deduplicate schema cache structure when they are read from the database
Jean Boussier
2019-07-01
1
-5
/
+15
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #36671 from wjessop/do_not_validate_non_dirty_association_...
Eileen M. Uchitelle
2019-07-24
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Don't validate non dirty association targets
Will Jessop
2019-07-15
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #36744 from freeletics/fix-db-prepare
Eileen M. Uchitelle
2019-07-24
1
-3
/
+4
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fixed db:prepare task to not touch schema when dump_schema_after_migration is...
Wojciech Wnętrzak
2019-07-24
1
-3
/
+4
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #36665 from jmschneider/master
Rafael Mendonça França
2019-07-23
1
-2
/
+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Make currency symbols optional for money column type in PostgreSQL
Joel Schneider
2019-07-12
1
-2
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #36706 from kirs/dedup-optimizer-hints
Ryuta Kamizono
2019-07-19
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
[ActiveRecord] Deduplicate optimizer hints
Kir Shatrov
2019-07-19
1
-1
/
+1
*
|
|
|
|
|
Include common commands in rails help output
Tekin Suleyman
2019-07-19
1
-4
/
+4
|
/
/
/
/
/
*
|
|
|
|
Support beginless ranges in hash conditions.
Josh Goodall
2019-07-17
1
-2
/
+2
*
|
|
|
|
[ActiveRecord] Superclass for aborted queries
Kir Shatrov
2019-07-16
1
-3
/
+7
*
|
|
|
|
Add missing period [ci skip]
Rafael Mendonça França
2019-07-16
1
-1
/
+1
*
|
|
|
|
Raise specific exception on Mysql2::Error::TimeoutError
Kir Shatrov
2019-07-16
2
-1
/
+9
*
|
|
|
|
active_support/core_ext/object/duplicable is not in use here
Ryuta Kamizono
2019-07-16
1
-1
/
+0
|
/
/
/
/
*
|
|
|
active_support/deprecation has to be already required via active_support/rail...
Akira Matsuda
2019-07-12
3
-4
/
+0
[next]