UPDATE 2014-12-21: RubyGems 1.8.30, 2.0.15 and 2.2.3 have been released. It requires manual installation, please see instructions below.
Hello,
If you reached this page, means you've hit this SSL error when trying to
UPDATE 2014-12-21: RubyGems 1.8.30, 2.0.15 and 2.2.3 have been released. It requires manual installation, please see instructions below.
Hello,
If you reached this page, means you've hit this SSL error when trying to
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Reflection; | |
| namespace YOUR_NAMESPACE | |
| { | |
| public static class ManifestResourceHelper | |
| { | |
| public static string[] GetManifestResourceNames(Assembly asm = null) | |
| { |
| --This is how you want your queries to behave. Short and sweet, to prevent blocking | |
| --See: http://dbareactions.com/post/112726103627/how-queries-behave-after-developers-follow-my | |
| --Benefits: | |
| --1.Doesn't block other users. | |
| --2.Easy to read and understand quickly | |
| --3.Easy to maintain | |
| --4.Easy to debug/test | |
| --check first before creating our temporary tables |