aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
|\ \ \
| * | | Remove unused `secrets.yml` templateyuuji.yaginuma2017-10-062-36/+0
* | | | Third party adapters doesn't support index orders yetRyuta Kamizono2017-10-261-2/+2
* | | | Merge pull request #30984 from yahonda/schema_dumper_pgRyuta Kamizono2017-10-262-9/+13
|\ \ \ \
| * | | | Implement `PostgreSQL::SchemaDumper#extensions`Yasuo Honda2017-10-252-9/+13
* | | | | Remove CHANGELOG entry that was backported to Rails 5.1.3. [ci skip] (#30986)प्रथमेश Sonpatki2017-10-251-7/+0
* | | | | Merge pull request #30965 from kmanzana/masterRafael Mendonça França2017-10-252-0/+22
|\ \ \ \ \
| * | | | | checking for nested attributes when attribute names specified to wrap them as...Kelton Manzanares2017-10-252-6/+21
| * | | | | Fixed functionality to include method in params_wrapper.rbRyan Perez2017-10-251-0/+7
|/ / / / /
* | | | | Merge pull request #30970 from rohitpaulk/fix-sqlite-3-index-order-dumpRafael França2017-10-253-2/+19
|\ \ \ \ \
| * | | | | Avoid using index_xinfo, only available in sqlite >= 3.8.9Paul Kuruvilla2017-10-251-9/+12
| * | | | | Save index order :desc to schema.rb (sqlite). Fixes #30902Paul Kuruvilla2017-10-243-3/+17
* | | | | | Merge pull request #30982 from willnet/add-space-before-curly-braceRafael França2017-10-251-2/+2
|\ \ \ \ \ \
| * | | | | | [ci skip]Add space before closing curly bracewillnet2017-10-251-2/+2
* | | | | | | Require capybara 2.15 because we depend on the new puma integrationRafael Mendonça França2017-10-251-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #30513 from y-yagi/fix_30444Akira Matsuda2017-10-252-2/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Does not include disabled element in paramsyuuji.yaginuma2017-09-032-2/+4
* | | | | | Merge pull request #30978 from y-yagi/change_vendor_path_to_app_rootGeorge Claghorn2017-10-241-2/+2
|\ \ \ \ \ \
| * | | | | | Change `VENDOR_PATH` to `APP_ROOT` in `bin/yarn`yuuji.yaginuma2017-10-251-2/+2