issues
search
bibendi
/
activerecord-postgres_enum
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
MIT License
361
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix working with separate schemas
#62
attilahorvath
closed
5 months ago
1
Fix error on rollback
#61
BClark88
closed
5 months ago
1
Prevent empty lines in schema.rb if db has no enums
#60
Mayurifag
closed
10 months ago
3
Fix rake task name for schema load in README
#59
ka8725
closed
2 years ago
1
Adding array enum column in same migration as enum creation fails with "TypeError: can't quote Array"
#58
anaulin
opened
2 years ago
7
Incompatible with active record 6.1.4.4
#57
sam0x17
closed
2 years ago
1
fix: don't use original method from rails 7
#56
bibendi
closed
2 years ago
0
Rails 7 create_enum generates array of arrays in schema.rb
#55
dpaluy
closed
2 years ago
3
Converting existing columns from integers to enums
#54
Faq
closed
2 years ago
1
Rails 7
#53
bibendi
closed
2 years ago
0
Rails 7 rc1: undefined method 'ArgumentError'
#52
SeanLF
closed
2 years ago
5
Rails 7
#51
bibendi
closed
3 years ago
0
Error running with Rails 7.0 alpha
#50
noelrappin
closed
3 years ago
5
Ignore dumping enums if the connection does not support it.
#49
simonrentzke
closed
3 years ago
1
Update development stuff
#48
bibendi
closed
3 years ago
0
chore(deps-dev): update standard requirement from ~> 0.10 to ~> 1.1
#47
dependabot-preview[bot]
closed
3 years ago
1
Upgrade to GitHub-native Dependabot
#46
dependabot-preview[bot]
opened
3 years ago
1
chore(deps-dev): update rspec-rails requirement from ~> 4.0 to ~> 5.0
#45
dependabot-preview[bot]
closed
3 years ago
1
chore(deps-dev): update standard requirement from ~> 0.10 to ~> 1.0
#44
dependabot-preview[bot]
closed
3 years ago
1
Fix ruby 3.0 namig attributes incompatibility
#43
sveredyuk
closed
3 years ago
1
Ruby 3
#42
bibendi
closed
3 years ago
0
Symbols?
#41
sam0x17
opened
3 years ago
3
Rails 6.1: ArgumentError: wrong number of arguments (given 3, expected 2)
#40
sveredyuk
closed
3 years ago
8
Upgrade gems
#39
bibendi
closed
3 years ago
0
Update activerecord requirement from >= 5, < 6.1 to >= 5, < 6.2
#38
dependabot-preview[bot]
closed
3 years ago
3
Update rubocop requirement from ~> 0.58 to ~> 1.6
#37
dependabot-preview[bot]
closed
3 years ago
1
PG::ActiveSqlTransaction: ERROR: ALTER TYPE ... ADD cannot run inside a transaction block
#36
barash-asenov
closed
3 years ago
3
Update rubocop requirement from ~> 0.58 to ~> 1.5
#35
dependabot-preview[bot]
closed
3 years ago
1
Update rubocop requirement from ~> 0.58 to ~> 1.4
#34
dependabot-preview[bot]
closed
3 years ago
1
Update rubocop requirement from ~> 0.58 to ~> 1.3
#33
dependabot-preview[bot]
closed
3 years ago
1
Update rubocop requirement from ~> 0.58 to ~> 1.2
#32
dependabot-preview[bot]
closed
4 years ago
1
Update rubocop requirement from ~> 0.58 to ~> 1.1
#31
dependabot-preview[bot]
closed
4 years ago
1
Update rubocop requirement from ~> 0.58 to ~> 1.0
#30
dependabot-preview[bot]
closed
4 years ago
1
Add :force option to create_enum
#29
nirvdrum
closed
4 years ago
1
Guidance for existing pg enums
#28
darkporpoise
closed
4 years ago
2
Existance checks for create and drop enums and cascade: true for drop_enum
#27
hosembafer
closed
4 years ago
4
Add optional IF NOT EXISTS to add_enum_value
#26
hosembafer
closed
4 years ago
1
Add ability to remove value from enum type
#25
hosembafer
closed
4 years ago
2
Add drop_enum(:my_enum_type, force: :cascade, if_exists: true)
#24
shaicoleman
closed
4 years ago
2
add_enum_value with "if not exists"
#23
futuretap
closed
4 years ago
2
db:setup fails with ActiveRecord::StatementInvalid: PG::DuplicateObject
#22
emersonthis
closed
4 years ago
6
Update README with instructions for adding an enum column to an existing table
#21
kaka-ruto
closed
4 years ago
9
Ruby 2.7
#20
bibendi
closed
4 years ago
0
Fix Ruby 2.7 keyword arg deprecation warning
#19
bbonamin
closed
4 years ago
3
Update rspec-rails requirement from ~> 3.8 to ~> 4.0
#18
dependabot-preview[bot]
closed
3 years ago
4
Update rake requirement from ~> 12.3 to ~> 13.0
#17
dependabot-preview[bot]
closed
5 years ago
0
Add note on disable_ddl_transaction! to README
#16
mikker
closed
5 years ago
2
activerecord-pg_enum
#15
pirj
closed
5 years ago
2
Support complex enum values and ordering
#14
jeremy-ebler-vineti
closed
5 years ago
0
Change readme example to avoid 'crazy'
#13
searls
closed
5 years ago
1
Next