[Rails-core] Migration::CheckPending does not respect Rails.application.paths['db/migrate']

2015-05-24 Thread Sam Pierson
I have discovered that unlike the other parts of the migrations system, the Migration::CheckPending Rack module does not respect `Rails.application.paths['db/migrate']`. All the rake-driven migrations code benefits from: active_record/railties/databases.rake#L6

Re: [Rails-core] Migration::CheckPending does not respect Rails.application.paths['db/migrate']

2015-05-24 Thread richard schneeman
I wrote that code. Can you give me a PR with tests? Mention @schneems — Sent from Mailbox On Sun, May 24, 2015 at 2:09 PM, Sam Pierson sam.j.pier...@gmail.com wrote: I have discovered that unlike the other parts of the migrations system, the Migration::CheckPending Rack module does not