Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require ActiveSupport deprecatation file before using deprecate method in database_statements #150

Merged
1 commit merged into from Jan 4, 2011

Conversation

rsim
Copy link
Contributor

@rsim rsim commented Jan 4, 2011

Otherwise when using external ActiveRecord adapters (e.g. Oracle) database_statements might be loaded before active_support/core_ext/module/deprecation which results in NoMethodError (commit 60cf65d added "deprecate" call to database_statements.rb)

…d in database_statements

otherwise when using external ActiveRecord adapters (e.g. Oracle) database_statements might be loaded before active_support/core_ext/module/deprecation which results in NoMethodError (commit 60cf65d added "deprecate" call to database_statements.rb)
vijaydev pushed a commit that referenced this pull request Jun 26, 2013
replace version 3.2.3 by 4.0.0.beta in command line
@p8 p8 mentioned this pull request Mar 31, 2021
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant