This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unless File.exist?('Gemfile') | |
File.write('Gemfile', <<-GEMFILE) | |
source 'http://rubygems.org' | |
gem "rails", "2.3.18" | |
gem "activerecord-oracle_enhanced-adapter", "1.4.1" | |
gem 'ruby-oci8' | |
gem 'pry' | |
gem 'iconv' | |
gem 'ruby-plsql' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unless File.exist?('Gemfile') | |
File.write('Gemfile', <<-GEMFILE) | |
source 'http://rubygems.org' | |
gem 'rails', '4.0.8' | |
gem 'activerecord-oracle_enhanced-adapter', '1.5.5' | |
gem 'ruby-oci8' | |
GEMFILE | |
system 'bundle' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rails = nil | |
require 'simple-navigation' | |
SimpleNavigation.config_file_paths << File.expand_path('../', __FILE__) | |
include SimpleNavigation::Helpers | |
threads = [] | |
20.times do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
raise e | |
end | |
gemfile(true) do | |
source "https://rubygems.org" | |
gem "diplomat", "2.0.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x96D329d700DbC18EcDAD4266df7682f8dc1eCC5E |