https://github.com/lance/pk_sequence_test
Testing issues with postgresql primary keys with activerecord 2.3.11 on jruby 1.6.5
https://github.com/lance/pk_sequence_test
Last synced: over 1 year ago
JSON representation
Testing issues with postgresql primary keys with activerecord 2.3.11 on jruby 1.6.5
- Host: GitHub
- URL: https://github.com/lance/pk_sequence_test
- Owner: lance
- Created: 2012-02-16T15:05:36.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-17T00:01:35.000Z (over 14 years ago)
- Last Synced: 2025-02-10T11:48:39.659Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Primary Key Bug
This script illustrates a bug that results in the primary key
for an ActiveRecord object not being set when run under JRuby.
# Running the Script
$ rvm use jruby-1.6.5@pk_test --create
$ gem install bundler
$ bundle install
$ bundle exec pk_sequence_test.rb