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 #25227 from kamipo/numeric_value_out_of_range
Sean Griffin
2016-12-10
2
-0
/
+6
|
\
|
*
Translate numeric value out of range to the specific exception
Ryuta Kamizono
2016-12-06
2
-0
/
+6
*
|
Merge pull request #27278 from kamipo/should_be_sync_primary_key_definition
Sean Griffin
2016-12-08
1
-1
/
+1
|
\
\
|
*
|
Should be sync the `primary_key` definition with actually created
Ryuta Kamizono
2016-12-06
1
-1
/
+1
*
|
|
[ci skip] Document regex change
Alex Kitchens
2016-12-06
1
-0
/
+1
|
|
/
|
/
|
*
|
Translate NOT NULL violation to the specific exception
Ryuta Kamizono
2016-12-06
3
-0
/
+9
*
|
Merge pull request #26687 from kamipo/fix_add_index_to_normalize_options
Matthew Draper
2016-12-06
2
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix `add_index` to normalize column names and options
Ryuta Kamizono
2016-10-03
2
-1
/
+3
*
|
Merge pull request #27274 from kamipo/primary_key_with_auto_increment_and_bigint
Matthew Draper
2016-12-06
2
-3
/
+7
|
\
\
|
*
|
Make `:auto_increment` option works on `:bigint`
Ryuta Kamizono
2016-12-06
2
-3
/
+7
*
|
|
Make pg adapter use bigserial for pk by default
Pavel Pravosud
2016-12-05
1
-1
/
+23
*
|
|
Change MySQL and Postgresql to use Bigint primary keys
Jon McCartie
2016-12-05
9
-11
/
+27
|
/
/
*
|
Make `:auto_increment` to internal primary key option
Ryuta Kamizono
2016-12-06
3
-1
/
+38
*
|
Don't try to run multiple insert queries at once
Sean Griffin
2016-12-05
1
-5
/
+9
*
|
Fix that `change_column` lose a comment
Ryuta Kamizono
2016-12-05
1
-0
/
+4
*
|
Stop using the `pg` Float encoder
Sean Griffin
2016-12-01
1
-1
/
+0
*
|
Fix that unsigned with zerofill is treated as signed
Ryuta Kamizono
2016-11-27
2
-2
/
+2
*
|
Clear available connections immediately
Matthew Draper
2016-11-27
1
-0
/
+2
*
|
Merge pull request #27165 from prathamesh-sonpatki/followup-uuid-extension-ch...
Rafael França
2016-11-25
1
-5
/
+15
|
\
\
|
*
|
Followup of UUID default extension in the docs [ci skip]
Prathamesh Sonpatki
2016-11-24
1
-5
/
+15
*
|
|
Merge pull request #27108 from matthewd/allocate-connections-after-blocking
Matthew Draper
2016-11-25
1
-19
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Distribute connections to previously blocked threads when we're done
Matthew Draper
2016-11-25
1
-19
/
+17
*
|
|
For `PostgreSQL >= 9.4` use `gen_random_uuid()`
Yaw Boakye
2016-11-22
2
-8
/
+13
|
/
/
*
|
Merge pull request #27057 from kamipo/fix_race_condition
Matthew Draper
2016-11-19
1
-6
/
+7
|
\
\
|
*
|
Fix the race condition caused by `with_new_connections_blocked`
Ryuta Kamizono
2016-11-18
1
-8
/
+4
*
|
|
Merge pull request #27076 from y-yagi/fix_postgresql_array_encoding
Sean Griffin
2016-11-17
1
-1
/
+1
|
\
\
\
|
*
|
|
use `force_encoding` instread of `encode!` to avoid `UndefinedConversionError`
yuuji.yaginuma
2016-11-17
1
-1
/
+1
|
|
/
/
*
/
/
Support AC::Parameters for PG HStore
Jon Moss
2016-11-15
1
-0
/
+2
|
/
/
*
|
Fix NameError: undefined local variable or method `result`
Ryuta Kamizono
2016-11-14
1
-2
/
+2
*
|
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
4
-9
/
+9
|
\
\
|
*
|
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
4
-9
/
+9
*
|
|
Add `:nodoc` to `table_structure`
Ryuta Kamizono
2016-11-12
1
-9
/
+2
*
|
|
Refactor column initialization into `new_column_from_field`
Kir Shatrov
2016-11-11
4
-38
/
+48
*
|
|
Merge pull request #26978 from matthewd/query-cache-pool
Matthew Draper
2016-11-10
2
-0
/
+28
|
\
\
\
|
*
|
|
Configure query caching (per thread) on the connection pool
Matthew Draper
2016-11-06
2
-0
/
+28
*
|
|
|
Mysql2::Client::FOUND_ROWS should be defined in all currently supported versi...
Akira Matsuda
2016-11-10
1
-6
/
+4
*
|
|
|
Add ActiveRecord::Base.connection_pool.stat
Pavel
2016-11-09
1
-0
/
+18
|
/
/
/
*
|
|
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
[next]