index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
connection_adapters
/
postgresql
/
oid
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make currency symbols optional for money column type in PostgreSQL
Joel Schneider
2019-07-12
1
-2
/
+2
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
7
-7
/
+0
*
Merge pull request #35263 from hatch-carl/reduce-postgres-uuid-allocations
Ryuta Kamizono
2019-02-21
1
-3
/
+6
|
\
|
*
Reduce unused allocations when casting UUIDs for Postgres
Carl Thuringer
2019-02-20
1
-3
/
+6
*
|
PostgreSQL: Support endless range values for range types
Ryuta Kamizono
2019-02-20
1
-1
/
+1
|
/
*
`Mutable` helper is in `ActiveModel`
Ryuta Kamizono
2018-11-27
4
-4
/
+4
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
1
-1
/
+1
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-4
/
+4
*
Merge pull request #33188 from larskanis/pg-1.1
Yuji Yaginuma
2018-09-17
1
-1
/
+7
|
\
|
*
Return empty array when casting malformed array strings
Lars Kanis
2018-06-23
1
-1
/
+7
*
|
Use `Array#extract!` where possible
bogdanvlviv
2018-08-14
1
-6
/
+8
|
/
*
Make force equality checking more strictly not to allow serialized attribute
Ryuta Kamizono
2018-05-25
2
-0
/
+8
*
PostgreSQL: Allow BC dates like datetime consistently
Ryuta Kamizono
2018-02-23
1
-0
/
+3
*
PostgreSQL: Treat infinite values in date like datetime consistently
Ryuta Kamizono
2018-02-23
1
-0
/
+20
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-4
/
+1
*
Correctly handle infinity value in PostgreSQL range type
yuuji.yaginuma
2018-01-04
1
-1
/
+1
*
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
1
-1
/
+1
*
`Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`
Thomas Cannon
2017-09-26
1
-1
/
+1
*
Merge pull request #29869 from kamipo/make_type_map_to_private
Rafael França
2017-07-21
1
-2
/
+2
|
\
|
*
Make `type_map` to private because it is only used in the connection adapter
Ryuta Kamizono
2017-07-20
1
-2
/
+2
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
20
-0
/
+40
|
/
*
[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
*
|
Don't allow uuids with orphan curly braces
pdebelak
2017-07-07
1
-1
/
+1
*
|
Remove database specific JSON types
Ryuta Kamizono
2017-07-05
1
-10
/
+0
|
/
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
22
-22
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
22
-0
/
+22
*
Consolidate database specific JSON types to `Type::Json`
Ryuta Kamizono
2017-05-30
2
-2
/
+2
*
Deserialize a raw value from the database in `changed_in_place?` for `Abstrac...
Ryuta Kamizono
2017-05-30
1
-10
/
+0
*
[PostgreSQL]: Replace deprecated PG constants.
Lars Kanis
2017-03-22
1
-1
/
+1
*
Fix `deserialize` with JSON array
Ryuta Kamizono
2017-03-06
1
-1
/
+1
*
Schema dumping support for PostgreSQL oid type
Ryuta Kamizono
2017-02-12
1
-0
/
+13
*
Schema dumping support for PostgreSQL interval type
Ryuta Kamizono
2017-02-12
1
-1
/
+2
*
Remove unneeded requires at active record
Rafael Mendonça França
2017-01-03
1
-2
/
+0
*
Compare deserialized values for `PostgreSQL::OID::Hstore` types
Jon Moss
2017-01-03
1
-0
/
+8
*
Consistently apply adapter behavior when serializing arrays
Sean Griffin
2017-01-03
1
-13
/
+12
*
Dump array subtype options correctly
Ryuta Kamizono
2017-01-01
1
-1
/
+1
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
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
|
/
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Use Regexp#match? rather than Regexp#===
Ryuta Kamizono
2016-10-26
1
-2
/
+2
*
Remove deprecated handling of PG Points
Sean Griffin
2016-08-31
2
-18
/
+29
*
Attempt to maintain encoding for arrays of strings with PG
Sean Griffin
2016-08-31
1
-1
/
+12
*
Fix `OID::Bit#cast_value`
Ryuta Kamizono
2016-08-20
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
8
-103
/
+103
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
9
-39
/
+39
*
Rails 5.1 point type should not raise exception if empty string is provided a...
bUg
2016-05-15
1
-0
/
+2
[next]