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
*
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
*
|
|
Add array column documentation
oss92
2016-08-16
1
-0
/
+4
*
|
|
Merge pull request #26151 from kamipo/avoid_to_allow_unused_splat_args
Rafael França
2016-08-16
1
-3
/
+1
|
\
\
\
|
*
|
|
Avoid to allow unused splat args for `t.timestamps` in `create_table`
Ryuta Kamizono
2016-08-14
1
-3
/
+1
*
|
|
|
Merge pull request #26155 from kamipo/refactor_quoted_columns_for_index
Rafael Mendonça França
2016-08-16
2
-29
/
+25
|
\
\
\
\
|
*
|
|
|
Refactor `quoted_columns_for_index` by extracted `add_options_for_index_columns`
Ryuta Kamizono
2016-08-14
2
-29
/
+25
|
|
/
/
/
*
|
|
|
Merge pull request #26019 from agrobbin/schema-load-unique-column-indices
Rafael França
2016-08-16
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
support multiple indexes on the same column when loading the schema
Alex Robbin
2016-08-02
2
-3
/
+3
*
|
|
|
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
9
-30
/
+30
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix a NoMethodError schema_statements.rb
Genadi Samokovarov
2016-08-10
1
-1
/
+1
*
|
|
|
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-2
/
+4
*
|
|
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_node
Sean Griffin
2016-08-06
2
-6
/
+2
|
\
\
\
|
*
|
|
Don't passing a nil value to `case_sensitive_comparison`
Ryuta Kamizono
2016-08-06
2
-6
/
+2
|
|
|
/
|
|
/
|
*
|
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
8
-70
/
+62
*
|
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
36
-1092
/
+1092
*
|
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-6
/
+4
*
|
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
7
-18
/
+18
*
|
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
36
-395
/
+395
|
/
/
[next]