Mario Uher
Mario Uher
How do you make a nginx restart, or does nginx restart on its own in your setup a soon as the new certificate is issued?
The latest few issues (#19, #20, #21) showed up a big problem of this gem: Not everybody needs the same setup, and some features of Modernizr even break some setups....
Maybe I'm wrong, but shouldn't this code work? ``` ruby Factory.define(:user) do |u| u.firstname 'John' u.lastname 'Doe%d' u.email '%{firstname}.%{lastname}@example.com' u.password 'password' end 100.times.map do puts Factory.build(:user).email end ``` It returns...
I'm currently rewriting an APP of ours from a classic HTTP-based API to using web sockets. We already have a ton of different models and decoders for that reason, and...
Sry, maybe I'm stupid, but how to I change the namespace the files are stored in? I need `attachments.files` instead of `fs.files` for my app.