rafBM (Rafaël Blais Masson)
- Login: rafBM
- Email: rafbmasson@gmail.com
- Registered on: 08/16/2015
- Last sign in: 08/16/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/16/2015
-
06:46 AM Ruby Bug #11448 (Closed): Requiring a given library may take 23x longer depending on `require` context
- I was trying to narrow down the longest things to require during Rails boot when I stumbled on this.
Add two lines in `securerandom.rb` in order to output the time taken to `require 'openssl'`:
~~~
# -*- coding: us-ascii -*-
be...