Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / bibendi/activerecord-postgres_enum issues and pull requests

#62 - Fix working with separate schemas

Pull Request - State: closed - Opened by attilahorvath 4 months ago - 1 comment

#61 - Fix error on rollback

Pull Request - State: closed - Opened by BClark88 4 months ago - 1 comment

#60 - Prevent empty lines in schema.rb if db has no enums

Pull Request - State: closed - Opened by Mayurifag 9 months ago - 3 comments

#59 - Fix rake task name for schema load in README

Pull Request - State: closed - Opened by ka8725 almost 2 years ago - 1 comment

#57 - Incompatible with active record 6.1.4.4

Issue - State: closed - Opened by sam0x17 almost 3 years ago - 1 comment

#56 - fix: don't use original method from rails 7

Pull Request - State: closed - Opened by bibendi almost 3 years ago
Labels: bug

#55 - Rails 7 create_enum generates array of arrays in schema.rb

Issue - State: closed - Opened by dpaluy almost 3 years ago - 3 comments
Labels: bug

#54 - Converting existing columns from integers to enums

Issue - State: closed - Opened by Faq almost 3 years ago - 1 comment
Labels: question

#53 - Rails 7

Pull Request - State: closed - Opened by bibendi almost 3 years ago
Labels: enhancement

#52 - Rails 7 rc1: undefined method 'ArgumentError'

Issue - State: closed - Opened by SeanLF almost 3 years ago - 5 comments
Labels: bug

#51 - Rails 7

Pull Request - State: closed - Opened by bibendi almost 3 years ago
Labels: enhancement, dependencies

#50 - Error running with Rails 7.0 alpha

Issue - State: closed - Opened by noelrappin about 3 years ago - 5 comments

#49 - Ignore dumping enums if the connection does not support it.

Pull Request - State: closed - Opened by simonrentzke about 3 years ago - 1 comment

#48 - Update development stuff

Pull Request - State: closed - Opened by bibendi about 3 years ago
Labels: enhancement

#47 - chore(deps-dev): update standard requirement from ~> 0.10 to ~> 1.1

Pull Request - State: closed - Opened by dependabot-preview[bot] over 3 years ago - 1 comment
Labels: dependencies

#46 - Upgrade to GitHub-native Dependabot

Pull Request - State: open - Opened by dependabot-preview[bot] over 3 years ago - 1 comment
Labels: dependencies

#45 - chore(deps-dev): update rspec-rails requirement from ~> 4.0 to ~> 5.0

Pull Request - State: closed - Opened by dependabot-preview[bot] over 3 years ago - 1 comment
Labels: dependencies

#44 - chore(deps-dev): update standard requirement from ~> 0.10 to ~> 1.0

Pull Request - State: closed - Opened by dependabot-preview[bot] over 3 years ago - 1 comment
Labels: dependencies

#43 - Fix ruby 3.0 namig attributes incompatibility

Pull Request - State: closed - Opened by sveredyuk over 3 years ago - 1 comment

#42 - Ruby 3

Pull Request - State: closed - Opened by bibendi over 3 years ago
Labels: bug

#41 - Symbols?

Issue - State: open - Opened by sam0x17 over 3 years ago - 3 comments
Labels: enhancement

#40 - Rails 6.1: ArgumentError: wrong number of arguments (given 3, expected 2)

Issue - State: closed - Opened by sveredyuk over 3 years ago - 8 comments
Labels: bug

#39 - Upgrade gems

Pull Request - State: closed - Opened by bibendi almost 4 years ago
Labels: dependencies

#38 - Update activerecord requirement from >= 5, < 6.1 to >= 5, < 6.2

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 3 comments
Labels: dependencies

#37 - Update rubocop requirement from ~> 0.58 to ~> 1.6

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#35 - Update rubocop requirement from ~> 0.58 to ~> 1.5

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#34 - Update rubocop requirement from ~> 0.58 to ~> 1.4

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#33 - Update rubocop requirement from ~> 0.58 to ~> 1.3

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#32 - Update rubocop requirement from ~> 0.58 to ~> 1.2

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#31 - Update rubocop requirement from ~> 0.58 to ~> 1.1

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#30 - Update rubocop requirement from ~> 0.58 to ~> 1.0

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#29 - Add :force option to create_enum

