Skip to content

Instantly share code, notes, and snippets.

View rrodrigu3z's full-sized avatar

Ricardo David Rodríguez rrodrigu3z

  • Sunlight
  • Santiago, Chile
View GitHub Profile
@rrodrigu3z
rrodrigu3z / qa-dashboard-scroll.png.b64
Created April 8, 2026 11:05
QA screenshots for PR #308 (base64)
iVBORw0KGgoAAAANSUhEUgAABQAAAAJBCAIAAACWJY/nAAAQAElEQVR4nOydD1yT173/T9ukSWZD
CC0Pa6jJ7VIJrZFfrIGZtaGFFdaCSHvBC625V5xYxqy46kZXnW7T2XWu2hXLZSqt2MUOJpniH+rC
Bi2pi5M4Mxp7AZvtJo7cErfEkHYJTWp/3+cJ/00QFP8g3/f2suT5c55zznP+fb7fc87D+uyzzwiC
IJPKF198ceHChb6+PoFAQBAEQRAEQRAEuWI8Hg+Hw7n11ltvueWW4cfhyPgDmcClCIIgCIIgCIIg
CDJ1QQGMIAiCIAiCIAiCTAtQACMIgiAIgiAIgiDTAhTACIIgCIIgCIIgyLQABTCCIAiCIAiCIAgy
LUABjCAIgiAIgiAIgtxUvPrqq2GPowBGEARBEARBEARBbh5C6jesBkYBjCAIgiAIgiAIgtwkDNe9
F2tgFMAIgiAIgiAIgiDIzcDFinfUkVs+++wzgiDIpPLFF19cuHChr69PIBCQq8Pnn39+YQB4HEEQ
BJkK3HLLLbcOcNtttxEEQRAEGTcej4fD4UAPAr3J8ONwJPRHpHW/wPPPPx/6AwUwgkw+V1UAQ+AQ
MoRPEARBpjIwXoFxzKhBDIIgCIJE4pICeDywCIIgU4dgMBjJaHVd/MA4ckUQ5LIBQ57P57v99ttZ
LByNIAiCINcI7HIQZMowSv1+wUCuk/QdTkgG38JAEARBJkKoWUMNjCAIglwbsL9BkKkBqNxB9RuS
@rrodrigu3z
rrodrigu3z / 01_sidekiq_upstart.config
Last active December 18, 2019 14:56 — forked from ctrlaltdylan/01_sidekiq_upstart.config
EBextension for starting Sidekiq Process on Elasticbeanstalk
files:
"/opt/elasticbeanstalk/support/conf/sidekiq.conf":
mode: "000755"
content: |
description "Elastic Beanstalk Sidekiq Upstart Manager"
start on runlevel [2345]
stop on runlevel [06]
# explained above
respawn
respawn limit 3 30
@rrodrigu3z
rrodrigu3z / pt_stories.rb
Created July 25, 2016 16:57
PivotalTracker stories & points snippet
# gem install tracker_api
# ruby pt_stories.rb
require "tracker_api"
token = "your-pt-token"
start_date = "07/17/2016"
end_date = "07/25/2016"
owner = "RR"
@rrodrigu3z
rrodrigu3z / jenikns_ci_on_osx.md
Created May 15, 2016 22:24 — forked from ostinelli/jenkins_ci_on_osx.md
Setup Jenkins CI on OSX.

Jenkins CI on OSX

Instructions on how to setup a secured Jenkins CI on a Mac.

Download & Install dependencies

All of these operations are done with your admin user.

Developer tools

Install the command line developer tools.

@rrodrigu3z
rrodrigu3z / gist:3908949
Created October 17, 2012 23:15
Sidebar hack
/*Sidebar*/
#tooltip-bar .span12 { min-height: 20px }
#main-content { padding-left: 0 }
footer { margin-top: 0 }
#sidebar {
background-color: #EEE;
min-height: 1024px;
background: #EEE url(images/bg-sidebar.jpg) repeat-y top right;
ul#sidebar-nav {
list-style: none;
@rrodrigu3z
rrodrigu3z / growl_no_sign.diff
Created January 7, 2012 21:01
Growl - Disable Code Signing
diff -r 9fbbfd3b5bec Growl.xcodeproj/project.pbxproj
--- a/Growl.xcodeproj/project.pbxproj Sun Sep 25 21:14:44 2011 -0400
+++ b/Growl.xcodeproj/project.pbxproj Sat Jan 07 16:13:50 2012 -0430
@@ -3989,9 +3989,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 315C88BB1068F9A200880530 /* Localization.xcconfig */;
buildSettings = {
- CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
+ CODE_SIGN_IDENTITY = "";
MACOSX_DEPLOYMENT_TARGET = 10.7;
@rrodrigu3z
rrodrigu3z / gist:1486441
Created December 16, 2011 15:24 — forked from retr0h/gist:68809
ActionMailer Timeouts
### lib/ruby_ext.rb
Net::SMTP.class_eval do
def initialize_with_timeouts(*args)
initialize_without_timeouts(*args)
@open_timeout = Emailer::OpenTimeout
@read_timeout = Emailer::ReadTimeout
end
alias_method_chain :initialize, :timeouts
end
@rrodrigu3z
rrodrigu3z / rake test:cxx
Created March 29, 2011 21:43
Passenger c++ test errors
ApplicationPool_PoolTest: ...........[12=X][13=X][15=X][16=X][17=X][18=X][19=X]......[26=X]..........[37=X]
ApplicationPool_ServerTest: ............
ApplicationPool_Server_PoolTest: ...........[12=X][13=X][15=X][16=X][17=X][18=X][19=X]......[26=X]..........[37=X]
Base64Test: ..
BufferedIOTest: ....................[30=F][31=F]
CachedFileStatTest: ............
EventedClientTest: .....................
FileChangeCheckerTest: ..................
FileDescriptorTest: ...
FilterSupportTest: ..............................
Could not start Passenger Nginx core:
[alert]: could not open error log file: open()
"/tmp/passenger-standalone.8865/logs/error.log" failed (2: No such file or
directory)
[alert]: Unable to start the Phusion Passenger watchdog because it encountered
the following error during startup: Unable to start the Phusion Passenger helper
agent: it seems to have crashed during startup for an unknown reason, with exit
code 1 (-1: Unknown error 4294967295)
Stopping web server... done
objs/ngx_modules.o \
-lcrypt -lm /var/lib/passenger-standalone/3.0.5-x86-ruby1.8.7-linux-3.2.3/support/ext/nginx/../common/libpassenger_common.a /var/lib/passenger-standalone/3.0.5-x86-ruby1.8.7-linux-3.2.3/support/ext/nginx/../common/libboost_oxt.a -lstdc++ -lpthread -lcrypto -lz
objs/src/os/unix/ngx_process.o(.text+0xa60): In function `ngx_process_get_status':
: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
objs/src/os/unix/ngx_process.o(.text+0xa54): In function `ngx_process_get_status':
: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
/var/lib/passenger-standalone/3.0.5-x86-ruby1.8.7-linux-3.2.3/support/ext/nginx/../common/libpassenger_common.a(aggregate.o)(.gnu.linkonce.t._ZNSt23_Rb_tree_const_iteratorISt4pairIKSsSsEEppEi+0x1e): In function `std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator++(int)':
ext/common/FileD