aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34279 from bogdanvlviv/remove-extra-remove_file-skip_acti...Ryuta Kamizono2018-10-221-1/+0
|\
| * Remove extra call `remove_file` on `rails new` with `--skip_action_cable`bogdanvlviv2018-10-221-1/+0
* | Merge pull request #34273 from albertoalmagro/improve-event-variable-namingEileen M. Uchitelle2018-10-221-4/+4
|\ \
| * | Rename event variableAlberto Almagro2018-10-211-4/+4
* | | Merge pull request #34274 from bogdanvlviv/remove-yarn-files-from-gitignore-t...Ryuta Kamizono2018-10-223-17/+3
|\ \ \ | |_|/ |/| |
| * | Add `/yarn-error.log` to `.gitignore`bogdanvlviv2018-10-211-1/+2
| * | Remove yarn's files from `.gitignore` template for new rails appbogdanvlviv2018-10-212-16/+1
* | | Merge pull request #34277 from bogdanvlviv/remove-javascripts-javascripts_eng...Ryuta Kamizono2018-10-222-4/+0
|\ \ \
| * | | Remove `javascripts` and `javascript_engine` options for generatorsbogdanvlviv2018-10-222-4/+0
| |/ /
* | | Merge pull request #34276 from bogdanvlviv/remove-javascript-option-from-the-...Ryuta Kamizono2018-10-221-1/+1
|\ \ \ | |/ / |/| |
| * | Remove `:javascript` from `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`bogdanvlviv2018-10-221-1/+1
|/ /
* | Correct some tests related to changes in #33079 (#34272)Bogdan2018-10-222-4/+6
* | Merge pull request #34270 from eugeneius/read_write_attribute_allocationsRyuta Kamizono2018-10-222-8/+6
|\ \ | |/ |/|
| * Reduce string allocations in read/write_attributeEugene Kenny2018-10-212-8/+6
|/
* 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
|\ \ \