Skip to content
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

Rails5 Upgrade #86

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
d45f7c4
Perform monkey-patching after establishing connections
inbeom Oct 8, 2016
173e3ac
Add Travis test environments for Rails 5
inbeom Oct 8, 2016
3888d66
Remove deprecation warnings from table_exists?
inbeom Oct 8, 2016
d58de84
Override type_to_sql only of Mysql adapter
inbeom Oct 8, 2016
4b4d15e
Remove deprecation warning of alias_method_chain
inbeom Oct 8, 2016
93cfd6d
Discontinue supporting ruby 1.9.3
inbeom Oct 8, 2016
631c9e7
Remove a duplicate entry
inbeom Oct 8, 2016
9d99859
Perform all monkey-patching on connection establishments
inbeom Oct 9, 2016
c99796a
Refine Travis test environments
inbeom Oct 10, 2016
5db8273
Resolve double serialization issue in rails 4.2-postgresql
inbeom Oct 10, 2016
30a7549
Override postgresql type casting scheme in Rails 5
inbeom Oct 10, 2016
33b94fe
Support rails <= 4.1 where #data_source_exists? does not exist
inbeom Oct 10, 2016
529a0d1
Resolve activerecord-mysql2 version conflict
inbeom Oct 10, 2016
2ba2f83
Skip unnecessary tests against rails-head
inbeom Oct 10, 2016
ac82300
Resolve primary key constraint issue on mysql >= 5.7
inbeom Oct 10, 2016
fcc7e29
removing alias_method_chain in favor of prepend
Jan 11, 2017
10e7155
removing alias_method_chain in favor of prepend
Jan 11, 2017
1c32cb7
Refactored alias_method_chain for deprecation purposes
Jan 13, 2017
19a492e
Temporarily adding in last_comment method
Jan 13, 2017
07a5d5e
Merge pull request #1 from inbeom/rails5
inbeom Jan 14, 2017
72e1702
Update rbx to the latest version
inbeom Jan 14, 2017
bf5a6c2
Remove EOL-ed ruby 2.0.0
inbeom Jan 14, 2017
c58699a
Remove EOL-ed rails 3.1 and 3.2
inbeom Jan 14, 2017
a990651
Bump up runtime activerecord dependency
inbeom Jan 14, 2017
c8f871b
Refine jruby dependencies
inbeom Jan 14, 2017
3a3038d
Set rubies on CI to the latest releases
inbeom Jan 14, 2017
1ff86a7
Remove duplicate exclusion list
inbeom Jan 14, 2017
d0fcd14
Update RSpec
inbeom Jan 14, 2017
4a3a148
Exclude all ruby-2.1.10 tests against the primary Gemfile
inbeom Jan 14, 2017
3ff0a87
Fix specs to run again
inbeom Jan 14, 2017
19b48e6
Update rbx, jruby to travis-supported latest versions
inbeom Jan 14, 2017
abf9650
Add ruby 2.4.0
inbeom Jan 14, 2017
b8377cb
Change pending to skip and remove a commented out line
inbeom Jan 14, 2017
b94e225
Prepare active maintenance
inbeom Jan 14, 2017
8d5455d
Specify supported rails versions correctly
inbeom Jan 14, 2017
6312c41
Avoid testing on ruby-2.4.0 against rails 4.x
inbeom Jan 14, 2017
a7b16d4
Remove rbx and change jruby version
inbeom Jan 14, 2017
0be3404
Specify ruby platforms for legacy mysql gems
inbeom Jan 14, 2017
d5f6845
Ignore the default Gemfile for JRuby
inbeom Jan 14, 2017
07f7a8a
Allow CI failures w/ Rails 4.0 and 4.1 under JRuby
inbeom Jan 14, 2017
4d5609a
Merge pull request #3 from inbeom/drop-legacy-support
inbeom Jan 15, 2017
915c2c0
Update Rakefile
jlsookiki Jan 18, 2017
39f1600
Update .travis.yml
jlsookiki Jan 18, 2017
0c9e5ac
Update Rakefile
jlsookiki Jan 19, 2017
70e7484
Merge branch 'master' into rails5
jlsookiki Jan 19, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set rubies on CI to the latest releases
inbeom committed Jan 14, 2017
commit 3a3038d415471b39cc9e69111cc83c27d4e1a5af
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ before_script:

rvm:
- 2.1.10
- 2.2.5
- 2.3.1
- 2.2.6
- 2.3.3
- rbx-3.69
- jruby-9.1.7.0