Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Reduce string allocations in read/write_attribute | Eugene Kenny | 2018-10-21 | 2 | -8/+6 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #34219 from wilddima/datetime-exception-message | Ryuta Kamizono | 2018-10-21 | 2 | -3/+14 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add new exception message to datetime from hash cast | wilddima | 2018-10-21 | 2 | -3/+14 | |
* | | | | | | | | | | | Use String#truncate_bytes inside Multibyte::Chars#limit | Francesco Rodríguez | 2018-10-20 | 2 | -31/+1 | |
* | | | | | | | | | | | Merge pull request #34265 from olivierlacan/flexbox-guides-index | Jeremy Daer | 2018-10-20 | 5 | -37/+73 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Replace outdated Rails Guides logo | Olivier Lacan | 2018-10-19 | 3 | -1/+14 | |
| * | | | | | | | | | | | Shorten unnecessarily long names for Guides | Olivier Lacan | 2018-10-19 | 1 | -16/+16 | |
| * | | | | | | | | | | | Use CSS flexbox for Guides index menu | Olivier Lacan | 2018-10-19 | 2 | -20/+43 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Consistently use kwargs for `instance_{reader,writer,accessor}` options | Ryuta Kamizono | 2018-10-20 | 2 | -19/+11 | |
* | | | | | | | | | | | Merge pull request #34260 from frodsan/fix/remove-unnecessary-escape-char | Ryuta Kamizono | 2018-10-20 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove unnecessary escape character | Francesco Rodríguez | 2018-10-19 | 2 | -4/+4 | |
* | | | | | | | | | | | | Missing require "active_support/number_helper/number_converter" | Akira Matsuda | 2018-10-20 | 7 | -0/+14 | |
* | | | | | | | | | | | | Missing require "concurrent/hash" | Akira Matsuda | 2018-10-20 | 1 | -0/+1 | |
* | | | | | | | | | | | | Missing require "active_support/callbacks" | Akira Matsuda | 2018-10-20 | 1 | -0/+2 | |
* | | | | | | | | | | | | ActiveSupport module may not always already defined here | Akira Matsuda | 2018-10-20 | 2 | -150/+154 | |
* | | | | | | | | | | | | Missing require "active_support/dependencies/autoload" | Akira Matsuda | 2018-10-20 | 1 | -0/+2 | |
* | | | | | | | | | | | | attribute_accessors no longer uses extract_options since a5b0c60714e1e8d8c182... | Akira Matsuda | 2018-10-20 | 1 | -2/+0 | |
* | | | | | | | | | | | | Avoid running `webpacker:install` on tests that don't need it | yuuji.yaginuma | 2018-10-20 | 2 | -6/+10 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #34257 from olivierlacan/verbose-query-logs-guides | Richard Schneeman | 2018-10-19 | 1 | -6/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Add guides section on verbose query logs to Debugging | Olivier Lacan | 2018-10-19 | 1 | -6/+43 | |
* | | | | | | | | | | | Avoid running bundler on tests that don't need it | yuuji.yaginuma | 2018-10-19 | 1 | -3/+3 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #34256 from y-yagi/make_aj_integration_tests_work_on_ci_2 | Yuji Yaginuma | 2018-10-19 | 5 | -18/+30 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove an extra `@mutex.synchronize` | yuuji.yaginuma | 2018-10-19 | 1 | -12/+1 | |
| * | | | | | | | | | | Replace port number 5433 to 5432 which tests expect | yuuji.yaginuma | 2018-10-19 | 1 | -2/+21 | |
| * | | | | | | | | | | Return a non zero code when can not connect to backend on CI | yuuji.yaginuma | 2018-10-19 | 4 | -4/+8 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #34249 from anthonygharvey/fix_testing_guide_typo | Yuji Yaginuma | 2018-10-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix typo in testing guide | anthonygharvey | 2018-10-17 | 1 | -1/+1 | |
* | | | | | | | | | | Deprecate Unicode's #pack_graphemes and #unpack_graphemes methods | Francesco Rodríguez | 2018-10-18 | 3 | -4/+21 | |
* | | | | | | | | | | Merge pull request #34243 from deivid-rodriguez/fix_generated_gemfile_on_jruby | Yuji Yaginuma | 2018-10-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix generated Gemfile missing gems on jruby | David Rodríguez | 2018-10-17 | 1 | -1/+1 | |
* | | | | | | | | | | Don't expose internal `get_value`/`set_value` methods | Ryuta Kamizono | 2018-10-18 | 2 | -11/+9 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #34197 from schneems/schneems/symbol-hash-respond_to | Richard Schneeman | 2018-10-17 | 3 | -12/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ActiveRecord#respond_to? No longer allocates strings | schneems | 2018-10-15 | 3 | -12/+11 | |
* | | | | | | | | | | Remove and flip `index: true` for `references` in the doc [ci skip] | Ryuta Kamizono | 2018-10-17 | 3 | -9/+9 | |
* | | | | | | | | | | Merge pull request #32146 from abhikanojia/association_guide_fix | Ryuta Kamizono | 2018-10-17 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove index:true option from belongs to as defaults to true. | abhishekkanojia | 2018-03-01 | 1 | -10/+10 | |
* | | | | | | | | | | | Merge pull request #34233 from lucasprag/update_guide | Yuji Yaginuma | 2018-10-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update guide for the counter variable when rendering with the `as:` option | Lucas Oliveira | 2018-10-16 | 1 | -1/+1 | |
* | | | | | | | | | | | | Consolidate duplicated code that initializing an empty model object | Ryuta Kamizono | 2018-10-17 | 2 | -20/+8 | |
* | | | | | | | | | | | | Merge pull request #34232 from kamipo/check_version | Ryuta Kamizono | 2018-10-17 | 4 | -27/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Consistently extract checking version for all adapters | Ryuta Kamizono | 2018-10-17 | 4 | -27/+29 | |
* | | | | | | | | | | | | Refactor Chars#reverse and Chars#grapheme_length | Francesco Rodríguez | 2018-10-16 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge pull request #34231 from brasscapon/rails_five | Gannon McGibbon | 2018-10-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix mapping of content | Adam Demirel | 2018-10-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #34227 from bkuhlmann/master-lazy_mysql_version_check_support | Aaron Patterson | 2018-10-16 | 1 | -4/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Refactored abstract MySQL adapter to support lazy version check. | Brooke Kuhlmann | 2018-10-16 | 1 | -4/+11 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #34220 from bogdanvlviv/follow-up-33571 | Gannon McGibbon | 2018-10-16 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Clarify docs of `ActiveJob::TestHelper` [ci skip] | bogdanvlviv | 2018-10-16 | 1 | -3/+3 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #34203 from albertoalmagro/add-habtm-singular-ids-regressi... | Ryuta Kamizono | 2018-10-16 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add regression test against habtm memoized singular_ids | Alberto Almagro | 2018-10-16 | 1 | -0/+12 |