Cyril Duchon-Doris
Cyril Duchon-Doris
We use capistrano roles to adapt our deployments to the needs of the (sub)-app we're deploying. For some roles, we don't need to compile any JS stuff, and since we...
I agree this follow the Rails guidelines of "Convention over configuration", but the nohooks scripts make it is easier to write clean code by splitting deployment into files that can...
Btw I've been using this in production for a few months now, no problem to report. It really does help since I'm updating the deploy configurations, and excluding node/yarn package...
Even if this is off-topic, I've been looking for this too ! This should be added to the gem if someone's willing to code it.
@jozefvaclavik Yes you're right, sorry. I didn't think it was possible to add entries to the ldap using this gem. I thought I had to fall back to Net::Ldap to...
I don't know. Because I could afford to change my LDAP structure, I decided to switch to objectType GroupeOfUniqueNames to have the uniqueMember attribute (I had to create the groups...
Woh this is so weird. The objects in memory are completely messed up. Let's say I have a project with a task saved in the database. Now if I render...
Found the source of my problem. Eager Loading In my controller, I was actually eager-loading before trying to update the values ``` @project = Project.include(:steps) # Load my project and...
I'm afraid even 3 years after this is still a problem... If you're still reading, would you mind posting your solution in case you've found any ? (Using Rails 4.1.1)
Thanks. I did a big update to Rails 4.2 and it fixed it.