Geremia Taglialatela

Results 97 issues of Geremia Taglialatela

```rb add_foreign_key :countries, :regions ``` ``` == 20220724104350 AddRegionFkConstraints: migrating =========================== -- add_foreign_key(:countries, :regions) rails aborted! StandardError: An error has occurred, this and all later migrations canceled: PG::WrongObjectType: ERROR: "countries"...

bug
CRITICAL

Ruby: 3.0 Rails: 7.0 ChronoModel: master branch ### migration ```rb enable_extension :btree_gist create_table :countries, temporal: true do |t| t.string :name end create_table :cities, temporal: true do |t| t.references :country t.string...

bug

Found while trying to use `db:seed:replant` The problem is that `db:truncate_all` does not look into `temporal` and `history` schemas, so it does not find tables that should be trucated. It...

bug

There are a lot of changes between v1.2.2 and master back from 2019, I don't know if there is a breaking one and we should bump the major Please advise...

``` ActiveRecord::Tasks::DatabaseNotSupported - Rake tasks not supported by 'chronomodel' adapter: ``` rails/rails#34788

enhancement

Close #103 **What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [] Bug fix [x] New feature [ ] Other, please...

**What version of this package are you using?** 7.0.0 **What problem do you want to solve?** Use the latest stable versions of Standard JS (17) and Snazzy (9) **What do...

### Bug description I've updated my windows installation to 6.2.0 but I've noticed that in the preview something is weird. ![image](https://user-images.githubusercontent.com/556268/190855498-0a4cb730-9f27-4c8d-99fa-23b92e1ba501.png) ![image](https://user-images.githubusercontent.com/556268/190855485-d7384060-4db0-4f3c-ab9b-981b017617db.png) The bug is also (slightly) visible at https://fontawesome.com/icons/n?s=solid&f=classic...

bug

Use the built-in ActiveSupport::Testing::TimeHelpers

``` (byebug) Activity.count 193 (byebug) Activity.history.count 1632 (byebug) Activity.find_each(batch_size: 10).count 193 (byebug) Activity.history.find_each(batch_size: 10).count 10 ```

bug