Hunter Madison

Results 27 comments of Hunter Madison

My notes on it https://gist.github.com/hmadison/304c1b514c6451da93b04571c33dc1d7

I feel like that it would make more sense to strip out anchors when we submit stories and have a migration go back through the `stories` table and strip out...

@pushcx I'm more than happy to tackle this.

If anyone is looking at tackling this, the `Story.find_similar_by_url` method itself can be dried up significantly using the [`Regexp.ecapse`](https://ruby-doc.org/core-2.6.5/Regexp.html#method-c-escape) method present in Ruby 2.6.

Can you provide the output of `rake db:second_base:rollback --trace`?

Sorry it took so long to get back to you, this appears to be a duplicate of #24. Can you try the mitigation steps listed there and see if they...

What error are you getting when trying to run migrations on heroku?

You can have SecondBase dump the schema from your remote database and use that during test/development, then in production use a read only account for access. I don't think supporting...

If you run `rake db:schema:dump` or `rake db:structure:dump` (depending on the setting of `config.active_record.schema_format`) from a rails application connected to the remote database and copy the resulting file into `db/secondbase`...