Don't raise "Task not supported by..." exception for mysql2 adapter in 2-3-stable#8
Closed
sferik wants to merge 2 commits intorails:2-3-stablefrom
sferik:2-3-stable
Closed
Don't raise "Task not supported by..." exception for mysql2 adapter in 2-3-stable#8sferik wants to merge 2 commits intorails:2-3-stablefrom sferik:2-3-stable
sferik wants to merge 2 commits intorails:2-3-stablefrom
sferik:2-3-stable
Conversation
Object#returning should be Kernel#returning
Contributor
|
You should probably submit a patch to the official Ruby on Rails issue tracker: |
Contributor
|
awesome :) |
Contributor
Author
|
I created a ticket in the official issue tracker. Hope this makes it into 2.3.10. https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5592-patch-dont-raise-task-not-supported-by-exception-for-mysql2-adapter-in-2-3-stable |
keepcosmos
pushed a commit
to keepcosmos/rails
that referenced
this pull request
Jul 12, 2015
4_2_release_notes.md 번역시작함
rafaelfranca
pushed a commit
to rafaelfranca/omg-rails
that referenced
this pull request
Jul 31, 2017
Fix the migration class name
georgeclaghorn
pushed a commit
that referenced
this pull request
Dec 26, 2018
Add Mailbox and MailboxTest generators
ddollar
added a commit
to ddollar/rails
that referenced
this pull request
Jun 27, 2019
add tzdata gem
arthur-stace
added a commit
to arthur-stace/rails
that referenced
this pull request
Jun 20, 2020
Chore/deploy radicale
rossta
pushed a commit
to rossta/rails
that referenced
this pull request
Dec 12, 2020
Minor fix to comparison table
yahonda
pushed a commit
to yahonda/rails
that referenced
this pull request
Mar 30, 2022
Merge pull request rails#7 from yahonda/follow_up_rails_changes_to_support…
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was working with Rob Olson at Pivotal Labs debugging an issue running
rake specafter switching from the default mysql adapter to the mysql2 adapter. Changing the matcher from "mysql" to /mysql/ in databases.rake solved the problem.