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
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #26909 from matthewd/query-cache-connection
Matthew Draper
2016-11-06
2
-3
/
+5
|
\
|
*
Clear query cache during checkin, instead of an execution callback
Matthew Draper
2016-10-27
2
-3
/
+5
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
10
-17
/
+17
*
|
Fix the variable scoping issue I introduced in 007e50d8e5a900547471b6c4ec79d9...
Matthew Draper
2016-10-28
1
-2
/
+2
*
|
Merge pull request #26688 from kamipo/remove_respond_to_indexes
Kasper Timm Hansen
2016-10-28
1
-4
/
+0
|
\
\
|
*
|
Remove unnecessary `respond_to?(:indexes)` checking
Ryuta Kamizono
2016-10-03
1
-4
/
+0
*
|
|
Permit loads while queries are running
Matthew Draper
2016-10-27
5
-25
/
+47
*
|
|
Merge pull request #26899 from kamipo/use_regex_match
Xavier Noria
2016-10-27
7
-10
/
+10
|
\
\
\
|
*
|
|
Use Regexp#match? rather than Regexp#===
Ryuta Kamizono
2016-10-26
7
-10
/
+10
|
|
|
/
|
|
/
|
*
/
|
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
|
/
/
*
|
Fix indentation of code examples
Orhan Toy
2016-10-19
1
-4
/
+4
*
|
Merge pull request #26784 from kamipo/quote_table_name_properly
Rafael França
2016-10-14
3
-13
/
+15
|
\
\
|
*
|
Quote table name properly
Ryuta Kamizono
2016-10-14
3
-13
/
+15
*
|
|
Support index.length for MySQL 8.0.0-dmr
Yasuo Honda
2016-10-13
1
-1
/
+1
|
/
/
*
|
Merge pull request #26208 from nanaya/pg-insensitive-text
Matthew Draper
2016-10-11
1
-2
/
+6
|
\
\
|
*
|
Fix case insensitive check for text column in pg
nanaya
2016-09-01
1
-0
/
+4
|
*
|
Use proper casting
nanaya
2016-09-01
1
-2
/
+2
*
|
|
Extract `format_colspec` to format column spec
Ryuta Kamizono
2016-10-11
1
-3
/
+1
*
|
|
Fix table comment dumping
Ryuta Kamizono
2016-10-11
1
-1
/
+3
*
|
|
`name` is not a column option
Ryuta Kamizono
2016-10-10
2
-3
/
+2
*
|
|
Dump index options to pretty format
Ryuta Kamizono
2016-10-10
2
-3
/
+3
*
|
|
Prevent to create blank comment
Ryuta Kamizono
2016-10-08
2
-3
/
+3
|
|
/
|
/
|
*
|
Merge pull request #26584 from Shopify/cached-query-name
Rafael França
2016-09-30
1
-4
/
+10
|
\
\
|
*
|
Preserve cached queries name in AS notifications
Jean Boussier
2016-09-22
1
-4
/
+10
*
|
|
[ci skip] Update PG adapter documentation
Alex Kitchens
2016-09-26
1
-1
/
+1
*
|
|
[ci skip] Clarify Postgresql Documentation
Alex Kitchens
2016-09-25
1
-4
/
+4
|
/
/
*
|
Force correct namespace when using TransactionManager
Arthur Neves
2016-09-16
1
-1
/
+1
*
|
fix typo in `add_column` doc [ci skip]
yuuji.yaginuma
2016-09-16
1
-1
/
+1
*
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
5
-96
/
+96
*
|
activerecord/mysql2: Avoid setting @connection to nil, just close it
Dylan Thacker-Smith
2016-09-08
2
-15
/
+7
*
|
Fix Remaining Case-In-Assignment Statement Formatting
Alex Kitchens
2016-09-06
2
-41
/
+43
*
|
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
2
-4
/
+4
|
/
*
Remove deprecated handling of PG Points
Sean Griffin
2016-08-31
4
-21
/
+32
*
Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"
Sean Griffin
2016-08-31
2
-9
/
+10
*
Attempt to maintain encoding for arrays of strings with PG
Sean Griffin
2016-08-31
1
-1
/
+12
*
Add `Type.default_value` and use it everywhere for internal
Ryuta Kamizono
2016-08-26
1
-1
/
+1
*
Fix `OID::Bit#cast_value`
Ryuta Kamizono
2016-08-20
1
-2
/
+2
*
Remove unused `blob_or_text_column?` method
Ryuta Kamizono
2016-08-19
1
-4
/
+0
*
Merge pull request #26154 from kamipo/remove_text_default_treated_as_empty_st...
Rafael Mendonça França
2016-08-19
3
-24
/
+5
|
\
|
*
Remove text default treated as an empty string in non-strict mode
Ryuta Kamizono
2016-08-19
3
-24
/
+5
*
|
Merge pull request #26217 from kamipo/revert_23067
Rafael França
2016-08-19
1
-1
/
+1
|
\
\
|
*
|
Revert "`sql_for_insert` returns values for passing to `exec_insert`"
Ryuta Kamizono
2016-08-19
1
-1
/
+1
|
|
/
*
|
Merge pull request #26089 from travisoneill/sqlite_rollback_fix
Rafael Mendonça França
2016-08-19
2
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Added nil case handling to allow rollback migration in case of
travis.h.oneill@gmail.com
2016-08-17
2
-2
/
+3
*
|
Remove unnecessary `test_sql_for_insert_with_returning_disabled`
Ryuta Kamizono
2016-08-18
1
-3
/
+2
|
/
*
Merge pull request #25396 from kamipo/fix_error_message_for_out_of_range_inte...
Rafael França
2016-08-17
1
-1
/
+1
|
\
|
*
Fix error message for out of range byte size integer value for consistency
Ryuta Kamizono
2016-08-07
1
-1
/
+1
*
|
Merge pull request #26002 from kamipo/sql_for_insert_should_be_called_inside_...
Rafael França
2016-08-17
2
-8
/
+12
|
\
\
|
*
|
`sql_for_insert` should be called inside `exec_insert`
Ryuta Kamizono
2016-08-06
2
-8
/
+12
*
|
|
Extract `PredicateBuilder::CaseSensitiveHandler`
Ryuta Kamizono
2016-08-16
2
-10
/
+9
[next]