aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Remove Rubocop's comments from Rails code basebogdanvlviv2018-07-261-1/+1
* Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-258-31/+19
|\
| * Turn on performance based copsDillon Welch2018-07-238-31/+19
* | Normalize time value not to be affected by summer timeRyuta Kamizono2018-07-253-10/+41
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-252-7/+7
|\ \
| * | Substitute references to task for commandAlberto Almagro2018-07-061-1/+1
| * | Recommend use of rails over bin/railsAlberto Almagro2018-07-062-6/+6
* | | Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
| |/ |/|
* | Merge pull request #30919 from seanlinsley/17622-before_save_strict_argumentsRyuta Kamizono2018-07-231-0/+27
|\ \
| * | add strict argument checking to ActiveRecord callbacksSean Linsley2018-07-221-0/+23
|/ /
* | Merge pull request #33415 from orhantoy/feature/docs-consistent-hash-syntaxGeorge Claghorn2018-07-221-8/+8
|\ \
| * | [ci skip] Use consistent hash syntax in AR docsOrhan Toy2018-07-221-8/+8
* | | [ci skip] Tidy up formatting of examplesOrhan Toy2018-07-221-12/+3
|/ /
* | Replace permissive Mocha expectationsutilum2018-07-222-32/+86
* | Replace Mocha#stubs with assert_called_withutilum2018-07-221-6/+11
* | Fix Mocha replacement that slipped out of #33337utilum2018-07-221-11/+15
* | CHANGELOG entryBrian Christian2018-07-191-0/+6
* | don't impose primary key order if limit() is definedBrian Christian2018-07-191-1/+1
* | tests for use of primary_key with limitBrian Christian2018-07-191-0/+15
* | Merge pull request #33394 from kamipo/avoid_extra_scopingEileen M. Uchitelle2018-07-193-2/+8
|\ \
| * | Avoid extra scoping in delegating to klass methods in the `scope` blockRyuta Kamizono2018-07-193-2/+8
* | | Merge pull request #33391 from utilum/method_call_assertions_instead_of_mochaRyuta Kamizono2018-07-195-98/+154
|\ \ \ | |/ / |/| |
| * | Use MethodCallAssertions instead of Mocha#expectsutilum2018-07-195-98/+154
* | | Fix `insert_fixtures_set` to be restored original connection flagsRyuta Kamizono2018-07-193-34/+116
|/ /
* | Revert "Short circuit the scoping delegation for `relation.all`"Ryuta Kamizono2018-07-191-1/+0
* | Merge pull request #33363 from ahorek/transaction_bugRafael França2018-07-182-5/+38
|\ \
| * | use set_server_option if possiblepavel2018-07-152-5/+38
* | | Merge pull request #33358 from azbshiri/summer-timeRafael França2018-07-182-2/+25
|\ \ \
| * | | Test DST both in local and utc timezoneAlireza Bashiri2018-07-171-2/+24
| * | | Implement change() to convert to "2001-01-01" firstSean Prashad2018-07-171-0/+1
* | | | Replace some more Mocha#stub calls with Minitestutilum2018-07-173-25/+46
* | | | Remove unnecessary Mocha stubutilum2018-07-171-1/+0
|/ / /
* | | Clarify test casesbogdanvlviv2018-07-153-15/+11
* | | Stub with Minitest instead of Mochautilum2018-07-156-461/+699
|/ /
* | Merge pull request #33350 from kamipo/address_blank_lines_automaticallyRafael França2018-07-129-21/+0
|\ \
| * | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-129-21/+0
* | | Merge pull request #28327 from rngtng/add-seed-dependencyRafael França2018-07-112-1/+6
|\ \ \ | |/ / |/| |
| * | Add missing load config dependency to `rake db:seed`Tobias Bielohlawek2018-07-102-1/+6
* | | Fix stubbed methods in test casesbogdanvlviv2018-07-102-3/+3
* | | Replace shallow mocks with Ruby classesutilum2018-07-105-18/+47
* | | Avoid unneeded expanded column aliases array cachingRyuta Kamizono2018-07-102-8/+5
|/ /
* | Reduce mocking by testing value instead of method callutilum2018-07-093-18/+24
* | Merge pull request #33309 from utilum/remove_unnecessary_mocha_stubsRafael França2018-07-095-48/+18
|\ \
| * | Remove unnecessary Mocha stubsutilum2018-07-075-48/+18
| |/
* | SQLite: Don't leak internal schema objectsRyuta Kamizono2018-07-093-4/+6
* | Subsecond precision is not supported until MySQL 5.6.4Ryuta Kamizono2018-07-092-19/+19
* | Merge pull request #33280 from nkondratyev/fix/mysql-time-default-valuesRyuta Kamizono2018-07-094-4/+20
|\ \ | |/ |/|
| * Fix default value for mysql time types with specified precisionNikolay Kondratyev2018-07-044-4/+20
|/
* Use `construct_join_dependency` in all placesRyuta Kamizono2018-07-033-13/+6
* Don't extract `readonly_value` each timeRyuta Kamizono2018-07-032-5/+7