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 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
|
\
\
\
\
|
*
|
|
|
Decouple statement cache from connection adapter
Ryuta Kamizono
2016-07-24
1
-3
/
+4
*
|
|
|
|
Merge pull request #25408 from kamipo/should_not_reuse_quoted_true
Yves Senn
2016-07-27
2
-5
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Quoting booleans should return a frozen string
Ryuta Kamizono
2016-07-27
2
-5
/
+5
*
|
|
|
|
|
Merge pull request #25523 from kamipo/extract_quoted_binds_type_casted_binds
Sean Griffin
2016-07-26
4
-6
/
+10
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Extract `type_casted_binds` method
Ryuta Kamizono
2016-07-26
4
-6
/
+10
*
|
|
|
|
|
adds missing requires
Xavier Noria
2016-07-24
1
-0
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
3
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...
Rafael França
2016-07-20
2
-8
/
+11
|
\
\
\
\
|
*
|
|
|
Move the warning about composite primary key to `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2016-07-02
2
-8
/
+11
*
|
|
|
|
Merge pull request #25889 from kamipo/do_not_dup_binds_in_to_sql
Rafael França
2016-07-20
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Do not `binds.dup` in `connection#to_sql`
Ryuta Kamizono
2016-07-19
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #25828 from bogdanvlviv/ref_default_sequence_name
Rafael França
2016-07-20
1
-3
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Refactored method `ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatem...
bogdanvlviv
2016-07-17
1
-3
/
+3
*
|
|
|
|
|
|
Merge pull request #25869 from kamipo/specificiation_id_was_renamed_to_spec_name
Rafael França
2016-07-20
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
`specificiation_id` was renamed to `spec_name`
Ryuta Kamizono
2016-07-18
1
-1
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #25868 from kamipo/fix_payload_class_name_to_spec_name
Rafael França
2016-07-20
1
-1
/
+1
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix `payload[:class_name]` to `payload[:spec_name]`
Ryuta Kamizono
2016-07-17
1
-1
/
+1
|
|
/
/
/
/
/
*
/
/
/
/
/
Pass `type_casted_binds` to log subscriber for logging bind values properly
Ryuta Kamizono
2016-07-19
4
-10
/
+11
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #20818 from jeremywadsack/use_transactional_fixtures_all_d...
Rafael França
2016-07-17
1
-0
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
Create connection.active_record notification and use that to ensure that lazy-
Jeremy Wadsack
2016-07-12
1
-0
/
+15
*
|
|
|
|
|
Add newline between each migration in `structure.sql`
Grey Baker
2016-07-14
1
-2
/
+2
|
/
/
/
/
/
*
|
|
/
/
rails -> Rails [ci skip]
Santosh Wadghule
2016-07-12
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
[next]