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

Remove obsolete activerecord patch #1611

Closed
wants to merge 4 commits into from

Conversation

limhoff-r7
Copy link
Contributor

[#46224565]

The following rake tasks are added and work similar to how they work in
rails apps:
* db:create
* db:drop
* db:migrate
* db:migrate:status
* db:rollback
* db:schema:dump
* db:schema:load
* db:seed (but no db seeds defined at this time)
* db:setup
* db:version

The hidden task db:test:prepare is also available, which means `rake
spec` can depend on it so that the test database is dropped and
recreated from the development database when running specs (Although
there are yet to be database tests, this branch is in preparation for
that work that will be split between multiple developers.)
[#46141013]

Spec the desired behavior for ConnectionPool prior to removing the patch
to sync with upstream 3.2.12.
[#46141013]

Version 3.2.12 of activerecord contains the changes that the original
patch made so the patch is no longer needed.
@limhoff-r7
Copy link
Contributor Author

@limhoff-r7
Copy link
Contributor Author

This pull request is a superset of #1592 so if this pull request is accepted, then 1592 will be closed automatically.

@limhoff-r7
Copy link
Contributor Author

Verification Steps:

Because this pull request is a superset of #1592, please complete its Verification Step before proceeding to the below steps.

  • rake spec
  • VERIFY no errors

@todb-r7
Copy link

todb-r7 commented Mar 19, 2013

Looks good -- especially love the part where you re-implemented the connection pool test as a rake spec to prove that the patch is no longer needed. Thanks!

@todb-r7 todb-r7 closed this in 6618c09 Mar 19, 2013
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

2 participants