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
*
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
*
|
[ci skip] Update documentation in AR SchemaStatements
Alex Kitchens
2016-07-07
1
-12
/
+12
*
|
Merge pull request #25707 from matthewd/double-reap
Matthew Draper
2016-07-07
2
-10
/
+39
|
\
\
|
*
|
Make connection stealing more explicit
Matthew Draper
2016-07-06
2
-5
/
+23
|
*
|
Reduce locking by taking ownership of stale connections
Matthew Draper
2016-07-06
1
-9
/
+8
|
*
|
Re-check that the connection is still stale before we reap it
Matthew Draper
2016-07-06
1
-0
/
+2
|
*
|
Check connection ownership before allowing a thread to release it
Matthew Draper
2016-07-06
1
-1
/
+11
|
|
/
*
/
[ci skip] Update ConnectionPool documentation for readability
Alex Kitchens
2016-07-06
1
-21
/
+21
|
/
*
Merge pull request #25507 from bquorning/optimize-for-first-result-and-remove...
Rafael França
2016-07-02
1
-13
/
+0
|
\
|
*
Remove MySQL::DatabaseStatements#select_one
Benjamin Quorning
2016-06-24
1
-13
/
+0
*
|
Remove `create_table_info_cache` because it not be reused
Ryuta Kamizono
2016-07-02
1
-6
/
+1
*
|
Merge pull request #25307 from kamipo/extract_foreign_key_action_from_informa...
Eileen M. Uchitelle
2016-07-01
2
-17
/
+17
|
\
\
|
*
|
Extract foreign key action from `information_schema`
Ryuta Kamizono
2016-06-07
1
-15
/
+15
|
*
|
Make `foreign_keys` queries to `SCHEMA`
Ryuta Kamizono
2016-06-07
2
-2
/
+2
*
|
|
Remove unnecessary `assert_valid_default`
Ryuta Kamizono
2016-06-25
1
-7
/
+0
|
|
/
|
/
|
*
|
Merge pull request #25339 from prathamesh-sonpatki/reuse-validate-index-length
Rafael França
2016-06-15
1
-7
/
+7
|
\
\
|
*
|
Reuse existing validate_index_length! method
Prathamesh Sonpatki
2016-06-09
1
-7
/
+7
|
|
/
*
/
Fix error message to talk about the scale not precision of the type
Rafael Mendonça França
2016-06-13
1
-1
/
+1
|
/
*
Fix failing tests
Sean Griffin
2016-06-02
1
-4
/
+5
*
Respect options passed to `foreign_key` when reverting `add_reference`
Sean Griffin
2016-05-31
1
-4
/
+9
*
Do not include default column limit in schema.rb
Ryuta Kamizono
2016-05-31
1
-2
/
+2
*
Add to_hash to specification
Arthur Neves
2016-05-25
2
-2
/
+5
*
Remove `name` from `establish_connection`
Arthur Neves
2016-05-24
2
-19
/
+10
*
Move establish_connection to handler
Arthur Neves
2016-05-24
2
-1
/
+13
*
Add AR::TransactionSerializationError for transaction serialization failures ...
Erol Fornoles
2016-05-21
2
-3
/
+14
*
[ci skip] Update retrieve_connection_pool comment
Benjamin Quorning
2016-05-20
1
-7
/
+1
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+2
*
Rails 5.1 point type should not raise exception if empty string is provided a...
bUg
2016-05-15
1
-0
/
+2
*
[ci skip] Update documents of `ConnectionHandler`
yui-knk
2016-05-11
1
-3
/
+1
*
Should quote `lock_name` to pass to `get_advisory_lock`
Ryuta Kamizono
2016-05-10
1
-2
/
+2
*
Replacement cycle for readability
Molchanov Andrey
2016-05-09
1
-2
/
+2
*
Followup to #24844
Jon Moss
2016-05-07
1
-0
/
+2
*
Merge pull request #24844 from arthurnn/arthurnn/conn
Arthur Nogueira Neves
2016-05-06
2
-52
/
+41
|
\
|
*
Update docs for connection handler
Arthur Neves
2016-05-06
1
-2
/
+5
|
*
s/specification_id/specification_name
Arthur Neves
2016-05-05
2
-22
/
+22
[next]