Pull Request - State: closed - Opened by nirvdrum about 4 years ago - 1 comment
Labels: enhancement

#28 - Guidance for existing pg enums

Issue - State: closed - Opened by darkporpoise about 4 years ago - 2 comments
Labels: question

#27 - Existance checks for create and drop enums and cascade: true for drop_enum

Pull Request - State: closed - Opened by hosembafer about 4 years ago - 4 comments

#26 - Add optional IF NOT EXISTS to add_enum_value

Pull Request - State: closed - Opened by hosembafer about 4 years ago - 1 comment
Labels: enhancement

#25 - Add ability to remove value from enum type

Pull Request - State: closed - Opened by hosembafer about 4 years ago - 2 comments

#24 - Add drop_enum(:my_enum_type, force: :cascade, if_exists: true)

Issue - State: closed - Opened by shaicoleman about 4 years ago - 2 comments
Labels: duplicate

#23 - add_enum_value with "if not exists"

Issue - State: closed - Opened by futuretap about 4 years ago - 2 comments
Labels: enhancement

#22 - db:setup fails with ActiveRecord::StatementInvalid: PG::DuplicateObject

Issue - State: closed - Opened by emersonthis over 4 years ago - 6 comments
Labels: enhancement, question

#21 - Update README with instructions for adding an enum column to an existing table

Pull Request - State: closed - Opened by kaka-ruto over 4 years ago - 9 comments

#20 - Ruby 2.7

Pull Request - State: closed - Opened by bibendi over 4 years ago
Labels: enhancement

#19 - Fix Ruby 2.7 keyword arg deprecation warning

Pull Request - State: closed - Opened by bbonamin over 4 years ago - 3 comments

#18 - Update rspec-rails requirement from ~> 3.8 to ~> 4.0

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago - 4 comments
Labels: dependencies

#17 - Update rake requirement from ~> 12.3 to ~> 13.0

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 5 years ago
Labels: dependencies

#16 - Add note on disable_ddl_transaction! to README

Pull Request - State: closed - Opened by mikker about 5 years ago - 2 comments

#15 - activerecord-pg_enum

Issue - State: closed - Opened by pirj about 5 years ago - 2 comments
Labels: question

#14 - Support complex enum values and ordering

Pull Request - State: closed - Opened by jeremy-ebler-vineti over 5 years ago
Labels: enhancement

#13 - Change readme example to avoid 'crazy'

Pull Request - State: closed - Opened by searls over 5 years ago - 1 comment

#12 - Update rake requirement from ~> 10.0 to ~> 12.3

Pull Request - State: closed - Opened by dependabot-preview[bot] over 5 years ago
Labels: dependencies

#11 - feat: Add inverse operations

Pull Request - State: closed - Opened by bibendi over 5 years ago
Labels: enhancement

#10 - Rollback of create_enum inside change migration causes an error

Issue - State: closed - Opened by gaffneyc over 5 years ago
Labels: enhancement

#9 - Support for ActiveRecord::Enum

Issue - State: open - Opened by gaffneyc over 5 years ago - 6 comments
Labels: docs

#8 - Support for `add_column` in migrations

Issue - State: closed - Opened by gaffneyc over 5 years ago
Labels: enhancement

#7 - Make dump code style consistent with Rails

Pull Request - State: closed - Opened by palkan over 5 years ago

#6 - Fix schema_dumper for Rails 5/6

Pull Request - State: closed - Opened by palkan over 5 years ago

#5 - Relax deps for Rails 6

Pull Request - State: closed - Opened by palkan over 5 years ago

#4 - Add enum validator

Pull Request - State: closed - Opened by bibendi almost 6 years ago

#3 - Implementing this into Active Record

Issue - State: closed - Opened by tagrudev almost 6 years ago - 2 comments
Labels: enhancement

#2 - Add ability to rename a value

Pull Request - State: closed - Opened by bibendi almost 6 years ago

#1 - Renaming enum elements

Issue - State: closed - Opened by dobrinov almost 6 years ago