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
/
schema
/
schema.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Using existing models for building multiple has_one through tests
Ryuta Kamizono
2018-04-22
1
-14
/
+2
*
Fix .new with multiple through associations
Sam DeCesare
2018-04-09
1
-0
/
+13
*
Merge pull request #30956 from CJStadler/with-lock-changed-deprecation
Rafael França
2018-03-28
1
-0
/
+4
*
Add custom prefix to ActiveRecord::Store accessors
Tan Huynh
2018-03-23
1
-0
/
+2
*
Fix multiline expression indexes for postgresql (#31621)
fatkodima
2018-03-16
1
-1
/
+1
*
Fix occurrences Fixnum|Bignum
bogdanvlviv
2018-03-04
1
-1
/
+1
*
Make `reflection.klass` raise if `polymorphic?` not to be misused
Ryuta Kamizono
2018-02-19
1
-0
/
+2
*
Don't update counter cache when through record was not destroyed
Eugene Kenny
2018-01-14
1
-0
/
+2
*
Fix conflicts `counter_cache` with `touch: true` by optimistic locking.
bogdanvlviv
2017-12-12
1
-1
/
+2
*
Refactor `length`, `order`, and `opclass` index options dumping
Ryuta Kamizono
2017-12-03
1
-0
/
+2
*
Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is...
Ryuta Kamizono
2017-11-06
1
-0
/
+1
*
Fix CI failure due to reference type mismatch
Ryuta Kamizono
2017-08-14
1
-10
/
+9
*
Specify `table.name` only when `scope.table` and `table` are different (#29058)
Ryuta Kamizono
2017-08-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Fix unscoping `default_scope` in STI associations
Ryuta Kamizono
2017-07-19
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix `ids_reader` to respect case sensitive primary key
Ryuta Kamizono
2017-06-28
1
-1
/
+1
*
Ensure that using correct alias tracker
Ryuta Kamizono
2017-06-25
1
-1
/
+1
*
Fix ActiveRecord::Persistence#touch with locking
bogdanvlviv
2017-06-21
1
-0
/
+2
*
Use nullable `id` column instead of a primary key
Ryuta Kamizono
2017-06-16
1
-1
/
+2
*
Avoid overwriting the methods of `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2017-06-07
1
-6
/
+8
*
Don't attempt to create a new record that was already created.
Isaac Betesh
2017-04-20
1
-0
/
+7
*
Omit redundant `using: :btree` for schema dumping
Ryuta Kamizono
2017-02-13
1
-1
/
+1
*
Fix inspection behavior when the :id column is not primary key
namusyaka
2017-02-09
1
-0
/
+4
*
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
1
-6
/
+6
*
Chain scope constraints should respect own table alias
Ryuta Kamizono
2017-02-01
1
-0
/
+9
*
Should work foreign key in test schema without `if supports_foreign_keys?` st...
Ryuta Kamizono
2017-01-17
1
-7
/
+5
*
Should not update children when the parent creation with no reason
Ryuta Kamizono
2016-12-29
1
-0
/
+1
*
fix #create_fixtures when equal table names in different databases
Julia Lopez
2016-12-21
1
-0
/
+2
*
Make pg adapter use bigserial for pk by default
Pavel Pravosud
2016-12-05
1
-0
/
+3
*
Change MySQL and Postgresql to use Bigint primary keys
Jon McCartie
2016-12-05
1
-3
/
+3
*
Remove a confusing comment
yui-knk
2016-10-31
1
-1
/
+0
*
Fix the order of `create_table` to match a comment about `:inverse_of` options
yui-knk
2016-10-31
1
-4
/
+4
*
Fixed: Optimistic locking does not work well with null in the database
bogdanvlviv
2016-10-21
1
-0
/
+2
*
Dump index options to pretty format
Ryuta Kamizono
2016-10-10
1
-1
/
+1
*
Add tests for ActiveRecord::Enum#enum when suffix specified
Yosuke Kabuto
2016-09-12
1
-0
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-12
/
+12
*
Correctly return `associated_table` when `associated_with?` is true
Ryuta Kamizono
2016-07-10
1
-0
/
+5
*
Extract foreign key action from `information_schema`
Ryuta Kamizono
2016-06-07
1
-7
/
+8
*
Add Expression Indexes and Operator Classes support for PostgreSQL
Ryuta Kamizono
2016-04-24
1
-0
/
+1
*
Fix undefined method `owners' for NullPreloader:Class
Ladislav Smola
2016-04-06
1
-0
/
+6
*
Remove `except` helper for test schema
Ryuta Kamizono
2016-03-30
1
-7
/
+1
*
Execute default_scope defined by abstract class within the scope of subclass
Mehmet Emin İNAÇ
2016-03-08
1
-0
/
+5
*
eliminate warnings about multiple primary keys on habtm join tables
Aaron Patterson
2016-02-19
1
-1
/
+1
*
Use `t.index` in `create_table` instead of `add_index` in test schema
Ryuta Kamizono
2016-01-31
1
-6
/
+5
*
Add missing source_type if provided on hmt which belongs to an sti record
Vipul A M
2016-01-24
1
-0
/
+2
*
Use the database type to deserialize enum
Sean Griffin
2016-01-23
1
-0
/
+1
*
Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t...
Kasper Timm Hansen
2016-01-14
1
-1
/
+0
[next]