issues
search
SchemaPlus
/
schema_plus
SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
Other
679
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
archive the main schema_plus gem
#238
urkle
closed
2 years ago
0
gemspec: Drop defunct property rubyforge_project
#236
olleolleolle
closed
2 years ago
0
nal has_many
#235
OlyAney
closed
5 years ago
0
Support ruby +2.1
#234
WaKeMaTTa
closed
7 years ago
2
Guidance with parsing CREATE sql for Sql Server
#233
brent-clintel
opened
8 years ago
3
New gem request: Support arbitrary per-table and/or per-column metadata in schema
#232
ronen
opened
8 years ago
0
Upgrade from 2.0.0 to 2.0.1 alters schema.db file format
#231
nesrual
opened
8 years ago
8
Issue when upgrading from Rails 4.2.5.2 to 4.2.6
#230
nesrual
closed
8 years ago
5
Support Rails 5
#229
ronen
opened
8 years ago
9
Wrong foreign_key format in schema.rb
#228
sharq1
closed
8 years ago
5
All but the last `t.index` reference for a table are ignored
#227
fj
closed
8 years ago
4
add_foreign_key not compatible with Activerecord version
#226
AlexCppns
closed
9 years ago
1
Bug: Postgres expression index with multiple expressions runs correct SQL, but produces incorrect schema modifications
#225
fj
closed
9 years ago
2
Schema plus schema dump crashes on custom types on postgresql
#224
stenver
closed
8 years ago
5
Arjdbc greater 1.3.12 compatibility. Fix #214
#223
lfidnl
closed
2 years ago
4
Index name not respected when adding an index in `change_table`
#222
fj
closed
9 years ago
2
doesn't work with annotate gem and MySQL and postgres
#221
dayweek
opened
9 years ago
0
Fix typo in README.md
#220
Haseeb-Qureshi
closed
9 years ago
0
Schema dump support for multiple schemas
#219
stenver
closed
8 years ago
6
Allow one table to reference another table multiple times
#218
lowjoel
closed
9 years ago
11
set default name in add_foreign_key method
#217
kushkella
closed
9 years ago
12
When using add_column foreign key does not use the default_name method
#216
kushkella
closed
9 years ago
3
fix to_dump method for custom primary key
#215
kushkella
closed
9 years ago
3
schema_plus 1.8.x: jruby + postgresql with activerecord-jdbcpostgresql-adpater > 1.3.14
#214
ronen
opened
9 years ago
2
change_column uses default foreign key configuration instead of defined configuration causing migration to crash
#213
robinson-spai
closed
9 years ago
1
Wrong index export in jsonb column
#212
javiyu
closed
9 years ago
2
Thread safety problem with schema_plus 2 / Postgres
#211
robdimarco
closed
9 years ago
8
Foreign Keys Incompatible with ActiveRecord 4.2.1
#210
sunderwood
closed
9 years ago
1
`algorithm: :concurrently` is not respected in Rails 4.2
#209
ankane
closed
9 years ago
3
How to I set this up on my Rails App?
#208
zwarburg
closed
9 years ago
5
schema_plus schema:dump picks the first attribute from a composite primary key as the only primary key
#207
kjg
closed
9 years ago
3
Update README.md
#206
linchus
closed
9 years ago
4
Would it be OK to for schema_plus 2.0 to drop support for ruby 1.9.3?
#205
ronen
closed
9 years ago
8
Fix postgres schema dumping in 1.x when using case_sensitive => false and operator_class together
#204
mikeauclair
closed
9 years ago
5
dump each constraint after both related tables were defined
#203
konjoot
closed
9 years ago
12
Is it possible define foreign key constraints in tables between databases ?
#202
ysolis
closed
9 years ago
2
schema_plus 2.0.0.pre2 in Padrino throws NoMethodError when encountering FKs
#201
fj
closed
9 years ago
23
Move all backref foreign_key definitions at the bottom of schema.rb
#200
konjoot
closed
9 years ago
5
With Rails 4.2 dropping option array: true
#199
ondrejbartas
closed
9 years ago
7
Rails 4.2/Postgres 9.4 + Devise cannot login with schema_plus enabled
#198
lawso017
closed
9 years ago
6
Refactoring for 2.0
#197
ronen
closed
9 years ago
23
Multiple indices on same column are ignored when loading schema on Postgres
#196
thmzlt
closed
9 years ago
4
Default value on Postgres' JSON column is ignored when loading the schema
#195
thmzlt
closed
9 years ago
4
Add options[:_index] to `schema_plus_normalize_column_options`.
#194
boone
closed
9 years ago
4
Check for inverse_of in manually defined associations
#193
lowjoel
closed
9 years ago
8
Breaks ActiveRecord jdbcsqlite3 adapter gem
#192
michaelachrisco
closed
9 years ago
4
Duplicate the given options from the migration instead of modifying in place
#191
lowjoel
closed
9 years ago
19
Require 'active_record' in root file
#190
thmzlt
closed
9 years ago
1
Drop view if force true
#189
robertomiranda
closed
9 years ago
4
Rails 4.2 support
#188
ronen
closed
9 years ago
24
Next