...no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 7 bytes and written 127 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported...
...transclusion function. For an in-depth introduction, see this Guide to Angular Transclusion. Also read the Angular docs on this...
...you can human-parse this one easily, crontabs with several lines are hard to read. The following command will ignore any comments or environment variables, and order rows by their...
Please note: There is a ton to configure. Check the demos and read the docs. It does not bring styles for prev/next links etc, so you need to...
...Using to_s will use a format that is correct but often hard to read. >> regexp.to_s => "(?mi-x:^f(o+)!)" inspect As the Ruby docs say: Perhaps surprisingly, #inspect...
...tagged will @no_parallel can still run in parallel with the tagged test. Please read the previous sentence again. This can help when multiple test processes that access a single...
...attached Knife helper to punch a hole into your closure, through which you can read, write or mock local symbols: klass = (-> privateVariable = 0 privateMethod = -> privateVariable += 1 publicMethod = -> privateMethod()
...like suggested at (way too many) places around the interwebs. This gives other users read and write access to the terminal session! Maybe you even want a different terminal multiplexer...
If you want to load an SQL dump from an ActiveRecord migration, you might find this to be harder than...
...lines because it does not know about spreewald, making the file really hard to read. You can disable any unwanted inspection by opening File / Settings / Editor / Inspections and searching for...
...since end of 2015. It brings some pretty nice new features! Make sure to read the linked post with its many examples! Hash#fetch_values Similar to Hash#fetch, but...
...you need to use: -c will write cookies to a given file -b will read cookies from a given file Example The remote server sets a "foo" cookie to value...
...You may look at the file, or even modify it, as it's human-readable: $ cat /tmp/cookies # Netscape HTTP Cookie File # http://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl...
} }); Note that this could basically work for any element whose offset() you can read. Here, we just fetch the target by the element's href attribute.
...what it was in Ruby 1.8 -- this can be especially painful when external code (read: gems) uses const_defined? to look something up and gets different results on different Rubies...
-f forces the check, even if everything seems okay. -n is a "read only" check, where nothing is changed and every question is answered with "no".
...phone's native UI. See attached animation. There is some fineprint you need to read to make this work (see below). References Android: Increasing engagement with Web App install banners...
In case https://www.rubydoc.info/ is to slow or offline, you can also read a gem documentation offline. Start a server with gem server and go to http://0.0.0.0:8808/. Here...
This is about converting Haml to ERB and not the other way round which you probably want! This process can...
...descendant_id, null: false t.integer :generations, null: false end This is enough to implement common read-operations like "get all descendants" with a single SELECT...
...association's inverse from being found automatically. Sources Why do I need :inverse_of? Read this card 4.1 Release Notes Original Pull Request
...a message body, call mail -s Test someone@example.com only; the mail application will then read your input from stdin. Finish your message by sending EOT with Ctrl-D -- if you...
return object.hasOwnProperty(property) ? object[property] : 'hello'; } }); When you set a key, you can read its value just like always. hash['foo'] = 23 hash['foo'] // => 23 But instead of returning...
Pagination Facebook has quite a powerful pagination, which unfortunately is not too obvious. Read more. Time-based pagination Parameter: until, since, limit, next, previous
...with tests and all caveats fixed. Related topic: JavaScript: Working with Query Parameters Javascript: Read params from url...