-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/v1.6.2.1 #3
base: master
Are you sure you want to change the base?
Commits on Jul 11, 2014
-
This commit supports following changes, still it needs to support date/time features such as `set_date_columns` - BindSubstitution class removed rails/rails@ee54e9b#diff-c226a4680f86689c3c170d4bc5911e96 - Delegate `Column#type` to the injected type object rails/rails@0b682e4
Configuration menu - View commit details
-
Copy full SHA for b3d1ad4 - Browse repository at this point
Copy the full SHA b3d1ad4View commit details -
Merge pull request rsim#464 from yahonda/initial_support_rails42
Initial support for Rails 4.2
Configuration menu - View commit details
-
Copy full SHA for dad3ade - Browse repository at this point
Copy the full SHA dad3adeView commit details
Commits on Jul 16, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1509028 - Browse repository at this point
Copy the full SHA 1509028View commit details
Commits on Jul 23, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 23e789d - Browse repository at this point
Copy the full SHA 23e789dView commit details
Commits on Jul 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3fcba4e - Browse repository at this point
Copy the full SHA 3fcba4eView commit details
Commits on Aug 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for af27085 - Browse repository at this point
Copy the full SHA af27085View commit details -
Merge pull request rsim#479 from yahonda/rails42_field_changed_2
rails42:Support _field_changed argument changes
Configuration menu - View commit details
-
Copy full SHA for 964e23e - Browse repository at this point
Copy the full SHA 964e23eView commit details -
ActiveRecord::Migrator.proper_table_name has been removed from Rails
Refer rails/rails@6da0072 It has not supported `table_name_prefix` and `table_name_suffix` yet.
Configuration menu - View commit details
-
Copy full SHA for e210373 - Browse repository at this point
Copy the full SHA e210373View commit details -
Merge pull request rsim#481 from yahonda/rails42_proper_table_name_me…
…thod_removed ActiveRecord::Migrator.proper_table_name has been removed from Rails
Configuration menu - View commit details
-
Copy full SHA for cd6ba3d - Browse repository at this point
Copy the full SHA cd6ba3dView commit details
Commits on Aug 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 55aae6c - Browse repository at this point
Copy the full SHA 55aae6cView commit details -
Merge pull request rsim#482 from yahonda/rails42_new_column
Rails4.2 Add new_column method
Configuration menu - View commit details
-
Copy full SHA for af15133 - Browse repository at this point
Copy the full SHA af15133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75511cc - Browse repository at this point
Copy the full SHA 75511ccView commit details -
Merge pull request rsim#483 from yahonda/rails42_removed_column_primary
Column#primary method removed from Rails
Configuration menu - View commit details
-
Copy full SHA for 9c92803 - Browse repository at this point
Copy the full SHA 9c92803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8f2ae - Browse repository at this point
Copy the full SHA 6e8f2aeView commit details -
`ActiveRecord::ConnectionAdapters::Type::Value` to `ActiveRecord::Type::Value`
Configuration menu - View commit details
-
Copy full SHA for 7957a88 - Browse repository at this point
Copy the full SHA 7957a88View commit details -
Merge pull request rsim#484 from yahonda/rails42_types_namespace_moved
Rails 4.2 Types namespace moved
Configuration menu - View commit details
-
Copy full SHA for 58b0888 - Browse repository at this point
Copy the full SHA 58b0888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4364869 - Browse repository at this point
Copy the full SHA 4364869View commit details
Commits on Aug 29, 2014
-
Merge pull request rsim#485 from yahonda/rails42_type_cast_from_database
Rails4.2 Rename type_cast to type_cast_from_database
Configuration menu - View commit details
-
Copy full SHA for e719998 - Browse repository at this point
Copy the full SHA e719998View commit details -
Use quote_value method to avoid undefined method `type_cast_for_datab…
…ase' for nil:NilClass
Configuration menu - View commit details
-
Copy full SHA for 6ff1e1a - Browse repository at this point
Copy the full SHA 6ff1e1aView commit details -
Merge pull request rsim#486 from yahonda/rails42_type_cast_for_database
Rails4.2 Use quote_value method to avoid undefined method `type_cast_for_database' for nil:NilClass
Configuration menu - View commit details
-
Copy full SHA for 1a572a9 - Browse repository at this point
Copy the full SHA 1a572a9View commit details
Commits on Aug 31, 2014
-
text? has been removed from Column class
Detail can be found here: rails/rails@d44702e So writing a CLOB column might causing error in 4.2 beta 1. Looks we don't need this check any longer, simply check it against String type might do the job.
Configuration menu - View commit details
-
Copy full SHA for 6e3ee64 - Browse repository at this point
Copy the full SHA 6e3ee64View commit details -
Merge pull request rsim#487 from pzgz/rails42
text? has been removed from Column class
Configuration menu - View commit details
-
Copy full SHA for 9d53aac - Browse repository at this point
Copy the full SHA 9d53aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fda4af - Browse repository at this point
Copy the full SHA 0fda4afView commit details -
Merge pull request rsim#488 from yahonda/rails42_foreign_keys_with_or…
…acle_enhanced Rails4.2 Support to work with Rails foreien_key implementation
Configuration menu - View commit details
-
Copy full SHA for 4c1fc0e - Browse repository at this point
Copy the full SHA 4c1fc0eView commit details -
Add
null: true
to avoid DEPRECATION WARNINGDEPRECATION WARNING: `timestamp` was called without specifying an option for `null`. In Rails 5.0, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations
Configuration menu - View commit details
-
Copy full SHA for 5c52bfd - Browse repository at this point
Copy the full SHA 5c52bfdView commit details -
Merge pull request rsim#489 from yahonda/rails42_timestamp_null_true_…
…explicitly Add `null: true` to avoid DEPRECATION WARNING
Configuration menu - View commit details
-
Copy full SHA for 43bd385 - Browse repository at this point
Copy the full SHA 43bd385View commit details -
Configuration menu - View commit details
-
Copy full SHA for e636819 - Browse repository at this point
Copy the full SHA e636819View commit details -
Merge pull request rsim#490 from yahonda/rails42_nchar
Rails4.2 Support NCHAR correctly
Configuration menu - View commit details
-
Copy full SHA for 6ebc848 - Browse repository at this point
Copy the full SHA 6ebc848View commit details
Commits on Sep 1, 2014
-
Configuration menu - View commit details
-
Copy full SHA for fddd90e - Browse repository at this point
Copy the full SHA fddd90eView commit details -
Merge pull request rsim#491 from yahonda/rails42_emulate_integers_by_…
…column_name Rails4.2 Support OracleEnhancedAdapter.emulate_integers_by_column_name
Configuration menu - View commit details
-
Copy full SHA for e4e0e72 - Browse repository at this point
Copy the full SHA e4e0e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d575319 - Browse repository at this point
Copy the full SHA d575319View commit details -
Merge pull request rsim#492 from yahonda/rails42_emulate_dates_by_col…
…umn_name Rails 4.2 Support OracleEnhancedAdapter.emulate_dates_by_column_name
Configuration menu - View commit details
-
Copy full SHA for d38ad18 - Browse repository at this point
Copy the full SHA d38ad18View commit details
Commits on Sep 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 45c2b5a - Browse repository at this point
Copy the full SHA 45c2b5aView commit details -
Merge pull request rsim#493 from yahonda/rails42_nchar_if_sql_type
Rails 4.2: Set @nchar and @object_type only when sql_type is true
Configuration menu - View commit details
-
Copy full SHA for 3b642e7 - Browse repository at this point
Copy the full SHA 3b642e7View commit details
Commits on Sep 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5ce38a2 - Browse repository at this point
Copy the full SHA 5ce38a2View commit details -
Merge pull request rsim#496 from yahonda/rails42_supports_views
Rails 4.2 Add `connection.supports_views?`
Configuration menu - View commit details
-
Copy full SHA for bff8a91 - Browse repository at this point
Copy the full SHA bff8a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40102bd - Browse repository at this point
Copy the full SHA 40102bdView commit details -
Merge pull request rsim#497 from yahonda/rails42_savepoint
Rails4.2 Fix create_savepoint and rollback_to_savepoint name
Configuration menu - View commit details
-
Copy full SHA for ca2b5f3 - Browse repository at this point
Copy the full SHA ca2b5f3View commit details
Commits on Sep 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6ea1397 - Browse repository at this point
Copy the full SHA 6ea1397View commit details -
Merge pull request rsim#498 from yahonda/rails42_forced_column_type
Rails4.2: Handle forced_column_type temporary
Configuration menu - View commit details
-
Copy full SHA for 6d77cd5 - Browse repository at this point
Copy the full SHA 6d77cd5View commit details
Commits on Sep 12, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6f0c599 - Browse repository at this point
Copy the full SHA 6f0c599View commit details -
Merge pull request rsim#499 from yahonda/rails42_timestamp_null_true_…
…explicitly_2 Rails 4.2 Add `null: true` to avoid DEPRECATION WARNING
Configuration menu - View commit details
-
Copy full SHA for e551af2 - Browse repository at this point
Copy the full SHA e551af2View commit details
Commits on Sep 24, 2014
-
Configuration menu - View commit details
-
Copy full SHA for a8caa1b - Browse repository at this point
Copy the full SHA a8caa1bView commit details
Commits on Oct 1, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ec7b5dd - Browse repository at this point
Copy the full SHA ec7b5ddView commit details -
Merge pull request rsim#502 from yahonda/rails42_register_class_with_…
…limit Rails4.2 Use register_class_with_limit
Configuration menu - View commit details
-
Copy full SHA for 0aa3c18 - Browse repository at this point
Copy the full SHA 0aa3c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5938eb - Browse repository at this point
Copy the full SHA b5938ebView commit details -
Merge pull request rsim#503 from yahonda/rails42_raw
Rails4.2 Add Type::Raw type
Configuration menu - View commit details
-
Copy full SHA for afec502 - Browse repository at this point
Copy the full SHA afec502View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc41835 - Browse repository at this point
Copy the full SHA fc41835View commit details -
Merge pull request rsim#504 from yahonda/rails42_default_string
Rails4.2 Don't type cast the default on the column
Configuration menu - View commit details
-
Copy full SHA for 3c630a9 - Browse repository at this point
Copy the full SHA 3c630a9View commit details
Commits on Oct 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 51f9565 - Browse repository at this point
Copy the full SHA 51f9565View commit details -
Merge pull request rsim#506 from yahonda/rails42_boolean
Rails 4.2 support emulate_booleans_from_strings and is_boolean_column?
Configuration menu - View commit details
-
Copy full SHA for 05b63ce - Browse repository at this point
Copy the full SHA 05b63ceView commit details
Commits on Oct 6, 2014
-
Handle NUMBER sql_type as
Type::Integer
cast typesince Oracle database NUMBER datatype handles interger and decimal.
Configuration menu - View commit details
-
Copy full SHA for cd56b89 - Browse repository at this point
Copy the full SHA cd56b89View commit details -
Merge pull request rsim#509 from yahonda/rails42_decimal_without_scale
Rails 4.2 Handle NUMBER sql_type as `Type::Integer` cast type
Configuration menu - View commit details
-
Copy full SHA for 5b9e5c4 - Browse repository at this point
Copy the full SHA 5b9e5c4View commit details
Commits on Oct 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 8d6aac5 - Browse repository at this point
Copy the full SHA 8d6aac5View commit details -
Merge pull request rsim#511 from yahonda/rails42_quote_value_text
Rails 4.2 Address ArgumentError: wrong number of arguments (1 for 2) at `quote_val...
Configuration menu - View commit details
-
Copy full SHA for 5b42726 - Browse repository at this point
Copy the full SHA 5b42726View commit details
Commits on Oct 14, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 2e34a2b - Browse repository at this point
Copy the full SHA 2e34a2bView commit details -
Merge pull request rsim#512 from yahonda/rails42_number_datatype_coer…
…cion_float Support OracleEnhancedAdapter.number_datatype_coercion for Rails 4.2
Configuration menu - View commit details
-
Copy full SHA for 5d04978 - Browse repository at this point
Copy the full SHA 5d04978View commit details
Commits on Nov 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 49502f8 - Browse repository at this point
Copy the full SHA 49502f8View commit details -
Merge pull request rsim#517 from yahonda/rails42_substitute_at
Rails 4.2 Remove redundant substitute index when constructing bind values
Configuration menu - View commit details
-
Copy full SHA for 704554a - Browse repository at this point
Copy the full SHA 704554aView commit details
Commits on Nov 18, 2014
-
Remove substitute_at method from Oracle enhanced adapter
Now Arel takes care of it Refer rails/rails@c01b20b
Configuration menu - View commit details
-
Copy full SHA for da8e902 - Browse repository at this point
Copy the full SHA da8e902View commit details
Commits on Nov 24, 2014
-
Merge pull request rsim#520 from yahonda/rails42_remove_reorder_bind_…
…params Remove substitute_at method from Oracle enhanced adapter
Configuration menu - View commit details
-
Copy full SHA for 5fa29bf - Browse repository at this point
Copy the full SHA 5fa29bfView commit details
Commits on Nov 25, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 7a39c4c - Browse repository at this point
Copy the full SHA 7a39c4cView commit details -
Merge pull request rsim#522 from yahonda/rails42_substitute_at_2
Rails 4.2 Unit test updated to support `substitute_at` in Arel
Configuration menu - View commit details
-
Copy full SHA for 0ab103a - Browse repository at this point
Copy the full SHA 0ab103aView commit details
Commits on Dec 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b72b456 - Browse repository at this point
Copy the full SHA b72b456View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf37b3 - Browse repository at this point
Copy the full SHA aaf37b3View commit details
Commits on Dec 3, 2014
-
Require 'active_record/base' in rake task
This may cause `Rails.application.config.active_record` inside of an initializer no effects.
Configuration menu - View commit details
-
Copy full SHA for c7fe1a1 - Browse repository at this point
Copy the full SHA c7fe1a1View commit details -
Merge pull request rsim#526 from yahonda/r523
Require 'active_record/base' in rake task
Configuration menu - View commit details
-
Copy full SHA for 349f0bb - Browse repository at this point
Copy the full SHA 349f0bbView commit details
Commits on Dec 11, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f8c6dbe - Browse repository at this point
Copy the full SHA f8c6dbeView commit details
Commits on Jan 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4bf44d5 - Browse repository at this point
Copy the full SHA 4bf44d5View commit details -
Merge pull request rsim#538 from yahonda/rails42_537
Address ORA-00932: inconsistent datatypes: expected NUMBER got DATE
Configuration menu - View commit details
-
Copy full SHA for 92962e5 - Browse repository at this point
Copy the full SHA 92962e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac0277 - Browse repository at this point
Copy the full SHA 4ac0277View commit details -
Merge pull request rsim#539 from yahonda/rails42_log_invalid_encoding
Change log method signiture to support Rails 4.2
Configuration menu - View commit details
-
Copy full SHA for c2d6594 - Browse repository at this point
Copy the full SHA c2d6594View commit details
Commits on Jan 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2657393 - Browse repository at this point
Copy the full SHA 2657393View commit details
Commits on Feb 6, 2015
-
Remove call to deprecated
serialized_attributes
.According to http://edgeguides.rubyonrails.org/4_2_release_notes.html#active-record-notable-changes (3rd point, "ActiveRecord::Dirty now detects in-place changes to mutable values.") it should be no longer necessary to check whether the attribute is serialized. Note: this change is probably incompatible with rails prior 4.2.0.
Stefan Rusterholz committedFeb 6, 2015 Configuration menu - View commit details
-
Copy full SHA for fb93227 - Browse repository at this point
Copy the full SHA fb93227View commit details -
Make it easier to spot which version of active record is actually used.
Stefan Rusterholz committedFeb 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 232ec82 - Browse repository at this point
Copy the full SHA 232ec82View commit details -
Enable loading spec configuration from config file instead of env.
Stefan Rusterholz committedFeb 6, 2015 Configuration menu - View commit details
-
Copy full SHA for c2cde1b - Browse repository at this point
Copy the full SHA c2cde1bView commit details -
Added failing spec for rsim#545.
Stefan Rusterholz committedFeb 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 826e31f - Browse repository at this point
Copy the full SHA 826e31fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2819d0 - Browse repository at this point
Copy the full SHA d2819d0View commit details -
Squelch warning "#column_for_attribute` will return a null object for…
… non-existent columns in Rails 5. Use `#has_attribute?`".
Stefan Rusterholz committedFeb 6, 2015 Configuration menu - View commit details
-
Copy full SHA for e5d0891 - Browse repository at this point
Copy the full SHA e5d0891View commit details
Commits on Feb 9, 2015
-
Merge pull request rsim#550 from swisslife-select/rails42-configurabl…
…e-spec Rails42 configurable spec
Configuration menu - View commit details
-
Copy full SHA for 518dc3c - Browse repository at this point
Copy the full SHA 518dc3cView commit details
Commits on Feb 25, 2015
-
Merge pull request rsim#552 from swisslife-select/rails42-GHI548
Remove call to deprecated `serialized_attributes`.
Configuration menu - View commit details
-
Copy full SHA for b3f25d8 - Browse repository at this point
Copy the full SHA b3f25d8View commit details
Commits on Feb 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bffb622 - Browse repository at this point
Copy the full SHA bffb622View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3fcf1 - Browse repository at this point
Copy the full SHA bc3fcf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e13796 - Browse repository at this point
Copy the full SHA 2e13796View commit details
Commits on Mar 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 417ddb0 - Browse repository at this point
Copy the full SHA 417ddb0View commit details
Commits on Mar 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 07bdc88 - Browse repository at this point
Copy the full SHA 07bdc88View commit details -
Merge pull request rsim#560 from yahonda/remove_duplicate_alias_metho…
…d_chain Remove duplicate alias_method_chain for indexes
Configuration menu - View commit details
-
Copy full SHA for 2e739cf - Browse repository at this point
Copy the full SHA 2e739cfView commit details
Commits on Mar 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 696e4cd - Browse repository at this point
Copy the full SHA 696e4cdView commit details -
Merge pull request rsim#565 from yahonda/use_arel_6-0-stable
Use arel 6-0-stable
Configuration menu - View commit details
-
Copy full SHA for ef6cfaa - Browse repository at this point
Copy the full SHA ef6cfaaView commit details
Commits on Mar 20, 2015
-
Merge pull request rsim#551 from swisslife-select/rails42-GIH545
Rails42 GHI545
Configuration menu - View commit details
-
Copy full SHA for 7abd62e - Browse repository at this point
Copy the full SHA 7abd62eView commit details
Commits on Mar 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6ca7870 - Browse repository at this point
Copy the full SHA 6ca7870View commit details
Commits on Apr 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 83ffd3e - Browse repository at this point
Copy the full SHA 83ffd3eView commit details -
Merge pull request rsim#574 from yahonda/rails42_true_false
Support 'Y' as true and 'N' as false in Rails 4.2
Configuration menu - View commit details
-
Copy full SHA for 2f137c0 - Browse repository at this point
Copy the full SHA 2f137c0View commit details
Commits on Apr 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e593f83 - Browse repository at this point
Copy the full SHA e593f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1722f0 - Browse repository at this point
Copy the full SHA c1722f0View commit details -
Merge pull request rsim#575 from yahonda/rails42_546
Support :timestamp datatype in Rails 4.2
Configuration menu - View commit details
-
Copy full SHA for 04c81b6 - Browse repository at this point
Copy the full SHA 04c81b6View commit details -
Revert "Implement possibility of handling of NUMBER columns as :float"
This reverts commit f275bc7. Conflicts: lib/active_record/connection_adapters/oracle_enhanced_adapter.rb lib/active_record/connection_adapters/oracle_enhanced_column.rb lib/active_record/connection_adapters/oracle_enhanced_column_dumper.rb lib/active_record/connection_adapters/oracle_enhanced_dirty.rb spec/active_record/connection_adapters/oracle_enhanced_schema_dump_spec.rb
Configuration menu - View commit details
-
Copy full SHA for ed07306 - Browse repository at this point
Copy the full SHA ed07306View commit details -
Merge pull request rsim#576 from yahonda/rails42_revert_418
Revert "Implement possibility of handling of NUMBER columns as :float"
Configuration menu - View commit details
-
Copy full SHA for b0d1fb7 - Browse repository at this point
Copy the full SHA b0d1fb7View commit details
Commits on Apr 23, 2015
-
Raise a better exception for renaming long indexes
Also use same method argument names as Rails
Configuration menu - View commit details
-
Copy full SHA for 0a1cbf7 - Browse repository at this point
Copy the full SHA 0a1cbf7View commit details -
Merge pull request rsim#577 from yahonda/rails42_better_exception_ren…
…ame_index Raise a better exception for renaming long indexes
Configuration menu - View commit details
-
Copy full SHA for 4b95066 - Browse repository at this point
Copy the full SHA 4b95066View commit details -
Address RangeError: 6000000000 is out of range for ActiveRecord::Type…
…::Integer with limit 4
Configuration menu - View commit details
-
Copy full SHA for 2234d9f - Browse repository at this point
Copy the full SHA 2234d9fView commit details -
Merge pull request rsim#578 from yahonda/rails42_542
Address RangeError: <m> is out of range for ActiveRecord::Type::Integer with limit <n>
Configuration menu - View commit details
-
Copy full SHA for 654656f - Browse repository at this point
Copy the full SHA 654656fView commit details
Commits on Apr 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 02d1fe8 - Browse repository at this point
Copy the full SHA 02d1fe8View commit details -
Merge pull request rsim#579 from yahonda/rails42_drop_table_cascade
Support :cascade option for drop_table
Configuration menu - View commit details
-
Copy full SHA for 18b3a80 - Browse repository at this point
Copy the full SHA 18b3a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd188e - Browse repository at this point
Copy the full SHA 9bd188eView commit details -
Merge pull request rsim#580 from yahonda/rails42_bigint
Support :bigint datatype
Configuration menu - View commit details
-
Copy full SHA for 4d61094 - Browse repository at this point
Copy the full SHA 4d61094View commit details
Commits on Apr 26, 2015
-
Make OracleEnhancedForeignKeyDefinition as subclass of ForeignKeyDefi…
…nition and move foreign_key related methods from OracleEnhancedSchemaStatementsExt to OracleEnhancedSchemaStatements
Configuration menu - View commit details
-
Copy full SHA for 5380897 - Browse repository at this point
Copy the full SHA 5380897View commit details -
Merge pull request rsim#581 from yahonda/rails42_extract_fk_from_ext
OracleEnhancedForeignKeyDefinition as subclass of ForeignKeyDefinition
Configuration menu - View commit details
-
Copy full SHA for aa49eb2 - Browse repository at this point
Copy the full SHA aa49eb2View commit details -
Remove alias_method_chain :references, :foreign_keys
since Rails 4.2 supports native foreign key. References can create foreign keys
Configuration menu - View commit details
-
Copy full SHA for 09b1514 - Browse repository at this point
Copy the full SHA 09b1514View commit details -
Merge pull request rsim#582 from yahonda/remove_reference_with_foreig…
…n_key Remove alias_method_chain :references, :foreign_keys
Configuration menu - View commit details
-
Copy full SHA for 7d34381 - Browse repository at this point
Copy the full SHA 7d34381View commit details
Commits on Apr 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5c7ec86 - Browse repository at this point
Copy the full SHA 5c7ec86View commit details -
Merge pull request rsim#583 from yahonda/rails42_fk_with_other_adapters
Return foreign_keys_without_oracle_enhanced when non Oracle database used
Configuration menu - View commit details
-
Copy full SHA for 9d544dd - Browse repository at this point
Copy the full SHA 9d544ddView commit details
Commits on Apr 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1b8281d - Browse repository at this point
Copy the full SHA 1b8281dView commit details -
from ActiveRecord::ConnectionAdapters::OracleEnhancedDatabaseStatements to ActiveRecord::ConnectionAdapters::OracleEnhanced::DatabaseStatements Also remove `class_eval` to include this module, use `include` instead
Configuration menu - View commit details
-
Copy full SHA for 968316e - Browse repository at this point
Copy the full SHA 968316eView commit details -
from ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter::SchemaCreation to ActiveRecord::ConnectionAdapters::OracleEnhanced::SchemaCreation
Configuration menu - View commit details
-
Copy full SHA for a64b774 - Browse repository at this point
Copy the full SHA a64b774View commit details -
Migrate from ActiveRecord::ConnectionAdapters::OracleEnhancedSchemaSt…
…atements to ActiveRecord::ConnectionAdapters::OracleEnhanced::SchemaStatements
Configuration menu - View commit details
-
Copy full SHA for 2fdbf9b - Browse repository at this point
Copy the full SHA 2fdbf9bView commit details -
Merge pull request rsim#584 from yahonda/rails42_extract_oracle_enhanced
Rails42 add `module OracleEnhanced` and migrate classes/modules under this
Configuration menu - View commit details
-
Copy full SHA for e6b2223 - Browse repository at this point
Copy the full SHA e6b2223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e22dc - Browse repository at this point
Copy the full SHA 66e22dcView commit details -
Merge pull request rsim#585 from yahonda/rails42_add_database_tasks_t…
…o_gemspec Add missing database_tasks.rb to gemspec
Configuration menu - View commit details
-
Copy full SHA for 83666d3 - Browse repository at this point
Copy the full SHA 83666d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dcf2c8 - Browse repository at this point
Copy the full SHA 0dcf2c8View commit details -
Merge pull request rsim#586 from yahonda/rails42_remove_options_inclu…
…de_default Revert "Add options_include_default!"
Configuration menu - View commit details
-
Copy full SHA for 47f3fe0 - Browse repository at this point
Copy the full SHA 47f3fe0View commit details
Commits on May 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7deae15 - Browse repository at this point
Copy the full SHA 7deae15View commit details -
Merge pull request rsim#587 from tzumby/hotfix/task_path
Fixed typo in the rake tasks load statement
Configuration menu - View commit details
-
Copy full SHA for cd8739e - Browse repository at this point
Copy the full SHA cd8739eView commit details
Commits on May 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 617cef2 - Browse repository at this point
Copy the full SHA 617cef2View commit details -
Merge pull request rsim#591 from yahonda/rails42_563
Call super when column typs is serialized
Configuration menu - View commit details
-
Copy full SHA for c138db3 - Browse repository at this point
Copy the full SHA c138db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 490d2c1 - Browse repository at this point
Copy the full SHA 490d2c1View commit details -
Merge pull request rsim#592 from yahonda/rails42_rails_17820
Clear query cache on rollback
Configuration menu - View commit details
-
Copy full SHA for b879878 - Browse repository at this point
Copy the full SHA b879878View commit details
Commits on May 6, 2015
-
New db/schema.rb files will be created with force: :cascade instead o…
…f force: true. Refer rails/rails#18082
Configuration menu - View commit details
-
Copy full SHA for fee9dfa - Browse repository at this point
Copy the full SHA fee9dfaView commit details -
Merge pull request rsim#593 from yahonda/rails42_rails_18082_dumper
New db/schema.rb files will be created with force: :cascade
Configuration menu - View commit details
-
Copy full SHA for 1056657 - Browse repository at this point
Copy the full SHA 1056657View commit details
Commits on May 11, 2015
-
Removed
forced_column_type
by usingcast_type
Use `new_column` method instaead of `OracleEnhancedColumn.new` Add handling Oracle enhanced specific datatype changes such as `emulate_dates_by_column_name`
Configuration menu - View commit details
-
Copy full SHA for ee2f791 - Browse repository at this point
Copy the full SHA ee2f791View commit details -
Merge pull request rsim#595 from yahonda/rails42_use_new_column
Removed `forced_column_type` by using `cast_type`
Configuration menu - View commit details
-
Copy full SHA for bec9d68 - Browse repository at this point
Copy the full SHA bec9d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6923588 - Browse repository at this point
Copy the full SHA 6923588View commit details -
Merge pull request rsim#596 from yahonda/rails42_emulate_booleans_fro…
…m_strings Modify default to `false` if database default value is "N"
Configuration menu - View commit details
-
Copy full SHA for 36cf837 - Browse repository at this point
Copy the full SHA 36cf837View commit details
Commits on May 12, 2015
-
Migrate from ActiveRecord::ConnectionAdapters::OracleEnhancedColumnDu…
…mper to ActiveRecord::ConnectionAdapters::OracleEnhanced::ColumnDumper
Configuration menu - View commit details
-
Copy full SHA for e3b22e8 - Browse repository at this point
Copy the full SHA e3b22e8View commit details -
Merge pull request rsim#597 from yahonda/rails42_extract_dumper
Migrate to ActiveRecord::ConnectionAdapters::OracleEnhanced::ColumnDumper
Configuration menu - View commit details
-
Copy full SHA for b3c8032 - Browse repository at this point
Copy the full SHA b3c8032View commit details
Commits on May 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 13a646a - Browse repository at this point
Copy the full SHA 13a646aView commit details -
Merge pull request rsim#599 from yahonda/rails42_extract_context_index
Migrated from OracleEnhancedContextIndex to OracleEnhanced::ContextIndex
Configuration menu - View commit details
-
Copy full SHA for 6d43958 - Browse repository at this point
Copy the full SHA 6d43958View commit details -
Make OracleEnhancedIndexDefinition as subclass of ActiveRecord::Conne…
…ctionAdapters::IndexDefinition
Configuration menu - View commit details
-
Copy full SHA for 737d209 - Browse repository at this point
Copy the full SHA 737d209View commit details -
Merge pull request rsim#600 from yahonda/rails42_class_index_definition
Make OracleEnhancedIndexDefinition as subclass of IndexDefinition
Configuration menu - View commit details
-
Copy full SHA for 44ef3d2 - Browse repository at this point
Copy the full SHA 44ef3d2View commit details
Commits on May 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bfc760b - Browse repository at this point
Copy the full SHA bfc760bView commit details -
Merge pull request rsim#601 from yahonda/rails42_unique_constraints
Refactor add_index and add_index_options
Configuration menu - View commit details
-
Copy full SHA for 48e417d - Browse repository at this point
Copy the full SHA 48e417dView commit details
Commits on May 27, 2015
-
Move types under OracleEnhanced module to prepare implementing Oracle…
… enhanced own behavior `ActiveRecord::Type::Timestamp` to `ActiveRecord::OracleEnhanced::Type::Timestamp` `ActiveRecord::Type::Raw` to `ActiveRecord::OracleEnhanced::Type::Raw`
Configuration menu - View commit details
-
Copy full SHA for b79ebc9 - Browse repository at this point
Copy the full SHA b79ebc9View commit details -
Merge pull request rsim#603 from yahonda/rails42_move_type_under_orac…
…le_enhanced Move types under OracleEnhanced module
Configuration menu - View commit details
-
Copy full SHA for 57c9bec - Browse repository at this point
Copy the full SHA 57c9becView commit details
Commits on May 28, 2015
-
ActiveRecord::OracleEnhanced::Type::Integer for max_value to take 38 …
…digits Oracle enhanced adapter implements NUMBER(p,0) sql_type as a Integer. Then NUMBER(p,0), p as precision can take equal to 38. This value range is larget than ActiveRecord::Type::Integer max_value
Configuration menu - View commit details
-
Copy full SHA for 1542638 - Browse repository at this point
Copy the full SHA 1542638View commit details -
Merge pull request rsim#605 from yahonda/rails42_oracle_enhanced_inte…
…ger_type ActiveRecord::OracleEnhanced::Type::Integer for max_value to take 38 digits
Configuration menu - View commit details
-
Copy full SHA for dadad89 - Browse repository at this point
Copy the full SHA dadad89View commit details
Commits on May 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6c14612 - Browse repository at this point
Copy the full SHA 6c14612View commit details -
Merge pull request rsim#606 from Eric-Guo/rails42
refer correct location if filess in gemspec
Configuration menu - View commit details
-
Copy full SHA for 46edbaf - Browse repository at this point
Copy the full SHA 46edbafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9026aa8 - Browse repository at this point
Copy the full SHA 9026aa8View commit details -
Merge pull request rsim#607 from yahonda/rails42_missing_integer_in_g…
…emspec Add integer.rb to gemspec
Configuration menu - View commit details
-
Copy full SHA for e81590c - Browse repository at this point
Copy the full SHA e81590cView commit details
Commits on Jun 1, 2015
-
Map :bigint as NUMBER(19) sql_type not NUMBER(8)
by specifying `:limit => 19` Bigint should be mapped to NUMBER(19,0) not NUMBER(8,0) since it is not enough to store the maximum number of bigint. Oracle NUMBER(p,0) as handled as integer because there is no dedicated integer sql data type exist in Oracle database. Also NUMBER(p,s) precision can take up to 38. p means the number of digits, not the byte length. bigint type needs 19 digits as follows. ```ruby $ irb 2.2.2 :001 > limit = 8 => 8 2.2.2 :002 > maxvalue_of_bigint = 1 << ( limit * 8 - 1) => 9223372036854775808 2.2.2 :003 > puts maxvalue_of_bigint.to_s.length 19 => nil 2.2.2 :004 > ```
Configuration menu - View commit details
-
Copy full SHA for cd8d7cf - Browse repository at this point
Copy the full SHA cd8d7cfView commit details -
Merge pull request rsim#608 from yahonda/rails42_bigint_as_limit_19
Map :bigint as NUMBER(19) sql_type not NUMBER(8)
Configuration menu - View commit details
-
Copy full SHA for aa70b46 - Browse repository at this point
Copy the full SHA aa70b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for de641c1 - Browse repository at this point
Copy the full SHA de641c1View commit details -
Merge pull request rsim#610 from yahonda/rails42_binary_float
Use Oracle BINARY_FLOAT datatype for Rails :float type
Configuration menu - View commit details
-
Copy full SHA for 5dd2393 - Browse repository at this point
Copy the full SHA 5dd2393View commit details -
Create unique constraint when creating unique index
to support Rails foreign key syntax
Configuration menu - View commit details
-
Copy full SHA for 9e5f8eb - Browse repository at this point
Copy the full SHA 9e5f8ebView commit details
Commits on Jun 2, 2015
-
Move dump_schema_information to SchemaStatements
to follow Rails module configuration
Configuration menu - View commit details
-
Copy full SHA for 9d502e7 - Browse repository at this point
Copy the full SHA 9d502e7View commit details -
Merge pull request rsim#611 from yahonda/rails42_dump_schema_informat…
…ion_to_schema_statements Move dump_schema_information to SchemaStatements
Configuration menu - View commit details
-
Copy full SHA for daba3e1 - Browse repository at this point
Copy the full SHA daba3e1View commit details
Commits on Jun 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 739f16e - Browse repository at this point
Copy the full SHA 739f16eView commit details -
Merge pull request rsim#614 from yahonda/rails42_index_definition
Move OracleEnhancedIndexDefinition to OracleEnhanced::IndexDefinition
Configuration menu - View commit details
-
Copy full SHA for db9f624 - Browse repository at this point
Copy the full SHA db9f624View commit details -
Configuration menu - View commit details
-
Copy full SHA for fae0ed0 - Browse repository at this point
Copy the full SHA fae0ed0View commit details -
Merge pull request rsim#615 from yahonda/rails42_synonym_definition
Move OracleEnhancedSynonymDefinition to OracleEnhanced::SynonymDefini…
Configuration menu - View commit details
-
Copy full SHA for 9c022ce - Browse repository at this point
Copy the full SHA 9c022ceView commit details
Commits on Jun 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3019581 - Browse repository at this point
Copy the full SHA 3019581View commit details -
Merge pull request rsim#616 from yahonda/rails42_create_table_variabl…
…e_names Rename variable names in create_table to follow Rails implementation
Configuration menu - View commit details
-
Copy full SHA for 851c139 - Browse repository at this point
Copy the full SHA 851c139View commit details
Commits on Jun 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8ca25e8 - Browse repository at this point
Copy the full SHA 8ca25e8View commit details -
Merge pull request rsim#617 from yahonda/rails42_add_unique_index_cre…
…ates_unique_constraint Rails42 add unique index creates unique constraint
Configuration menu - View commit details
-
Copy full SHA for 13d8648 - Browse repository at this point
Copy the full SHA 13d8648View commit details -
Configuration menu - View commit details
-
Copy full SHA for a839eec - Browse repository at this point
Copy the full SHA a839eecView commit details
Commits on Jun 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d1631ad - Browse repository at this point
Copy the full SHA d1631adView commit details -
Merge pull request rsim#620 from andreynering/syntax-hihlighting
Adding syntax highlighting on README. [ci skip]
Configuration menu - View commit details
-
Copy full SHA for 70bf1b4 - Browse repository at this point
Copy the full SHA 70bf1b4View commit details -
Merge pull request rsim#618 from yahonda/rails42_support_rails_foreig…
…n_key Support Rails native foreign key syntax
Configuration menu - View commit details
-
Copy full SHA for 8a0d96a - Browse repository at this point
Copy the full SHA 8a0d96aView commit details
Commits on Jun 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4233734 - Browse repository at this point
Copy the full SHA 4233734View commit details -
Merge pull request rsim#621 from yahonda/rails42_longer_foreign_key_name
Shorten foreign key name if it is longer than 30 byte
Configuration menu - View commit details
-
Copy full SHA for 449bcf9 - Browse repository at this point
Copy the full SHA 449bcf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c873ddd - Browse repository at this point
Copy the full SHA c873dddView commit details
Commits on Jun 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 43ceb03 - Browse repository at this point
Copy the full SHA 43ceb03View commit details -
Merge pull request rsim#624 from swaroopmurthy/rails42
Restore foreign_key_definition
Configuration menu - View commit details
-
Copy full SHA for 79f7caa - Browse repository at this point
Copy the full SHA 79f7caaView commit details
Commits on Jun 19, 2015
-
Rails 4.2 support foreign_key and remove_foreign_key in create_table …
…and change_table
Configuration menu - View commit details
-
Copy full SHA for 3586737 - Browse repository at this point
Copy the full SHA 3586737View commit details -
Merge pull request rsim#625 from yahonda/rails42_foreign_key_in_chang…
…e_table Rails 4.2 support foreign_key and remove_foreign_key in create_table
Configuration menu - View commit details
-
Copy full SHA for ccf1589 - Browse repository at this point
Copy the full SHA ccf1589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e76c8 - Browse repository at this point
Copy the full SHA 20e76c8View commit details -
Merge pull request rsim#626 from yahonda/rails42_fk_dependency
Support add_foreign_key option :dependent => :delete and :nullify
Configuration menu - View commit details
-
Copy full SHA for 4eb68ac - Browse repository at this point
Copy the full SHA 4eb68acView commit details -
Merge pull request rsim#627 from rsim/rails42
Merge rails42 branch into master
Configuration menu - View commit details
-
Copy full SHA for d22964e - Browse repository at this point
Copy the full SHA d22964eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf068c9 - Browse repository at this point
Copy the full SHA cf068c9View commit details -
Merge pull request rsim#628 from yahonda/rails42_update_history
Update History to prepare 1.6.0.beta1
Configuration menu - View commit details
-
Copy full SHA for 97a577b - Browse repository at this point
Copy the full SHA 97a577bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f5dd5 - Browse repository at this point
Copy the full SHA e1f5dd5View commit details -
Merge pull request rsim#629 from yahonda/prepare_v160beta1
Release 1.6.0.beta1
Configuration menu - View commit details
-
Copy full SHA for 1ef1862 - Browse repository at this point
Copy the full SHA 1ef1862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3562b95 - Browse repository at this point
Copy the full SHA 3562b95View commit details -
Merge pull request rsim#630 from yahonda/master_jeweler
Bump jeweler version
Configuration menu - View commit details
-
Copy full SHA for 3d6fd13 - Browse repository at this point
Copy the full SHA 3d6fd13View commit details
Commits on Jun 22, 2015
-
Add deprecation warnings for Oracle enhanced specific foreign key met…
…hods to keep Rails compatibility
Configuration menu - View commit details
-
Copy full SHA for 2af2cbe - Browse repository at this point
Copy the full SHA 2af2cbeView commit details -
Merge pull request rsim#631 from yahonda/deprecate_oracle_enhanced_sp…
…ecific_foreign_key_options Add deprecation warnings for Oracle enhanced specific foreign key methods
Configuration menu - View commit details
-
Copy full SHA for 417bbb6 - Browse repository at this point
Copy the full SHA 417bbb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb7688 - Browse repository at this point
Copy the full SHA aeb7688View commit details -
Merge pull request rsim#632 from yahonda/skip_composite_foreign_key_t…
…ests Skip composite foreign key tests not supported in this version
Configuration menu - View commit details
-
Copy full SHA for b75c90a - Browse repository at this point
Copy the full SHA b75c90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a0f2b - Browse repository at this point
Copy the full SHA 43a0f2bView commit details -
Merge pull request rsim#633 from yahonda/do_not_dump_default_fk_name
Do not dump default foreign key name
Configuration menu - View commit details
-
Copy full SHA for 0bcfd33 - Browse repository at this point
Copy the full SHA 0bcfd33View commit details -
Schema dump uses Rails default
:on_delete
option instead of `:depen……dent` option Refer rsim#631 :dependent option will be deprecated.
Configuration menu - View commit details
-
Copy full SHA for e4444b9 - Browse repository at this point
Copy the full SHA e4444b9View commit details -
Merge pull request rsim#634 from yahonda/dump_dependet_to_on_delete
Schema dump uses `:on_delete` option instead of `:dependent`
Configuration menu - View commit details
-
Copy full SHA for 46848a5 - Browse repository at this point
Copy the full SHA 46848a5View commit details
Commits on Jun 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 47c201b - Browse repository at this point
Copy the full SHA 47c201bView commit details -
Merge pull request rsim#635 from yahonda/ora_2291_fk_name
Use Rails foreign key name
Configuration menu - View commit details
-
Copy full SHA for cf9ac0c - Browse repository at this point
Copy the full SHA cf9ac0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1564e - Browse repository at this point
Copy the full SHA 1b1564eView commit details -
Merge pull request rsim#636 from yahonda/deprecated_oracle_enhanced_s…
…horten_fk_name Add deprecate warning if foreign key name length is longer than 30 byte
Configuration menu - View commit details
-
Copy full SHA for 6c61669 - Browse repository at this point
Copy the full SHA 6c61669View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad842ad - Browse repository at this point
Copy the full SHA ad842adView commit details -
Merge pull request rsim#637 from yahonda/shorten_fk_name_2
Foreign key name longer than 30 byte will be shortened using Digest::SHA1.hexdigest
Configuration menu - View commit details
-
Copy full SHA for 71e2123 - Browse repository at this point
Copy the full SHA 71e2123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932d6da - Browse repository at this point
Copy the full SHA 932d6daView commit details -
Merge pull request rsim#638 from yahonda/virtual_column_integer_not_h…
…aving_scale Schema dumper for :integer will not dump :precision 0
Configuration menu - View commit details
-
Copy full SHA for c189e91 - Browse repository at this point
Copy the full SHA c189e91View commit details
Commits on Jun 25, 2015
-
Update foreign key names for add_foreign_key with table_name_prefix o…
…r table_name_suffix
Configuration menu - View commit details
-
Copy full SHA for 953fd51 - Browse repository at this point
Copy the full SHA 953fd51View commit details -
Merge pull request rsim#643 from yahonda/prefix_and_suffix_for_foreig…
…n_key_column_for Update foreign key names for add_foreign_key with table_name_prefix
Configuration menu - View commit details
-
Copy full SHA for a438aa2 - Browse repository at this point
Copy the full SHA a438aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b466a9 - Browse repository at this point
Copy the full SHA 6b466a9View commit details -
Merge pull request rsim#644 from yahonda/update_readme_for_v160
Update history for v1.6.0
Configuration menu - View commit details
-
Copy full SHA for a8b05cb - Browse repository at this point
Copy the full SHA a8b05cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 850d7c4 - Browse repository at this point
Copy the full SHA 850d7c4View commit details
Commits on Jun 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a0890f3 - Browse repository at this point
Copy the full SHA a0890f3View commit details -
Merge pull request rsim#652 from yahonda/requires_rails421_or_higher
Requires activerecord 4.2.1 or higher
Configuration menu - View commit details
-
Copy full SHA for 367761f - Browse repository at this point
Copy the full SHA 367761fView commit details
Commits on Jun 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 110db81 - Browse repository at this point
Copy the full SHA 110db81View commit details -
Merge pull request rsim#653 from yahonda/array_matcher
Update matcher to skip sql statements to get `table` metadata
Configuration menu - View commit details
-
Copy full SHA for 7263d4d - Browse repository at this point
Copy the full SHA 7263d4dView commit details
Commits on Jun 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9226503 - Browse repository at this point
Copy the full SHA 9226503View commit details -
Merge pull request rsim#654 from banyan/update-ruby-version
Update Ruby version
Configuration menu - View commit details
-
Copy full SHA for 8ee9222 - Browse repository at this point
Copy the full SHA 8ee9222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ff0c7 - Browse repository at this point
Copy the full SHA 05ff0c7View commit details -
Merge pull request rsim#657 from yahonda/branch_655
Fix serialized value becomes from yaml to string once saved
Configuration menu - View commit details
-
Copy full SHA for 912adbb - Browse repository at this point
Copy the full SHA 912adbbView commit details
Commits on Jul 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 058250a - Browse repository at this point
Copy the full SHA 058250aView commit details -
Merge pull request rsim#658 from yahonda/readme_v162
Update readme for v1.6
Configuration menu - View commit details
-
Copy full SHA for aa87719 - Browse repository at this point
Copy the full SHA aa87719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76cb902 - Browse repository at this point
Copy the full SHA 76cb902View commit details -
Merge pull request rsim#659 from yahonda/prepare_v161
Update history for v1.6.1
Configuration menu - View commit details
-
Copy full SHA for 8312b32 - Browse repository at this point
Copy the full SHA 8312b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for da33a2c - Browse repository at this point
Copy the full SHA da33a2cView commit details
Commits on Jul 6, 2015
-
Unique constraints not created when function unique index created
due to it causes ORA-00904 reported in rsim#662 Note: This attribute cannot be referenced by foreign key since it requires unique constraints created.
Configuration menu - View commit details
-
Copy full SHA for 23aa92e - Browse repository at this point
Copy the full SHA 23aa92eView commit details -
Merge pull request rsim#663 from yahonda/ora662
Unique constraints not created when function unique index created
Configuration menu - View commit details
-
Copy full SHA for e11638b - Browse repository at this point
Copy the full SHA e11638bView commit details
Commits on Jul 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a2b394d - Browse repository at this point
Copy the full SHA a2b394dView commit details -
Merge pull request rsim#668 from govdelivery/lob_tablespaces_master
create_table should use default tablespace values for lobs
Configuration menu - View commit details
-
Copy full SHA for 7e1711c - Browse repository at this point
Copy the full SHA 7e1711cView commit details
Commits on Jul 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2b67d6d - Browse repository at this point
Copy the full SHA 2b67d6dView commit details -
Merge pull request rsim#672 from yahonda/require_activerecord_421_not…
…_activemodel Requires activerecord 4.2.1 or higher, not activemodel
Configuration menu - View commit details
-
Copy full SHA for d077b01 - Browse repository at this point
Copy the full SHA d077b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b2cfd - Browse repository at this point
Copy the full SHA 33b2cfdView commit details -
Merge pull request rsim#673 from yahonda/prepare_v162
Update history for v1.6.2
Configuration menu - View commit details
-
Copy full SHA for bc2f9ab - Browse repository at this point
Copy the full SHA bc2f9abView commit details -
Configuration menu - View commit details
-
Copy full SHA for f245015 - Browse repository at this point
Copy the full SHA f245015View commit details
Commits on Aug 11, 2015
-
first pass at upgrading to Rails 4.2.x, still missing one element
Walter Davis committedAug 11, 2015 Configuration menu - View commit details
-
Copy full SHA for 200e9ba - Browse repository at this point
Copy the full SHA 200e9baView commit details
Commits on Aug 12, 2015
-
maybe found the right place for the missing tablespace
Walter Davis committedAug 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 01f80a5 - Browse repository at this point
Copy the full SHA 01f80a5View commit details
Commits on Aug 13, 2015
-
removed deprecated serialized_attributes references
Walter Davis committedAug 13, 2015 Configuration menu - View commit details
-
Copy full SHA for bdc02c1 - Browse repository at this point
Copy the full SHA bdc02c1View commit details