aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename event variableAlberto Almagro2018-10-211-4/+4
* Merge pull request #34219 from wilddima/datetime-exception-messageRyuta Kamizono2018-10-212-3/+14
|\
| * Add new exception message to datetime from hash castwilddima2018-10-212-3/+14
* | Use String#truncate_bytes inside Multibyte::Chars#limitFrancesco Rodríguez2018-10-202-31/+1
* | Merge pull request #34265 from olivierlacan/flexbox-guides-indexJeremy Daer2018-10-205-37/+73
|\ \
| * | Replace outdated Rails Guides logoOlivier Lacan2018-10-193-1/+14
| * | Shorten unnecessarily long names for GuidesOlivier Lacan2018-10-191-16/+16
| * | Use CSS flexbox for Guides index menuOlivier Lacan2018-10-192-20/+43
* | | Consistently use kwargs for `instance_{reader,writer,accessor}` optionsRyuta Kamizono2018-10-202-19/+11
* | | Merge pull request #34260 from frodsan/fix/remove-unnecessary-escape-charRyuta Kamizono2018-10-202-4/+4
|\ \ \
| * | | Remove unnecessary escape characterFrancesco Rodríguez2018-10-192-4/+4
* | | | Missing require "active_support/number_helper/number_converter"Akira Matsuda2018-10-207-0/+14
* | | | Missing require "concurrent/hash"Akira Matsuda2018-10-201-0/+1
* | | | Missing require "active_support/callbacks"Akira Matsuda2018-10-201-0/+2
* | | | ActiveSupport module may not always already defined hereAkira Matsuda2018-10-202-150/+154
* | | | Missing require "active_support/dependencies/autoload"Akira Matsuda2018-10-201-0/+2
* | | | attribute_accessors no longer uses extract_options since a5b0c60714e1e8d8c182...Akira Matsuda2018-10-201-2/+0
* | | | Avoid running `webpacker:install` on tests that don't need ityuuji.yaginuma2018-10-202-6/+10
| |/ / |/| |
* | | Merge pull request #34257 from olivierlacan/verbose-query-logs-guidesRichard Schneeman2018-10-191-6/+43
|\ \ \ | |_|/ |/| |
| * | Add guides section on verbose query logs to DebuggingOlivier Lacan2018-10-191-6/+43
* | | Avoid running bundler on tests that don't need ityuuji.yaginuma2018-10-191-3/+3
| |/ |/|
* | Merge pull request #34256 from y-yagi/make_aj_integration_tests_work_on_ci_2Yuji Yaginuma2018-10-195-18/+30
|\ \
| * | Remove an extra `@mutex.synchronize`yuuji.yaginuma2018-10-191-12/+1
| * | Replace port number 5433 to 5432 which tests expectyuuji.yaginuma2018-10-191-2/+21
| * | Return a non zero code when can not connect to backend on CIyuuji.yaginuma2018-10-194-4/+8
| |/
* | Merge pull request #34249 from anthonygharvey/fix_testing_guide_typoYuji Yaginuma2018-10-191-1/+1
|\ \ | |/ |/|
| * Fix typo in testing guideanthonygharvey2018-10-171-1/+1
* | Deprecate Unicode's #pack_graphemes and #unpack_graphemes methodsFrancesco Rodríguez2018-10-183-4/+21
* | Merge pull request #34243 from deivid-rodriguez/fix_generated_gemfile_on_jrubyYuji Yaginuma2018-10-181-1/+1
|\ \ | |/ |/|
| * Fix generated Gemfile missing gems on jrubyDavid Rodríguez2018-10-171-1/+1
* | Don't expose internal `get_value`/`set_value` methodsRyuta Kamizono2018-10-182-11/+9
|/
* Merge pull request #34197 from schneems/schneems/symbol-hash-respond_toRichard Schneeman2018-10-173-12/+11
|\
| * ActiveRecord#respond_to? No longer allocates stringsschneems2018-10-153-12/+11
* | Remove and flip `index: true` for `references` in the doc [ci skip]Ryuta Kamizono2018-10-173-9/+9
* | Merge pull request #32146 from abhikanojia/association_guide_fixRyuta Kamizono2018-10-171-10/+10
|\ \
| * | Remove index:true option from belongs to as defaults to true.abhishekkanojia2018-03-011-10/+10
* | | Merge pull request #34233 from lucasprag/update_guideYuji Yaginuma2018-10-171-1/+1
|\ \ \
| * | | Update guide for the counter variable when rendering with the `as:` optionLucas Oliveira2018-10-161-1/+1
* | | | Consolidate duplicated code that initializing an empty model objectRyuta Kamizono2018-10-172-20/+8
* | | | Merge pull request #34232 from kamipo/check_versionRyuta Kamizono2018-10-174-27/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Consistently extract checking version for all adaptersRyuta Kamizono2018-10-174-27/+29
* | | | Refactor Chars#reverse and Chars#grapheme_lengthFrancesco Rodríguez2018-10-161-2/+2
* | | | Merge pull request #34231 from brasscapon/rails_fiveGannon McGibbon2018-10-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix mapping of contentAdam Demirel2018-10-171-1/+1
* | | | Merge pull request #34227 from bkuhlmann/master-lazy_mysql_version_check_supportAaron Patterson2018-10-161-4/+11
|\ \ \ \
| * | | | Refactored abstract MySQL adapter to support lazy version check.Brooke Kuhlmann2018-10-161-4/+11
| | |_|/ | |/| |
* | | | Merge pull request #34220 from bogdanvlviv/follow-up-33571Gannon McGibbon2018-10-161-3/+3
|\ \ \ \
| * | | | Clarify docs of `ActiveJob::TestHelper` [ci skip]bogdanvlviv2018-10-161-3/+3
* | | | | Merge pull request #34203 from albertoalmagro/add-habtm-singular-ids-regressi...Ryuta Kamizono2018-10-161-0/+12
|\ \ \ \ \
| * | | | | Add regression test against habtm memoized singular_idsAlberto Almagro2018-10-161-0/+12