aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Rearrange npm release process againMatthew Draper2017-02-231-42/+41
* | | | | Add a task to build a draft of the release announcementMatthew Draper2017-02-231-0/+69
* | | | | Do not override the global variableRafael Mendonça França2017-02-231-2/+2
* | | | | Update package.jsonRafael Mendonça França2017-02-232-2/+2
* | | | | Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-2322-44/+66
* | | | | Fix Rakefile loading generator relativelyRafael Mendonça França2017-02-231-1/+1
* | | | | Move documentation to the correct placeeileencodes2017-02-231-72/+72
* | | | | Use double quotes in the generated plugin test script.Kasper Timm Hansen2017-02-231-3/+3
* | | | | Merge pull request #28105 from y-yagi/add_wrapper_for_plugins_test_runnerKasper Timm Hansen2017-02-232-7/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add wrapper for plugin's test runneryuuji.yaginuma2017-02-222-7/+8
* | | | | Merge pull request #28131 from rails/chancancode-patch-1Andrew White2017-02-231-1/+1
|\ \ \ \ \
| * | | | | 🙈 :nodoc: `AS::Duration::ISO8601Serializer`Godfrey Chan2017-02-231-1/+1
|/ / / / /
* | | | | Merge pull request #28128 from rails/revert-28127-revert-28038-encrypted-secretsKasper Timm Hansen2017-02-2318-39/+485
|\ \ \ \ \
| * | | | | Yank the intricate immediately-exiting editor recognition.Kasper Timm Hansen2017-02-231-16/+2
| * | | | | Add back tests for test:units and test:functionals.Kasper Timm Hansen2017-02-231-12/+16
| * | | | | Fix test:units not hitting rake task.Kasper Timm Hansen2017-02-231-1/+2
| * | | | | Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-2317-27/+482
|/ / / / /
* | | | | Merge pull request #28125 from y-yagi/do_not_take_screenshots_when_test_skippedEileen M. Uchitelle2017-02-232-2/+16
|\ \ \ \ \
| * | | | | Do not take screenshot when test skippedyuuji.yaginuma2017-02-232-2/+16
* | | | | | Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-2317-482/+27
* | | | | | Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-2317-27/+482
|/ / / / /
* | | | | [ci skip] Fix more quotes in direct/resolve docsAndrew White2017-02-231-3/+3
* | | | | Merge pull request #23553 from kamipo/correctly_dump_native_timestamp_types_f...Rafael França2017-02-2210-5/+80
|\ \ \ \ \
| * | | | | Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-2310-5/+80
|/ / / / /
* | | | | Merge pull request #28114 from matthewd/deprecated-evented-redisMatthew Draper2017-02-232-1/+9
|\ \ \ \ \
| * | | | | Deprecate the EventedRedis subscription adapterMatthew Draper2017-02-232-1/+9
|/ / / / /
* | | | | Clarify use of params in `direct`Andrew White2017-02-222-0/+23
* | | | | Merge pull request #28098 from rails/rails-ujs-intergrationRafael França2017-02-2213-70/+407
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Test rails-ujs in our travis matrixRafael Mendonça França2017-02-2211-70/+338
| * | | | Move rails-ujs README and LICENCE to actionviewRafael Mendonça França2017-02-222-0/+69
|/ / / /
* | | | Merge pull request #27572 from matthewd/prerelease-specifierMatthew Draper2017-02-232-10/+9
|\ \ \ \
| * | | | Simplify the version specifier generated by prereleasesMatthew Draper2017-01-052-10/+9
* | | | | Add more missing requiresAndrew White2017-02-222-0/+2
* | | | | Bump removal of `/:controller/:action` to Rails 5.2Andrew White2017-02-221-2/+2
* | | | | Add missing requiresAndrew White2017-02-221-0/+4
* | | | | Add CHANGELOG entry for #28104Andrew White2017-02-221-0/+4
* | | | | Merge pull request #28104 from HashNotAdam/fix/preload_instance_variables_in_...Andrew White2017-02-222-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Preload to_datetime before freezing a TimeWithZone instanceAdam Rice2017-02-222-1/+3
* | | | | Merge pull request #28103 from y-yagi/remove_needless_extensionJon Moss2017-02-211-1/+1
|\ \ \ \ \
| * | | | | remove needless extension from system test example [ci skip]yuuji.yaginuma2017-02-221-1/+1
|/ / / / /
* | | | | Merge pull request #28100 from fernandes/patch-1Jon Moss2017-02-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [doc] Fix wrong class name in testing.mdCelso Fernandes2017-02-211-1/+1
|/ / / /
* | | | Merge pull request #28095 from matthewd/nested-database-configMatthew Draper2017-02-222-0/+69
|\ \ \ \
| * | | | Allow 3-level DB configs to group connections by environmentMatthew Draper2017-02-222-0/+69
* | | | | Merge pull request #28042 from kamipo/add_changelog_for_27384Rafael França2017-02-212-4/+8
|\ \ \ \ \
| * | | | | Add CHANGELOG entry for #27384 and #27762Ryuta Kamizono2017-02-172-4/+8
| | |_|_|/ | |/| | |
* | | | | [ci skip] Fix direct/resolve documentation.Kasper Timm Hansen2017-02-211-11/+11
* | | | | [ci skip] Fix typos in direct/resolve changelog.Kasper Timm Hansen2017-02-211-2/+2
* | | | | Merge pull request #23138 from rails/custom-url-helpers-and-polymorphic-urlsAndrew White2017-02-218-16/+787
|\ \ \ \ \
| * | | | | Fix schema leakage from dirty_test.rbAndrew White2017-02-211-0/+1