aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Ignore "gem "bundler" cannot be uninstalled because it is a default gem" errorYasuo Honda2017-11-011-1/+1
|/ / / / /
* | | | | updates autoloading guide for Ruby 2.5 [ci skip]Xavier Noria2017-11-011-1/+9
* | | | | Fix tests on Mail 2.7Jeremy Daer2017-10-314-23/+18
* | | | | Merge pull request #31026 from yahonda/diag_mail27Rafael França2017-10-312-0/+4
|\ \ \ \ \
| * | | | | Workaround for ActionMailer failures by not installing mail 2.7Yasuo Honda2017-11-012-0/+4
|/ / / / /
* | | | | Merge pull request #31025 from y-yagi/follow_up_31023_part2Guillermo Iguaran2017-10-311-0/+1
|\ \ \ \ \
| * | | | | Remove bundler 1.16.0yuuji.yaginuma2017-11-011-0/+1
|/ / / / /
* | | | | Merge pull request #31023 from y-yagi/avoid_latest_bundlerGuillermo Iguaran2017-10-311-1/+1
|\ \ \ \ \
| * | | | | Avoid bundler 1.16.0 for nowyuuji.yaginuma2017-11-011-1/+1
* | | | | | Fix failing `bundle install` on CIRyuta Kamizono2017-11-011-1/+1
* | | | | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-015-10/+14
|/ / / / /
* | | | | Merge pull request #31021 from yahonda/add_all_sequences_to_oracle_ignoredMatthew Draper2017-11-011-1/+1
|\ \ \ \ \
| * | | | | Address incorrect number of queries executed at Oracle enhanced adapterYasuo Honda2017-10-311-1/+1
* | | | | | Fix grammar issue [ci skip]Rafael França2017-10-311-1/+1
|/ / / / /
* | | | | Merge pull request #31013 from dgynn/rescue-layout-white-space-wrappingRafael França2017-10-311-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Prevent source line wrapping in rescue layoutDave Gynn2017-10-311-0/+1
|/ / / /
* | | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-3112-16/+16
|\ \ \ \
| * | | | removed unnecessary returnsShuhei Kitagawa2017-10-2812-16/+16
* | | | | Merge pull request #31012 from y-yagi/remove_unused_missing_requests_errorRafael França2017-10-302-4/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove unused `MissingRequestError`yuuji.yaginuma2017-10-312-4/+0
* | | | | `source_type_scope` should respect correct table aliasRyuta Kamizono2017-10-302-7/+17
* | | | | `PolymorphicReflection#scopes` is no longer used since a5651eb5Ryuta Kamizono2017-10-301-5/+0
* | | | | Merge pull request #31002 from ta1kt0me/call_ajax_without_beforeSendGuillermo Iguaran2017-10-293-2/+29
|\ \ \ \ \
| * | | | | Enable to call Rails.ajax without beforeSendta1kt0me2017-10-283-2/+29
* | | | | | Merge pull request #31007 from suginoy/doc_integer_bigintRyuta Kamizono2017-10-294-20/+20
|\ \ \ \ \ \
| * | | | | | [ci skip]Update the documentation about the primary key typesuginoy2017-10-294-20/+20
|/ / / / / /
* | | | | | Merge pull request #30996 from tscoville2012/tscoville2012-patch-1Eileen M. Uchitelle2017-10-281-0/+4
|\ \ \ \ \ \
| * | | | | | [ci skip] Updated 5_1_release_notes.md to include support to :text and :nothi...Tyler Scoville2017-10-271-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-2811-20/+24
|\ \ \ \ \ \
| * | | | | | removed unnecessary semicolonsShuhei Kitagawa2017-10-287-17/+17
| | |_|/ / / | |/| | | |
* / | | | | Keep rubocop happy with the new Selenium runnerMatthew Draper2017-10-281-4/+6
|/ / / / /
* | | | | Merge pull request #31003 from y-yagi/add_load_hook_for_system_test_caseRyuta Kamizono2017-10-282-0/+3
|\ \ \ \ \
| * | | | | Add load hook for `ActionDispatch::SystemTestCase`yuuji.yaginuma2017-10-282-0/+3
| |/ / / /
* | | | | Merge pull request #31001 from eugeneius/rm_x_post_data_format_docRyuta Kamizono2017-10-281-3/+0
|\ \ \ \ \
| * | | | | Remove mention of X-Post-Data-Format header [ci skip]Eugene Kenny2017-10-281-3/+0
| | |/ / / | |/| | |
* / | | | Puma Rack handler is required by CapybaraGuillermo Iguaran2017-10-281-2/+0
|/ / / /
* | | | Remove CHANGELOG entry for PR #28681 [ci skip]Prathamesh Sonpatki2017-10-271-4/+0
* | | | Fix all `s/trough/through/`Ryuta Kamizono2017-10-271-1/+1
* | | | Fix typo `s/trough/through/`Ryuta Kamizono2017-10-271-1/+1
* | | | Merge pull request #30682 from ahorek/fix_scope_forRyuta Kamizono2017-10-276-1/+11
|\ \ \ \
| * | | | delegate scope forpavel2017-10-276-1/+11
| |/ / /
* | | | Merge pull request #30995 from ahorek/fix_initial_countRyuta Kamizono2017-10-272-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | fix initial countpavel2017-10-272-1/+5
|/ / /
* | | Merge pull request #30674 from prognostikos/allow_procs_for_length_validatorRafael França2017-10-263-2/+43
|\ \ \
| * | | Allow passing a Proc or Symbol as an argument to length validator valuesMatt Rohrer2017-10-263-2/+43
|/ / /
* | | Merge pull request #30991 from y-yagi/remove_mention_about_evented_redisRyuta Kamizono2017-10-261-2/+2
|\ \ \
| * | | Remove mention about Evented Redis [ci skip]yuuji.yaginuma2017-10-261-2/+2
* | | | Merge pull request #30989 from joevandyk/patch-3Ryuta Kamizono2017-10-261-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | remove incorrect statement about serializable transactionsJoe Van Dyk2017-10-251-3/+1
|/ / /
* | | Merge pull request #30813 from y-yagi/remove_unused_secrets_ymlRyuta Kamizono2017-10-262-36/+0
|\ \ \