Glen Barnes
Glen Barnes
@komalharmale Did you ever resolve this? We have the same issue.
> I fixed my migration issue with the dropping of foreign key indexes by adding a function to be more careful about how it gets done...probably necessary b/c I'm on...
This is an issue on a new DB as well (I just ran across it). It is because the previous migration does this: ``` create_table ActsAsTaggableOn.taggings_table do |t| t.references :tag,...
> The estimate for SC and TC is Q3 2023. @mjabbink Needs to be updated again I guess? Dao we have any estimate on the latest release dates?
I just ran into this problem now as well. I just changed the following and it works: ``` "Nexus 5x": { "offset": "+53+231", "width": 1080 }, ``` to ``` "Nexus...
All of the above ;-) Personally we use Ubuntu so an Upstart script would work just as well for me. At least start with that and some instructions and add...
Just another datapoint from me. I am getting this error upgrading from Rails 7.2.2.1 to Rails 8.0.0.1. Rails 7.2.* worked fine. No idea what to check. I'm using Database Cleaner,...