aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix numericality equality validation on floatsGannon McGibbon2018-12-123-10/+34
* | | | | Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffixRyuta Kamizono2018-12-133-0/+16
|\ \ \ \ \
| * | | | | Remove redundant suffixes on generated helpers.Gannon McGibbon2018-12-123-0/+16
* | | | | | Merge pull request #34690 from gmcgibbon/rm_integration_test_generator_suffixRyuta Kamizono2018-12-133-0/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove redundant suffixes on generated integration tests.Gannon McGibbon2018-12-123-0/+17
|/ / / / /
* | | | | Merge pull request #34681 from gmcgibbon/fix_boolean_system_test_scaffoldRafael França2018-12-124-3/+22
|\ \ \ \ \
| * | | | | Fix boolean interaction in scaffold system testsGannon McGibbon2018-12-124-3/+22
| |/ / / /
* | | | | Merge pull request #34689 from haruelico/beanstalkdRyuta Kamizono2018-12-131-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kr/beanstalkd permanently moved to beanstalkd/beanstalkdHarue Lico2018-12-131-3/+3
|/ / / /
* | | | Merge pull request #34686 from got2be/actioncable-channel-rescuableKasper Timm Hansen2018-12-122-1/+21
|\ \ \ \
| * | | | Add Missing ActiveSupport::Rescuable to ActionCable::ChannelIlia Kasianenko2018-12-122-1/+21
* | | | | Ensure that preventing writes is invoked before `materialize_transactions` co...Ryuta Kamizono2018-12-122-13/+23
* | | | | Merge pull request #34682 from gmcgibbon/rm_system_test_generator_suffixRyuta Kamizono2018-12-123-0/+23
|\ \ \ \ \
| * | | | | Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-113-0/+23
* | | | | | Merge pull request #34680 from jhawthorn/connected_to_questionEileen M. Uchitelle2018-12-122-0/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add AR::Base.connected_to?John Hawthorn2018-12-112-0/+34
| |/ / / /
* | | | | Merge pull request #34648 from y-yagi/fixes_34646Yuji Yaginuma2018-12-122-14/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-072-14/+31
* | | | | An empty transaction does not raise the `ReadOnlyError` if preventing writesRyuta Kamizono2018-12-114-3/+13
* | | | | Merge pull request #34670 from sambostock/prepend-module-in-active-storage-ov...Rafael França2018-12-101-8/+14
|\ \ \ \ \
| * | | | | Prepend module in ActiveStorage overviewSam Bostock2018-12-101-8/+14
|/ / / / /
* | | | | Merge pull request #34668 from toy/patch-1Rafael França2018-12-101-2/+2
|\ \ \ \ \
| * | | | | Fix typos in click test descriptions [ci skip]Ivan Kuchin2018-12-101-2/+2
|/ / / / /
* | | | | Merge pull request #34666 from vinistock/upgrade_rubocop_and_fix_offensesRafael França2018-12-108-183/+184
|\ \ \ \ \
| * | | | | Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-108-183/+184
* | | | | | An explain query does not raise the `ReadOnlyError` if preventing writesRyuta Kamizono2018-12-114-3/+11
* | | | | | Don't treat begin and rollback transactions as write queriesRyuta Kamizono2018-12-115-6/+17
|/ / / / /
* | | | | Prevent write queries with prepared statements for mysql2 adapterRyuta Kamizono2018-12-111-0/+4
* | | | | Prevent write queries for `exec_query`Ryuta Kamizono2018-12-113-1/+46
* | | | | Add test for reads environment credential file with environment variable keyyuuji.yaginuma2018-12-091-1/+17
* | | | | Do not require `webpacker` in Active Job integration testsyuuji.yaginuma2018-12-081-0/+1
* | | | | Merge pull request #34632 from rails/rename-write-on-read-errorEileen M. Uchitelle2018-12-078-17/+21
|\ \ \ \ \
| * | | | | Rename error that occurs when writing on a readEileen Uchitelle2018-12-078-17/+21
* | | | | | #create_or_find_by/!: add more tests and fix docs (#34653)Bogdan2018-12-082-2/+41
* | | | | | Merge pull request #34654 from rantler/fix_small_typo_in_upgrade_docsVipul A M2018-12-081-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typo in per-form CSRF token docs [ci skip]Randy Antler2018-12-071-1/+1
|/ / / / / /
* | | | | | Merge pull request #34643 from albertoalmagro/move-type-method-to-symbolRyuta Kamizono2018-12-071-6/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Expand metaprogramming for Symbol, Slash and Dot.Alberto Almagro2018-12-071-6/+7
| | |_|/ / | |/| | |
* / | | | Abort early if generator command fails (#34420)David Rodríguez2018-12-076-6/+33
|/ / / /
* | | | Merge pull request #34573 from WoH/firefox-right-click-bugRafael França2018-12-057-6/+100
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent unintended mouse keys from firing click eventsWoH2018-12-057-6/+100
* | | | Merge pull request #34194 from staugaard/staugaard/actioncable_unauthorizedRafael França2018-12-059-10/+46
|\ \ \ \
| * | | | Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-059-10/+46
* | | | | Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-055-1/+49
|/ / / /
* | | | Merge pull request #34626 from gmcgibbon/sqlite_pluck_quotingRyuta Kamizono2018-12-063-0/+12
|\ \ \ \
| * | | | Fix join table column quoting with SQLite.Gannon McGibbon2018-12-053-0/+12
* | | | | Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-055-1/+56
|\ \ \ \ \
| * | | | | Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-285-1/+56
* | | | | | Merge pull request #34621 from colby-swandale/update-bundler-2Rafael França2018-12-051-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | update bundler to 2.0.0.pre.2Colby Swandale2018-12-051-1/+1