aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable `Performance/ReverseEach` cop to avoid newly adding `reverse.each`Ryuta Kamizono2019-03-061-0/+3
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2019-03-055-26/+25
|\
| * Ensure `clear_cache!` clears the prepared statements cacheRyuta Kamizono2019-03-065-26/+25
* | Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...David Heinemeier Hansson2019-03-055-11/+77
|/
* Add insert_all to ActiveRecord models (#35077)Bob Lail2019-03-0512-17/+613
* Reset `connection_handlers` to default when any test dirties thatRyuta Kamizono2019-03-051-0/+4
* Decrypt the ASt test config if availableMatthew Draper2019-03-051-0/+8
* Merge pull request #35473 from rmacklin/patch-1Ryuta Kamizono2019-03-051-1/+1
|\
| * Fix guide to use correct number of files created by controller generatorrmacklin2019-03-041-1/+1
* | Merge pull request #35474 from sharang-d/patch-3Ryuta Kamizono2019-03-051-1/+1
|\ \ | |/ |/|
| * Fix typo in test nameSharang Dashputre2019-03-051-1/+1
|/
* Merge pull request #35434 from matthewd/faster-isolated-arMatthew Draper2019-03-052-2/+56
|\
| * Clean up AR's isolated test runnerMatthew Draper2019-03-052-3/+21
| * Copy the forking isolated test runner from railtiesMatthew Draper2019-03-051-2/+38
* | Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-0410-1/+334
* | Merge pull request #35469 from sharang-d/patch-2Vipul A M2019-03-041-1/+1
|\ \
| * | Fix typo in CHANGELOG.md [ci skip]Sharang Dashputre2019-03-041-1/+1
|/ /
* | Merge pull request #35350 from kamipo/deprecate_validate_uniqueness_mismatche...Ryuta Kamizono2019-03-046-12/+86
|\ \
| * | Deprecate mismatched collation comparison for uniquness validatorRyuta Kamizono2019-03-046-12/+86
|/ /
* | Merge pull request #35467 from bogdanvlviv/move-changelog-entry-about-reselec...Kasper Timm Hansen2019-03-041-9/+9
|\ \
| * | Move changelog entry about `reselect` method to the section of the next releasebogdanvlviv2019-03-041-9/+9
|/ /
* | Correctly escape ERB tagyuuji.yaginuma2019-03-041-1/+1
* | Add an example about how to load images under app/javascript/imagesGuillermo Iguaran2019-03-031-0/+8
* | Merge pull request #35460 from abhaynikam/33611-follow-up-on-add-reselectRyuta Kamizono2019-03-044-2/+16
|\ \
| * | Fixed reselect throwing NoMethodError on ActiveRecord.Abhay Nikam2019-03-034-2/+16
* | | Merge pull request #35462 from yahonda/another_30_byte_limitGeorge Claghorn2019-03-032-14/+6
|\ \ \ | |/ / |/| |
| * | Remove unnecessary `current_adapter?(:OracleAdapter)` for index lengthYasuo Honda2019-03-032-14/+6
|/ /
* | Merge pull request #35457 from yahonda/run_delte_all_testRyuta Kamizono2019-03-031-19/+17
|\ \
| * | Oracle database can run `delete` statement with `order by` and`fetch first n ...Yasuo Honda2019-03-031-19/+17
* | | Merge pull request #35456 from yahonda/rails_datetime_mapped_to_oracle_timestampRyuta Kamizono2019-03-031-12/+2
|\ \ \
| * | | Rails `DateTime` type is mapped to Oracle `TIMESTAMP` since Rails 5.0Yasuo Honda2019-03-031-12/+2
| |/ /
* | | Merge pull request #35455 from yahonda/revert_9395Ryuta Kamizono2019-03-031-10/+2
|\ \ \ | |/ / |/| |
| * | Oracle 12.2+ supports 128 byte identifier lengthYasuo Honda2019-03-031-10/+2
* | | activesupport: Simplify class_attribute implementation (#35454)Dylan Thacker-Smith2019-03-031-15/+10
|/ /
* | Merge pull request #35446 from jhawthorn/actionmailer_format_assignmentAaron Patterson2019-03-015-2/+17
|\ \
| * | Add test and change how format set in ActionMailerJohn Hawthorn2019-03-015-2/+17
|/ /
* | Merge pull request #35429 from jhawthorn/template_format_nilAaron Patterson2019-03-019-19/+16
|\ \
| * | Remove query_format argument from resolverJohn Hawthorn2019-02-263-5/+5
| * | Create templates with format=nilJohn Hawthorn2019-02-266-9/+11
| * | Allow format to be nilJohn Hawthorn2019-02-261-5/+0
* | | Use the correct model in the testRafael Mendonça França2019-03-011-1/+1
* | | Merge pull request #35441 from kamipo/allow_from_with_index_hintRyuta Kamizono2019-03-012-12/+27
|\ \ \
| * | | Relax table name detection in `from` to allow any extension like INDEX hintRyuta Kamizono2019-03-012-12/+27
* | | | Merge pull request #35431 from kamipo/enable_sql_cache_on_findRyuta Kamizono2019-03-012-4/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Enable SQL statement cache for `find` on base class as with `find_by`Ryuta Kamizono2019-03-012-4/+23
* | | | Merge pull request #33611 from willianveiga/feature/reselect-methodAndrew White2019-03-014-0/+58
|\ \ \ \
| * | | | Avoid creating an extra relation instanceWillian Gustavo Veiga2018-10-241-2/+9
| * | | | Merge branch 'master' into feature/reselect-methodWillian Gustavo Veiga2018-10-2253-363/+427
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/reselect-methodWillian Gustavo Veiga2018-10-1749-347/+518
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/reselect-methodWillian Gustavo Veiga2018-10-11137-1275/+2336
| |\ \ \ \ \ \