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

[ruby19] backported Rails3 app to Ruby 1.9 #20

Merged
merged 3 commits into from
Mar 16, 2017
Merged

Conversation

ufoot
Copy link
Contributor

@ufoot ufoot commented Mar 16, 2017

Note: ddtrace 0.6.0 is not fully out yet, but it's the number of the version that will have Ruby 1.9 support.

@ufoot ufoot requested a review from palazzem March 16, 2017 13:09
@palazzem palazzem self-assigned this Mar 16, 2017
Copy link
Contributor

@palazzem palazzem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just if we can keep the application ready to be deployed, so that we can try it before shipping the package.


# tracing
gem 'ddtrace', '0.4.0'
gem 'ddtrace', '0.6.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you point the repo to a stable commit? like:

gem 'ddtrace', :git => 'https://github.com/DataDog/dd-trace-rb', :ref => '0bd839d'

(changing 0bd839d with the right one)

Actually this application is deployable and I can deploy it if it points to a right ddtrace gem. Also can you change the ruby version in the file? It's used to build the right Docker container for the deploy.

Copy link
Contributor

@palazzem palazzem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me! testing it!

@palazzem palazzem merged commit e174a03 into master Mar 16, 2017
@palazzem palazzem deleted the christian/ruby19 branch March 16, 2017 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants