Skip to content

Instantly share code, notes, and snippets.

@trodrigu
Last active May 27, 2016 19:19
Show Gist options
  • Select an option

  • Save trodrigu/f175ecb23bf141a268c6a056c23e37b3 to your computer and use it in GitHub Desktop.

Select an option

Save trodrigu/f175ecb23bf141a268c6a056c23e37b3 to your computer and use it in GitHub Desktop.

Revisions

  1. trodrigu revised this gist May 27, 2016. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion solution_to_rails_bundle_installation
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@
    gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include
    gem uninstall libv8
    gem install therubyracer -v YOUR_RUBY_RACER_VERSION
    gem install libv8 -v YOUR_VERSION -- --with-system-v8
    gem install libv8 -v YOUR_VERSION -- --with-system-v8
    # if issue with capybara-webkit
    brew install qt
  2. trodrigu revised this gist Mar 31, 2016. 3 changed files with 4 additions and 4 deletions.
    1 change: 0 additions & 1 deletion install_event_machine
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include
    3 changes: 0 additions & 3 deletions install_therubyracer_libv8
    Original file line number Diff line number Diff line change
    @@ -1,3 +0,0 @@
    gem uninstall libv8
    gem install therubyracer -v YOUR_RUBY_RACER_VERSION
    gem install libv8 -v YOUR_VERSION -- --with-system-v8
    4 changes: 4 additions & 0 deletions solution_to_rails_bundle_installation
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include
    gem uninstall libv8
    gem install therubyracer -v YOUR_RUBY_RACER_VERSION
    gem install libv8 -v YOUR_VERSION -- --with-system-v8
  3. trodrigu created this gist Mar 31, 2016.
    1 change: 1 addition & 0 deletions install_event_machine
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include
    3 changes: 3 additions & 0 deletions install_therubyracer_libv8
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    gem uninstall libv8
    gem install therubyracer -v YOUR_RUBY_RACER_VERSION
    gem install libv8 -v YOUR_VERSION -- --with-system-v8