shotgundebugging
Follow
- Romania
- @shotgundebuggin
Pinned Loading
-
-
-
sequrist-log
sequrist-log PublicPure Rack application which logs HTTP requests to papertrailapp.com
Ruby
-
sample_profiler.rb
sample_profiler.rb 1profiler = Thread.new do
2while true
3p Thread.main.backtrace
4sleep 0.5
5end
-
sort & sort_by benchmark
sort & sort_by benchmark 1#!/usr/bin/ruby
23require 'benchmark'
45ary = []
-
CSRF protection in Rails - #csrf_met...
CSRF protection in Rails - #csrf_meta_tags 1# actionview/lib/action_view/helpers/csrf_helper.rb
23def csrf_meta_tags
4if defined?(protect_against_forgery?) && protect_against_forgery?
5[
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.