Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# With JRuby
rvm use jruby-9.1.10.0@connector-test --create

# With MRI
rvm use ruby-2.3.1@connector-test --create

# Install rails
gem install rails -v '4.2.79'

Then create your connector project:

...