issues
search
DatabaseCleaner
/
database_cleaner-active_record
Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
MIT License
64
stars
63
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Parallelized truncates
#116
florrain
opened
4 days ago
0
Add option to specify CASCADE and RESTRICT for Truncation strategy
#115
nnishimura
opened
2 months ago
0
Provide a 'Changelog' link on rubygems.org/gems/database_cleaner-acti…
#114
mark-young-atg
opened
3 months ago
0
Only send a single query for all deletion alterations
#113
estepnv
opened
3 months ago
0
Upgrade from 2.1.0 to 2.2.0 breaks Rails initialization
#112
alois-gaucher
closed
2 months ago
0
Fix appraisals
#111
tagliala
closed
4 months ago
0
[Feature][DX] Add Docker Configuration for Development
#109
etagwerker
opened
4 months ago
0
Cleaning does not occur on subsequent specs when there are two databases and shared examples
#110
coderberry
opened
5 months ago
1
Add support for horizontal sharding for Rails 6.1+
#108
alexeisersun
opened
5 months ago
0
Fix CI and Rails 7.1 compatibility on main
#107
tagliala
closed
4 months ago
1
CI is not being executed against Rails 7.1 stable (and probably 7.1 compatibility is broken on main)
#106
tagliala
closed
4 months ago
0
Drop Rails 6.0 & Ruby 3.0 (and older) Support
#105
etagwerker
closed
4 months ago
0
Do not load `ActiveRecord` too early
#104
fatkodima
closed
4 months ago
1
For PG truncate, fetch last_value from sequence
#103
cwjenkins
closed
4 months ago
0
Address deprecation of `ActiveRecord::Base.connection` in Rails 7.2
#102
joshuay03
closed
5 months ago
2
Support Rails 7.2+
#101
ghiculescu
closed
5 months ago
5
Transaction strategy configured with symbol(connection name) does not work
#100
kaorukobo
opened
8 months ago
1
Add option to specify `CASCADE` and `RESTRICT` for Truncation strategy
#99
thegeorgeous
opened
9 months ago
0
Avoid accidental replacement of main DB model connections
#98
kaorukobo
opened
9 months ago
2
Accidental replacement of main DB model connections in multi-database env
#97
kaorukobo
opened
9 months ago
2
Refactor
#96
betesh
closed
5 months ago
1
[FIX] Make more meaningful methods name
#95
maniSHarma7575
closed
5 months ago
0
[FIX] Typo for deletion strategy
#94
maniSHarma7575
closed
5 months ago
4
Fix reset_ids test with Trilogy adapter
#93
eugeneius
closed
5 months ago
0
Unable to load application: LoadError: cannot load such file -- database_cleaner/active_record
#92
anaProdigy
opened
12 months ago
0
Avoid loading ActiveRecord::Base early
#91
casperisfine
closed
1 year ago
1
Defer code loading when active record is properly loaded
#90
benoittgt
closed
1 year ago
1
Issue with the upcoming Factory Bot Rails due to lacking of lazy load hooks
#89
tagliala
closed
1 year ago
4
Fix specs to account for trilogy
#88
petergoldstein
closed
1 year ago
0
truncation and deletion doesn't call after_commit
#87
tomocrafter
opened
1 year ago
0
Stale connection in `DatabaseCleaner::ActiveRecord::Truncation#connection`
#86
dmolesUC
opened
1 year ago
1
Add basic support for trilogy
#85
zhaitz
closed
1 year ago
0
Support for rails 7.1
#82
mathieujobin
closed
1 year ago
1
Broken with Rails 7.1
#81
mathieujobin
closed
1 year ago
2
Add Rails main to the CI to support Rails 7.1
#80
sebaherrera07
closed
1 year ago
3
Add Ruby 3.2 to the CI matrix
#79
petergoldstein
closed
1 year ago
0
Adds rails-7-1 support
#78
eis-ioki
closed
1 year ago
5
Add a WHERE clause to delete statement
#77
Connorhd
closed
1 year ago
0
v2.0.1 is throwing deprecation warning for using #tables instead of #data_sources
#84
EduardoRSeifert
closed
1 year ago
3
Add support for ruby version 3.1 and psych 4.0
#76
eikes
closed
2 years ago
3
use ActiveRecord::Base.connection.schema_migration.table_name instead ActiveRecord::SchemaMigration.table_name for Rails 7.1 more
#75
QWYNG
closed
1 year ago
3
Always exclude `pg_*` tables in PostgreSQL truncation
#74
jscheid
opened
2 years ago
0
edge rails (future 7.1) no longer has ActiveRecord::SchemaMigration.table_name
#83
jrochkind
closed
1 year ago
4
Use lock syncronize on transaction rollback
#73
malclocke
closed
4 months ago
0
Cleaning fails with PG::UndefinedColumn: ERROR: column "increment_by" does not exist
#72
jamesbebbington
closed
2 years ago
2
Reset ids option
#71
Crammaman
closed
1 year ago
1
README.md -> invalid ruby syntax
#70
waghanza
opened
2 years ago
0
Switch to GitHub Actions and Add Ruby 3.1 / Rails 7
#69
petergoldstein
closed
2 years ago
0
Delete cascade
#68
SampsonCrowley
closed
2 years ago
1
Update README.md
#67
budnik
closed
2 years ago
1
Next