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
*
[ci skip] Postgres --> PostgreSQL
Ryuta Kamizono
2017-08-08
1
-1
/
+1
*
Fix all rubocop violations
Rafael Mendonça França
2017-08-03
1
-2
/
+2
*
Change http postgresql.org links to https [ci skip]
yuuji.yaginuma
2017-07-30
3
-6
/
+6
*
Use `predicate_builder.build_bind_attribute` wherever possible
Ryuta Kamizono
2017-07-28
2
-4
/
+4
*
Clarify add_column limit documentation
Lisa Ugray
2017-07-25
1
-0
/
+1
*
Fix test failures when prepared statements are disabled
Sean Griffin
2017-07-24
2
-3
/
+26
*
Fix build failures on MySQL
Sean Griffin
2017-07-24
2
-2
/
+2
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
8
-62
/
+56
*
Merge pull request #29870 from kamipo/use_true_false_literals
Sean Griffin
2017-07-22
2
-14
/
+4
|
\
|
*
Use `TRUE` and `FALSE` boolean literals for MySQL
Ryuta Kamizono
2017-07-20
2
-14
/
+6
*
|
Merge pull request #29869 from kamipo/make_type_map_to_private
Rafael França
2017-07-21
4
-17
/
+16
|
\
\
|
*
|
Make `type_map` to private because it is only used in the connection adapter
Ryuta Kamizono
2017-07-20
4
-17
/
+16
|
|
/
*
/
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
69
-0
/
+138
|
/
*
Fix type casting a time for MariaDB
Ryuta Kamizono
2017-07-19
1
-1
/
+0
*
Merge pull request #29785 from cswilliams/rescue_postgres_connection_errors_o...
Sean Griffin
2017-07-18
1
-0
/
+1
|
\
|
*
Catch postgres connection errors when trying to dealloc the statement pool
Chris Williams
2017-07-13
1
-0
/
+1
*
|
Don't convert dates to strings when using prepared statements in mysql
Sean Griffin
2017-07-18
1
-0
/
+8
*
|
Set `represent_boolean_as_integer` via `configuration`
yuuji.yaginuma
2017-07-16
1
-1
/
+1
*
|
Fix boolean column migration script
yuuji.yaginuma
2017-07-13
1
-1
/
+1
|
/
*
Merge pull request #29699 from lugray/represent_boolean_as_integer
Matthew Draper
2017-07-12
3
-4
/
+38
|
\
|
*
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
3
-4
/
+38
*
|
[Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
|
/
*
Merge pull request #29655 from kirs/frozen-friendly-ap-ar
Matthew Draper
2017-07-10
1
-1
/
+2
|
\
|
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-1
/
+2
*
|
Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuids
Matthew Draper
2017-07-09
1
-1
/
+1
|
\
\
|
*
|
Don't allow uuids with orphan curly braces
pdebelak
2017-07-07
1
-1
/
+1
*
|
|
Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptions
Matthew Draper
2017-07-09
1
-2
/
+4
|
\
\
\
|
*
|
|
Don't translate non-database exceptions.
Dennis Taylor
2017-07-05
1
-2
/
+4
*
|
|
|
Merge pull request #29706 from kamipo/use_information_schema_to_extract_expre...
Matthew Draper
2017-07-09
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use `information_schema` to extract `generation_expression` for MariaDB
Ryuta Kamizono
2017-07-07
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Fix default `CURRENT_TIMESTAMP` in schema dumping for MariaDB 10.2
Ryuta Kamizono
2017-07-07
1
-2
/
+2
|
/
/
/
*
/
/
Fix extracting MariaDB version
Ryuta Kamizono
2017-07-07
1
-2
/
+6
|
/
/
*
/
Remove database specific JSON types
Ryuta Kamizono
2017-07-05
3
-14
/
+0
|
/
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
16
-81
/
+130
|
\
|
*
Fix removed version 5.2 to 6.0 in the deprecation message
Ryuta Kamizono
2017-07-02
1
-1
/
+1
|
*
Apply record state based on parent transaction state
eileencodes
2017-07-01
1
-2
/
+15
|
*
Deprecate and replace `set_state` method
eileencodes
2017-07-01
1
-6
/
+27
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
71
-71
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
71
-0
/
+71
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
71
-0
/
+71
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
9
-18
/
+18
|
|
\
\
|
|
*
|
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
9
-18
/
+18
|
*
|
|
Don't cache queries for schema statements
Ryuta Kamizono
2017-06-30
10
-55
/
+70
|
|
|
/
|
|
/
|
*
/
|
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
7
-63
/
+63
|
/
/
*
|
Should use the same connection in using query cache
Ryuta Kamizono
2017-06-29
1
-0
/
+1
*
|
Merge pull request #29612 from kamipo/use_quote_method_rather_than_single_quote
Rafael França
2017-06-28
5
-13
/
+12
|
\
\
|
*
|
Use `quote` method rather than single quotes to identifiers in SQL
Ryuta Kamizono
2017-06-29
5
-13
/
+12
*
|
|
Merge pull request #29405 from kamipo/locked_should_not_build_arel
Rafael França
2017-06-28
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove delegating to arel in a relation
Ryuta Kamizono
2017-06-29
1
-0
/
+1
*
|
|
Avoid begin/rescue in fixture quoting
Kir Shatrov
2017-06-20
1
-5
/
+4
[next]