Sometimes we have to write some Rails code in the migrations and it's hard to keep them in working state because models wich are used there changes too often. there some techniques which help to avoid these pitfalls. For example, define model classes in the migrations or write raw SQL. But they don't help in 100% cases anyway. This gem promises to solve the problem in a simple way.
Required Ruby Version
>= 0
Authors
Andrey Koleshko
Versions
- 0.6.0 February 03, 2020 (10 KB)
- 0.5.0 February 02, 2020 (9.5 KB)
- 0.4.0 January 27, 2020 (9 KB)
- 0.3.1 October 11, 2018 (11 KB)
- 0.3.0 December 09, 2016 (10.5 KB)