#../MyGames/Fallout4/Fallout4Prefs.ini
# under [Launcher]
bEnableFileSelection=1
This file contains hidden or 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
# simple | |
def test(arg) | |
arg ? | |
"true" : | |
"false" | |
end | |
# nested | |
def test2(arg1, arg2) | |
arg1 ? |
This file contains hidden or 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.application.configure do | |
config.cache_classes = true | |
config.eager_load = true | |
config.consider_all_requests_local = false | |
config.action_controller.perform_caching = true | |
config.serve_static_files = false | |
config.assets.js_compressor = :uglifier | |
config.assets.compile = false |
This file contains hidden or 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
# Path to Oh My Fish install. | |
set -gx OMF_PATH /Users/augusts/.local/share/omf | |
source $OMF_PATH/init.fish | |
# Path to your oh-my-fish. | |
set PATH /Applications/Postgres.app/Contents/Versions/9.4/bin $PATH | |
set PATH ~/bin $PATH | |
set PATH /usr/local/bin $PATH | |
set -x RACK_ENV development | |
set -x EDITOR atom |
This file contains hidden or 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
Finished in -23759279.72749 seconds (files took 5.46 seconds to load) | |
590 examples, 65 failures, 39 pending | |
Failed examples: | |
rspec ./spec/models/order_spec.rb:26 # Order Spec should get a user with phone number by default | |
rspec ./spec/models/order_spec.rb:341 # Order current_pipeline_payment_system order without pipline returns nil | |
rspec ./spec/models/order_spec.rb:356 # Order paid order has one paid order | |
rspec ./spec/models/order_spec.rb:195 # Order statuses #paid? should return true if status is paid | |
rspec ./spec/models/order_spec.rb:218 # Order statuses ecommercable? method should return true if order paid but transaction provider is swedbank_lv |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
:mobile_device? encountered an error: | |
undefined method `[]' for nil:NilClass | |
Request: | |
#<ActionDispatch::Request:0xf2ba0c0 @env={"REMOTE_ADDR"=>"127.0.0.1", "REQUEST_METHOD"=>"GET", "REQUEST_PATH"=>"/lv/lv/p/m1/intro", "PATH_INFO"=>"/lv/lv/p/m1/intro", "REQUEST_URI"=>"/lv/lv/p/m1/intro", "SERVER_PROTOCOL"=>"HTTP/1.0", "HTTP_VERSION"=>"HTTP/1.0", "HTTP_X_REAL_IP"=>"104.155.83.235", "HTTP_X_FORWARDED_FOR"=>"104.155.83.235", "HTTP_X_FORWARDED_PROTO"=>"https", "HTTP_HOST"=>"v1.stockholmhealth.com", "HTTP_CONNECTION"=>"close", "rack.url_scheme"=>"https", "SERVER_NAME"=>"v1.stockholmhealth.com", "SERVER_PORT"=>"443", "QUERY_STRING"=>"", "rack.input"=>#<StringIO:0x9678ca8>, "rack.hijack"=>#<Proc:0xf270538@/home/deployer/apps/nordenhealth/shared/bundle/ruby/2.0.0/gems/unicorn-4.6.3/lib/unicorn/http_request.rb:111>, "rack.errors"=>#<File:/home/deployer/apps/nordenhealth/current/log/unicorn.log>, "rack.multiprocess"=>true, "rack.multithread"=>false, "rack.run_once"=>false, "rack.version"=>[1, 2], "SCRIPT_NAME"=>"", "SER |
This file contains hidden or 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
:mobile_device? encountered an error: | |
undefined method `[]' for nil:NilClass | |
Request: | |
#<ActionDispatch::Request:0xf2ba0c0 @env={"REMOTE_ADDR"=>"127.0.0.1", "REQUEST_METHOD"=>"GET", "REQUEST_PATH"=>"/lv/lv/p/m1/intro", "PATH_INFO"=>"/lv/lv/p/m1/intro", "REQUEST_URI"=>"/lv/lv/p/m1/intro", "SERVER_PROTOCOL"=>"HTTP/1.0", "HTTP_VERSION"=>"HTTP/1.0", "HTTP_X_REAL_IP"=>"104.155.83.235", "HTTP_X_FORWARDED_FOR"=>"104.155.83.235", "HTTP_X_FORWARDED_PROTO"=>"https", "HTTP_HOST"=>"v1.stockholmhealth.com", "HTTP_CONNECTION"=>"close", "rack.url_scheme"=>"https", "SERVER_NAME"=>"v1.stockholmhealth.com", "SERVER_PORT"=>"443", "QUERY_STRING"=>"", "rack.input"=>#<StringIO:0x9678ca8>, "rack.hijack"=>#<Proc:0xf270538@/home/deployer/apps/nordenhealth/shared/bundle/ruby/2.0.0/gems/unicorn-4.6.3/lib/unicorn/http_request.rb:111>, "rack.errors"=>#<File:/home/deployer/apps/nordenhealth/current/log/unicorn.log>, "rack.multiprocess"=>true, "rack.multithread"=>false, "rack.run_once"=>false, "rack.version"=>[1, 2], "SCRIPT_NAME"=>"", "SER |
This file contains hidden or 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.application.configure do | |
config.action_controller.asset_host = "https://staging.yourdomain.com/" | |
config.cache_classes = true | |
config.eager_load = true | |
config.consider_all_requests_local = true | |
config.action_controller.perform_caching = true | |
config.serve_static_files = false | |
config.assets.js_compressor = :uglifier |
Create an account with PayPal
Follow through all the steps to enable recieving payments
Visit the config page to review your progress
Log into PayPal developer site (create a session)
Navigate to sandbox acounts