schema_plus
2013-03-07 Pete ElmoreFix PostGIS. master
2013-02-11 ronen barzelMore robust handling of foreign keys with schema namespaces
2013-02-04 ronen barzelversion bump 1.0.1 v1.0.1
2013-01-24 ronen barzelspec fix: integerize values for index lengths (mysql2...
2013-01-24 ronen barzelRevert "spec fix: use eql? to test hash equality ignori...
2013-01-24 ronen barzelspec fix: use eql? to test hash equality ignoring entry...
2013-01-24 ronen barzelREADME release notes update
2013-01-24 ronen barzelno need for backwards-compatibility with incorrect...
2013-01-24 ronen barzelMerge branch 'master' of github.com:lomba/schema_plus
2013-01-24 ronen barzeladd spec for index length in migration (mysql only)
2013-01-24 ronen barzelMerge pull request #88 from teleological/v1.0.0-patch-2
2013-01-23 RileyAccept :length option for index definition
2013-01-20 ronen barzelupdate README history
2013-01-20 ronen barzelupdate README history
2013-01-20 ronen barzelbug fix: foreign keys should have a consistent default...
2013-01-20 ronen barzeladd --rspec command and ARGV to runspecs
2013-01-20 ronen barzelfix references matcher to work even if column names...
2013-01-20 ronen barzelbug fix: rename when table has more than one constraint.
2013-01-19 ronen barzeladd spec to test renaming of table with multiple foreig...
2013-01-19 ronen barzelMerge pull request #87 from teleological/v1.0.0-patch
2013-01-18 RileyWhen renaming tables, rename constraints
2013-01-17 ronen barzelcomment for mysql vs mysql2
2013-01-17 ronen barzelattempt to get around rake 10.0.3 issue with ruby 1.9.2
2013-01-17 ronen barzelbug fixes: don't dump :case_sensitive => false for...
2013-01-17 ronen barzelDocument and add Argument error for invalidity of using...
2013-01-17 ronen barzelREADME typo fix
2012-12-16 ronen barzelspecify required_ruby_version
2012-12-06 ronen barzelupdate release notes
2012-12-06 ronen barzelMerge pull request #76 from denispeplin/master
2012-12-06 denispeplinFix bug introduced during the syntax update.
2012-12-06 denispeplinRuby 1.8 support was dropped, modify hashes syntax.
2012-12-04 ronen barzelversion bump 1.0.0 v1.0.0
2012-12-04 ronen barzelfix travis build
2012-12-04 ronen barzelreorder Gemfiles
2012-12-04 ronen barzelput each db adapter requirement into separate Gemfile...
2012-12-03 ronen barzelforce mysql ~>2.8.1 dependency, which is what rails...
2012-12-03 ronen barzelfix gitignore for gemfiles/*.lock
2012-12-03 ronen barzeladd multi schema bug fix to release notes
2012-12-03 ronen barzelsplit spec into two
2012-12-03 ronen barzelMerge pull request #74 from bhavinkamani/schema_aware_f...
2012-12-03 Bhavin KamaniBUGFIX: schema aware postgresql foreign_keys and revers...
2012-11-28 ronen barzelAdd some comments.
2012-11-27 ronen barzeloops again, i didn't properly test mysql version. ...
2012-11-27 ronen barzeloops take out debugging code
2012-11-27 ronen barzelmysql support for DB_DEFAULT
2012-11-27 ronen barzeladd DB_DEFAULT.
2012-11-26 ronen barzelREADME updates
2012-11-26 ronen barzeluse postgres current_schemas() function rather than...
2012-11-26 ronen barzelbug fix: SchemaDumper.ignore_tables needs to support...
2012-11-26 ronen barzelclean out vestigial view definitions (could be left...
2012-11-26 ronen barzeladd specs to verifiy multiple-schema isolation.
2012-11-26 ronen barzelclean up Rakefile for database creation; use it in...
2012-11-26 ronen barzelcleanups to get to 100% code coverage
2012-11-26 ronen barzelfix for mysql: can't rename index when foreign key...
2012-11-26 ronen barzelfix Rakefile so that it will report errors if rspec...
2012-11-26 ronen barzelfix runspecs to return error status.
2012-11-25 ronen barzelgitignore gemfiles/*.lock
2012-11-25 ronen barzelupdate README to document index renaming. And update...
2012-11-25 ronen barzelwhen a table renamed, rename the foreign key constraints
2012-11-25 ronen barzelwhen table is renamed, should rename fk auto-indexes
2012-11-25 ronen barzelwhen a table is renamed, rename rails-named indexes
2012-11-25 ronen barzelindex definition should not raise error when testing...
2012-11-25 ronen barzelidentify auto-created indexes by name "fk__#{table...
2012-11-25 ronen barzelMerge branch 'master' of github.com:lomba/schema_plus
2012-11-14 ronen barzelupdate README release notes
2012-11-14 ronen barzelMerge pull request #72 from jonleighton/fix_default_exp...
2012-11-14 Jon LeightonFix schema dumper with complex expressions
2012-11-11 ronen barzelreplace development dependency 'ruby-debugger19' with...
2012-11-11 ronen barzelcreate_view can be defined using a Relation
2012-11-11 ronen barzelupdate & tweak README
2012-11-10 ronen barzelinclude index order in schema dump.
2012-11-07 ronen barzeladd spec for add_index(..., :order => ...). get it...
2012-11-07 ronen barzelIndexDefinition.orders now works for postgresql and...
2012-11-07 ronen barzelupdate version to 1.0.0.pre for now.
2012-11-07 ronen barzellegacy cleanup: remove monkey patch specific to rails...
2012-11-07 ronen barzellegacy cleanup: remove guard for rails >= 3.0 from...
2012-11-07 ronen barzeldrop legacy support: gemspec now requires rails >...
2012-11-07 ronen barzelanother bug fix on maintaining foreign keys.
2012-11-03 ronen barzelREADME release notes update
2012-11-03 ronen barzelNew :foreign_key => { … } specifier in migration column...
2012-11-03 ronen barzeladd spec to make sure we're dumping fk name
2012-11-03 ronen barzeladd (failing) specs for new :foreign_key => { … } syntax
2012-11-02 ronen barzelmerge two different migration_spec files
2012-11-02 ronen barzeltidy up specs regarding earlier move to inline schema...
2012-11-02 ronen barzelclean up migration_spec
2012-11-02 ronen barzelbug fix on the change_colum checkin: don't try to remov...
2012-11-02 ronen barzelclean up foreign key specs
2012-11-02 ronen barzelupdate README release notes
2012-11-02 ronen barzelbug fix: change_column should maintain existing foreign...
2012-11-02 ronen barzeladd spec for dropping foreign key via change_column
2012-11-02 ronen barzeladd failing spec -- migration should maintain foreign...
2012-11-01 ronen barzelspecs cleanup: move schema & model definitions inline...
2012-10-29 ronen barzelREADME update
2012-10-29 Brent WheeldonSort FKs in dump to prevent ordering changes
2012-10-29 ronen barzeladd (failing) spec for sorting foreign keys in schema...
2012-10-20 ronen barzelbetter internal documentation for abstract methods
2012-10-09 ronen barzelMerge pull request #66 from loco2/index_kind
2012-10-09 Eugene BolshakovWrap expression in parantheses if necessary when adding...
2012-10-09 Eugene BolshakovActually use the :kind index attribute for postgres
2012-10-04 ronen barzelrspec deprecation: change expect { … }.should to proper...
next