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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
Add `touch_all` method to `ActiveRecord::Relation`
fatkodima
2018-04-13
4
-11
/
+101
*
|
|
|
|
|
Merge pull request #32667 from yahonda/mod_empty_insert_statement_value
Rafael França
2018-04-20
3
-3
/
+3
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Allow `primary_key` argument to `empty_insert_statement_value`
Yasuo Honda
2018-04-20
3
-3
/
+3
*
|
|
|
|
|
Merge pull request #32650 from bogdanvlviv/return_back_slash_and_use___dir__
Rafael França
2018-04-19
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Return back "/" to the end of RAILS_GEM_ROOT
bogdanvlviv
2018-04-20
1
-1
/
+1
*
|
|
|
|
|
|
Don't expose `Relation#preload_associations` in the doc
Ryuta Kamizono
2018-04-20
1
-1
/
+1
*
|
|
|
|
|
|
Use assert_no_match for test_order_to_unscope_reordering
Yasuo Honda
2018-04-20
1
-1
/
+1
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #32645 from maneframe/skip_query_cache_merge
Rafael Mendonça França
2018-04-19
2
-2
/
+6
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix relation merging with skip_query_cache!
James Williams
2018-04-19
3
-3
/
+11
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
35
-144
/
+144
|
/
/
/
/
*
|
|
|
Remove unused attr_writer :joinable on Transaction
Eugene Kenny
2018-04-17
1
-1
/
+0
*
|
|
|
Add missing `require "benchmark"`
r7kamura
2018-04-15
1
-0
/
+1
*
|
|
|
Fix broken nodocs
Chris Arcand
2018-04-13
2
-2
/
+2
|
/
/
/
*
|
|
Fix database.yml merging
eileencodes
2018-04-12
1
-1
/
+1
*
|
|
don't check for immutability when setting skip_preloading as it doesn't effec...
Lachlan Sylvester
2018-04-12
3
-3
/
+12
*
|
|
Merge pull request #32498 from eugeneius/mutation_tracker_merge_changes
Ryuta Kamizono
2018-04-10
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Prevent changes_to_save from mutating attributes
Eugene Kenny
2018-04-08
1
-0
/
+8
*
|
|
Don't create namespaced tasks if single db application
eileencodes
2018-04-09
1
-2
/
+7
*
|
|
Allow schema/structure load for multiple databases
eileencodes
2018-04-09
1
-3
/
+3
*
|
|
Avoid generating full changes hash on every save
Eugene Kenny
2018-04-08
1
-1
/
+1
|
/
/
*
|
Make Mocha setup explcitly Minitest-specific
James Mead
2018-04-07
1
-1
/
+1
*
|
Merge pull request #32355 from kamipo/delegate_to_klass_in_a_scope
Rafael França
2018-04-06
5
-1
/
+30
|
\
\
|
*
|
Deprecate accessibility of private/protected class methods in named scope
Ryuta Kamizono
2018-03-30
4
-4
/
+16
|
*
|
Bring back private class methods accessibility in named scope
Ryuta Kamizono
2018-03-27
4
-2
/
+19
*
|
|
Fix structure:dump for multiple databases
eileencodes
2018-04-06
1
-2
/
+1
*
|
|
Merge pull request #32441 from composerinteralia/refute-not
Rafael França
2018-04-04
9
-16
/
+16
|
\
\
\
|
*
|
|
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
9
-16
/
+16
*
|
|
|
Merge pull request #32447 from utilum/splat
Rafael França
2018-04-04
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
passing splat keyword arguments as a single Hash
utilum
2018-04-04
1
-2
/
+3
*
|
|
|
|
Merge pull request #32414 from bogdan/query-cache-optimization
Rafael França
2018-04-04
2
-12
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Optimize the code inside AR::QueryCache middleware
Bogdan Gusiev
2018-04-04
2
-12
/
+6
*
|
|
|
|
Class methods in the `class_methods` blocks are wrongly appeared in the doc
Ryuta Kamizono
2018-04-04
1
-1
/
+1
*
|
|
|
|
Display db:drop description in ActiveRecord
Yoshiyuki Hirano
2018-04-03
1
-1
/
+3
*
|
|
|
|
Merge pull request #32415 from kamipo/remove_foreign_keys_module
Guillermo Iguaran
2018-04-02
4
-15
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Remove `ForeignKeys` module which was introduced at #32299
Ryuta Kamizono
2018-04-02
4
-15
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
[ci skip] Fully quantify Active Record module in changelog.
Kasper Timm Hansen
2018-04-02
1
-1
/
+1
*
|
|
|
|
Add AR::Base.base_class? predicate
Bogdan Gusiev
2018-04-02
8
-9
/
+27
|
/
/
/
/
*
|
|
|
Remove leftover blank sqlite3 file after in memory handler tests.
utilum
2018-04-01
1
-0
/
+2
*
|
|
|
Fix two-level database configurations with URLs
Eugene Kenny
2018-03-31
2
-11
/
+53
|
/
/
/
*
|
|
Merge pull request #32366 from utilum/use_current_config
Andrew White
2018-03-30
1
-1
/
+1
|
\
\
\
|
*
|
|
Use current_config in structure_dump
utilum
2018-03-29
1
-1
/
+1
*
|
|
|
Merge pull request #32384 from riseshia/remove-expired-document
Andrew White
2018-03-30
1
-15
/
+1
|
\
\
\
\
|
*
|
|
|
Remove expired explanation [ci skip]
Shia
2018-03-30
1
-15
/
+1
*
|
|
|
|
Remove shadowing variable warning
Andrew White
2018-03-30
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Fix intermittent CI failure due to setting explicit `person.id = 10`
Ryuta Kamizono
2018-03-30
1
-4
/
+0
*
|
|
|
Merge pull request #32338 from eugeneius/dont_clobber_foreign_key
Ryuta Kamizono
2018-03-30
2
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Don't unset foreign key when preloading missing record
Eugene Kenny
2018-03-24
2
-2
/
+4
*
|
|
|
|
Short circuit the scoping delegation for `relation.all`
Ryuta Kamizono
2018-03-30
1
-0
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #30956 from CJStadler/with-lock-changed-deprecation
Rafael França
2018-03-28
4
-1
/
+24
*
|
|
|
Merge pull request #32299 from davidstosik/expose-fk-ignore-pattern
Guillermo Iguaran
2018-03-27
6
-2
/
+36
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
[prev]
[next]