Skip to content

Instantly share code, notes, and snippets.

View kalabiyau's full-sized avatar
🐲
Breeding Dragons

Artem Chernikov kalabiyau

🐲
Breeding Dragons
  • Wildlife studios
  • Nürnberg, Germany
View GitHub Profile
{
"partner_order_items.system_limit": ["is not a number"]
}
diff -Naur usr/lib/perl5/vendor_perl/5.18.2/SMT/SCCSync.pm /usr/lib/perl5/vendor_perl/5.18.2/SMT/SCCSync.pm
--- usr/lib/perl5/vendor_perl/5.18.2/SMT/SCCSync.pm 2016-09-22 12:47:34.000000000 +0000
+++ /usr/lib/perl5/vendor_perl/5.18.2/SMT/SCCSync.pm 2016-10-18 15:11:31.851162560 +0000
@@ -143,7 +143,7 @@
else
{
$self->{USERAGENT} = SMT::Utils::createUserAgent(log => $self->{LOG}, vblevel => $self->{VBLEVEL});
- $self->{USERAGENT}->protocols_allowed( [ 'https'] );
+ $self->{USERAGENT}->protocols_allowed( [ 'https', 'http' ] );
}
# config.order = :random
config.register_ordering(:global) do |items|
items.sort_by do |group|
case group.metadata[:type]
when :feature then 1
else 2
end
end
end

Keybase proof

I hereby claim:

  • I am kalabiyau on github.
  • I am kalabiyau (https://keybase.io/kalabiyau) on keybase.
  • I have a public key ASAK7yhvtJOoPSN6veGPGejr-YByP_IlSEGEn53mDPCKnAo

To claim this, I am signing this object:

diff --git i/actionpack/lib/action_controller/metal/live.rb w/actionpack/lib/action_controller/metal/live.rb
index 6804e57..5b4ad86 100644
--- i/actionpack/lib/action_controller/metal/live.rb
+++ w/actionpack/lib/action_controller/metal/live.rb
@@ -36,8 +36,7 @@ module ActionController
extend ActiveSupport::Concern
module ClassMethods
- def make_response!(response)
- request = response.request
@kalabiyau
kalabiyau / protractor.coffee
Created July 17, 2015 14:21
Protractor and Teaspoon helpers
# helper protractor
module.exports.config =
baseUrl: 'http://localhost:3000'
directConnect: true
capabilities:
'browserName': 'chrome'
specs: ['features/**/*_feature.coffee']
framework: 'jasmine'
diff --git c/Gemfile i/Gemfile
index b283467..615a439 100644
--- c/Gemfile
+++ i/Gemfile
@@ -39,6 +39,7 @@ group :development, :test do
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
gem 'pry-rails'
+ gem 'awesome_print'
end
diff --git c/Gemfile i/Gemfile
index b283467..615a439 100644
--- c/Gemfile
+++ i/Gemfile
@@ -39,6 +39,7 @@ group :development, :test do
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
gem 'pry-rails'
+ gem 'awesome_print'
end
diff --git i/app/controllers/activities_controller.rb w/app/controllers/activities_controller.rb
index e94df68..22cbf70 100644
--- i/app/controllers/activities_controller.rb
+++ w/app/controllers/activities_controller.rb
@@ -1,6 +1,7 @@
class ActivitiesController < ApplicationController
respond_to :html
+
def index
diff --git c/Gemfile i/Gemfile
index 6e575c1..2f7a727 100644
--- c/Gemfile
+++ i/Gemfile
@@ -36,6 +36,7 @@ group :development, :test do
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
gem 'pry-rails'
+ gem 'guard-rspec'
end