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
*
MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola...
George Claghorn
2018-07-30
3
-7
/
+20
*
Extract `Relation#bind_attribute` for internal use
Ryuta Kamizono
2018-07-30
2
-8
/
+11
*
Extract `Relation#update_counters` for internal use
Ryuta Kamizono
2018-07-30
4
-34
/
+27
*
Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into String
Bart de Water
2018-07-28
1
-1
/
+1
*
Fix test failures due to Performance/RegexpMatch correction
Bart de Water
2018-07-28
1
-1
/
+3
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
2
-2
/
+2
*
Don't expose configuration for a test.
Kasper Timm Hansen
2018-07-28
2
-23
/
+12
*
Avoid logging ActiveRecord::LogSubscriber as the query source when the source...
lsylvester
2018-07-28
2
-12
/
+22
*
PostgreSQL 10 new relkind for partitioned tables (#31336)
Yannick Schutz
2018-07-27
2
-2
/
+24
*
Remove Rubocop's comments from Rails code base
bogdanvlviv
2018-07-26
1
-1
/
+1
*
Merge pull request #32381 from q-centrix/update-codeclimate-configs
Richard Schneeman
2018-07-25
8
-31
/
+19
|
\
|
*
Turn on performance based cops
Dillon Welch
2018-07-23
8
-31
/
+19
*
|
Normalize time value not to be affected by summer time
Ryuta Kamizono
2018-07-25
3
-10
/
+41
*
|
Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...
Matthew Draper
2018-07-25
2
-7
/
+7
|
\
\
|
*
|
Substitute references to task for command
Alberto Almagro
2018-07-06
1
-1
/
+1
|
*
|
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
2
-6
/
+6
*
|
|
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #30919 from seanlinsley/17622-before_save_strict_arguments
Ryuta Kamizono
2018-07-23
1
-0
/
+27
|
\
\
|
*
|
add strict argument checking to ActiveRecord callbacks
Sean Linsley
2018-07-22
1
-0
/
+23
|
/
/
*
|
Merge pull request #33415 from orhantoy/feature/docs-consistent-hash-syntax
George Claghorn
2018-07-22
1
-8
/
+8
|
\
\
|
*
|
[ci skip] Use consistent hash syntax in AR docs
Orhan Toy
2018-07-22
1
-8
/
+8
*
|
|
[ci skip] Tidy up formatting of examples
Orhan Toy
2018-07-22
1
-12
/
+3
|
/
/
*
|
Replace permissive Mocha expectations
utilum
2018-07-22
2
-32
/
+86
*
|
Replace Mocha#stubs with assert_called_with
utilum
2018-07-22
1
-6
/
+11
*
|
Fix Mocha replacement that slipped out of #33337
utilum
2018-07-22
1
-11
/
+15
*
|
CHANGELOG entry
Brian Christian
2018-07-19
1
-0
/
+6
*
|
don't impose primary key order if limit() is defined
Brian Christian
2018-07-19
1
-1
/
+1
*
|
tests for use of primary_key with limit
Brian Christian
2018-07-19
1
-0
/
+15
*
|
Merge pull request #33394 from kamipo/avoid_extra_scoping
Eileen M. Uchitelle
2018-07-19
3
-2
/
+8
|
\
\
|
*
|
Avoid extra scoping in delegating to klass methods in the `scope` block
Ryuta Kamizono
2018-07-19
3
-2
/
+8
*
|
|
Merge pull request #33391 from utilum/method_call_assertions_instead_of_mocha
Ryuta Kamizono
2018-07-19
5
-98
/
+154
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use MethodCallAssertions instead of Mocha#expects
utilum
2018-07-19
5
-98
/
+154
*
|
|
Fix `insert_fixtures_set` to be restored original connection flags
Ryuta Kamizono
2018-07-19
3
-34
/
+116
|
/
/
*
|
Revert "Short circuit the scoping delegation for `relation.all`"
Ryuta Kamizono
2018-07-19
1
-1
/
+0
*
|
Merge pull request #33363 from ahorek/transaction_bug
Rafael França
2018-07-18
2
-5
/
+38
|
\
\
|
*
|
use set_server_option if possible
pavel
2018-07-15
2
-5
/
+38
*
|
|
Merge pull request #33358 from azbshiri/summer-time
Rafael França
2018-07-18
2
-2
/
+25
|
\
\
\
|
*
|
|
Test DST both in local and utc timezone
Alireza Bashiri
2018-07-17
1
-2
/
+24
|
*
|
|
Implement change() to convert to "2001-01-01" first
Sean Prashad
2018-07-17
1
-0
/
+1
*
|
|
|
Replace some more Mocha#stub calls with Minitest
utilum
2018-07-17
3
-25
/
+46
*
|
|
|
Remove unnecessary Mocha stub
utilum
2018-07-17
1
-1
/
+0
|
/
/
/
*
|
|
Clarify test cases
bogdanvlviv
2018-07-15
3
-15
/
+11
*
|
|
Stub with Minitest instead of Mocha
utilum
2018-07-15
6
-461
/
+699
|
/
/
*
|
Merge pull request #33350 from kamipo/address_blank_lines_automatically
Rafael França
2018-07-12
9
-21
/
+0
|
\
\
|
*
|
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Ryuta Kamizono
2018-07-12
9
-21
/
+0
*
|
|
Merge pull request #28327 from rngtng/add-seed-dependency
Rafael França
2018-07-11
2
-1
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add missing load config dependency to `rake db:seed`
Tobias Bielohlawek
2018-07-10
2
-1
/
+6
*
|
|
Fix stubbed methods in test cases
bogdanvlviv
2018-07-10
2
-3
/
+3
*
|
|
Replace shallow mocks with Ruby classes
utilum
2018-07-10
5
-18
/
+47
*
|
|
Avoid unneeded expanded column aliases array caching
Ryuta Kamizono
2018-07-10
2
-8
/
+5
|
/
/
[next]