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
/
test
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ActiveRecord::Base.connection_pool.stat
Pavel
2016-11-09
1
-0
/
+20
*
Merge pull request #26909 from matthewd/query-cache-connection
Matthew Draper
2016-11-06
1
-28
/
+68
|
\
|
*
Clear query cache during checkin, instead of an execution callback
Matthew Draper
2016-10-27
1
-28
/
+68
*
|
Use different name for main and thread connection variable.
Charles Oliver Nutter
2016-11-04
1
-5
/
+5
*
|
Merge pull request #26455 from kamipo/move_test_quoting_classes
Arthur Nogueira Neves
2016-11-03
2
-13
/
+4
|
\
\
|
*
|
Move `test_quoting_classes` into `test/cases/quoting_test.rb`
Ryuta Kamizono
2016-10-29
2
-13
/
+4
*
|
|
Merge pull request #24202 from Sen-Zhang/fix_datetime_error
Arthur Nogueira Neves
2016-11-03
1
-0
/
+7
|
\
\
\
|
*
|
|
fix datatime error
Sen-Zhang
2016-11-01
1
-0
/
+7
*
|
|
|
Fixes TypeError Exception when cache counter value equals nil (#26940)
Daniel E. Garcia Shulman
2016-11-02
1
-0
/
+5
|
/
/
/
*
|
|
Allow `autosave: true` to be used with inverse of
Sean Griffin
2016-11-01
2
-1
/
+2
*
|
|
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
2
-0
/
+84
*
|
|
allow ActiveRecord::Core#slice to use array arg
Cohen Carlisle
2016-10-31
1
-0
/
+10
|
/
/
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
63
-273
/
+273
*
|
Merge PR #19759
Arthur Neves
2016-10-28
1
-0
/
+13
|
\
\
|
*
|
Fix for has_and_belongs_to_many & has_many_through associations while partial...
Mehmet Emin İNAÇ
2016-02-13
1
-0
/
+13
*
|
|
Merge pull request #26688 from kamipo/remove_respond_to_indexes
Kasper Timm Hansen
2016-10-28
1
-14
/
+9
|
\
\
\
|
*
|
|
Remove unnecessary `respond_to?(:indexes)` checking
Ryuta Kamizono
2016-10-03
1
-14
/
+9
*
|
|
|
Fix HABTM associations join table resolver bug on constants and symbols
Mehmet Emin İNAÇ
2016-10-27
1
-1
/
+13
*
|
|
|
Merge pull request #26899 from kamipo/use_regex_match
Xavier Noria
2016-10-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use Regexp#match? rather than Regexp#===
Ryuta Kamizono
2016-10-26
1
-1
/
+1
*
|
|
|
|
let Regexp#match? be globally available
Xavier Noria
2016-10-27
3
-3
/
+0
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Clear the correct query cache
Samuel Cochran
2016-10-26
1
-0
/
+23
|
/
/
/
*
|
|
Fix brittle tests which were relying on the error message text from mysql2 gem
Prathamesh Sonpatki
2016-10-23
1
-4
/
+4
*
|
|
Revert "Made ActiveRecord consistently use ActiveRecord::Type (not"
Sean Griffin
2016-10-23
1
-2
/
+2
*
|
|
Update mysql adapter error message when disconnected
Guillermo Iguaran
2016-10-22
1
-2
/
+2
*
|
|
Fix regression caused due to removal of select method from CollectionAssociation
Prathamesh Sonpatki
2016-10-22
1
-0
/
+7
*
|
|
Added ability update locking_column value
bogdanvlviv
2016-10-21
2
-1
/
+77
*
|
|
Fixed: Optimistic locking does not work well with null in the database
bogdanvlviv
2016-10-21
1
-11
/
+55
*
|
|
Use old typecasting method if no type casted binds are passed in
Aaron Patterson
2016-10-20
1
-1
/
+35
*
|
|
Quote table name properly
Ryuta Kamizono
2016-10-14
2
-11
/
+20
*
|
|
Fix `warning: ambiguous first argument`
Ryuta Kamizono
2016-10-12
1
-4
/
+4
*
|
|
Merge pull request #26208 from nanaya/pg-insensitive-text
Matthew Draper
2016-10-11
1
-0
/
+26
|
\
\
\
|
*
|
|
Fix case insensitive check for text column in pg
nanaya
2016-09-01
1
-0
/
+26
*
|
|
|
Fix table comment dumping
Ryuta Kamizono
2016-10-11
1
-0
/
+1
*
|
|
|
Dump index options to pretty format
Ryuta Kamizono
2016-10-10
1
-2
/
+4
*
|
|
|
Fixnum and Bignum are deprecated in Ruby trunk
Matthew Draper
2016-10-08
1
-1
/
+1
*
|
|
|
Tweak a test so the queries match
Matthew Draper
2016-10-08
1
-1
/
+1
*
|
|
|
Simplify serializable test to avoid mystery deadlock
Matthew Draper
2016-10-07
1
-23
/
+21
*
|
|
|
Merge pull request #26631 from kamipo/remove_duplicate_condition
Matthew Draper
2016-10-06
1
-3
/
+1
|
\
\
\
\
|
*
|
|
|
Remove duplicated `unless current_adapter?(:SQLite3Adapter)` condition
Ryuta Kamizono
2016-09-27
1
-3
/
+1
*
|
|
|
|
Merge pull request #26633 from kamipo/text_too_big_should_be_text
Matthew Draper
2016-10-06
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
`:text_too_big` column should be `:text`, not `:integer`
Ryuta Kamizono
2016-09-27
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #24571 from raimo/patch-1
Sean Griffin
2016-10-04
2
-1
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
Print the proper ::Float::INFINITY value when used as a default value
Raimo Tuisku
2016-05-23
2
-1
/
+15
*
|
|
|
|
|
Made ActiveRecord consistently use ActiveRecord::Type (not
Iain Beeston
2016-10-03
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #26425 from prathamesh-sonpatki/fix-nil-issue
Matthew Draper
2016-10-03
1
-0
/
+6
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix issue with `cache_key` when the named timestamp column has value nil
Prathamesh Sonpatki
2016-09-07
1
-0
/
+6
*
|
|
|
|
|
Make PG deadlock error more deterministic
Matthew Draper
2016-10-01
1
-9
/
+12
*
|
|
|
|
|
Merge pull request #26584 from Shopify/cached-query-name
Rafael França
2016-09-30
1
-5
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Preserve cached queries name in AS notifications
Jean Boussier
2016-09-22
1
-5
/
+2
[next]