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 `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
|
/
/
*
|
Merge pull request #26051 from kamipo/make_name_and_binds_to_optional_args
Eileen M. Uchitelle
2016-08-05
3
-6
/
+6
|
\
\
|
*
|
Make `name` and `binds` to optional args for `exec_{insert,update,delete}`
Ryuta Kamizono
2016-08-04
3
-6
/
+6
*
|
|
Leave internal pgsql name intact as const reference
David Heinemeier Hansson
2016-08-04
1
-2
/
+2
*
|
|
The problem isn't the detection but the deadlock itself
David Heinemeier Hansson
2016-08-04
2
-4
/
+4
|
/
/
*
|
Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classes
Rafael Mendonça França
2016-08-03
2
-2
/
+5
|
\
\
|
*
|
Introduce new ActiveRecord transaction error classes
Erol Fornoles
2016-05-24
2
-2
/
+5
*
|
|
Remove extra connection pool creation
Arthur Neves
2016-08-02
1
-1
/
+0
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-08-02
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix documentation of `index` option for the `add_reference` method [ci skip]
Prathamesh Sonpatki
2016-07-16
1
-1
/
+1
*
|
|
Merge pull request #25937 from kamipo/remove_prepare_binds_for_database
Rafael França
2016-07-28
3
-6
/
+2
|
\
\
\
|
*
|
|
Remove `prepare_binds_for_database` internal method
Ryuta Kamizono
2016-07-28
3
-6
/
+2
*
|
|
|
Merge pull request #25340 from kamipo/prevent_table_comment_query
Rafael França
2016-07-28
2
-3
/
+13
|
\
\
\
\
|
*
|
|
|
Prevent `table_comment` query if a table doesn't have a comment
Ryuta Kamizono
2016-06-10
2
-3
/
+13
*
|
|
|
|
Merge pull request #25974 from kamipo/avoid_calling_current_database_in_table...
Rafael França
2016-07-28
1
-2
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Avoid calling `current_database` in `table_comment`
Ryuta Kamizono
2016-07-28
1
-2
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
`@quoted_{column,table}_names` should cache a frozen string
Ryuta Kamizono
2016-07-28
3
-5
/
+5
|
/
/
/
/
*
|
|
|
Add the TABLE_SCHEMA condition to the SELECT statement in table_comment (#25945)
Takeshi AKIMA
2016-07-27
1
-1
/
+2
*
|
|
|
Merge pull request #25938 from kamipo/decouple_statement_cache_from_connectio...
Rafael França
2016-07-27
1
-3
/
+4
|
\
\
\
\
[next]