7 Reasons Why You Should Treat Your Custom Application Like an Employee This is a cross-post from PanopticDev.com Custom software can be an expensive investment, but if you design it to do a job and invest in...
Setting up a Rails 5 app from edge Update: Many people reported issues with installing the proper version of Rack, so I've updated step 3 to account for that. I just returned from...
Bash shortcuts to run Rails commands through Spring, Bundler, or ye olde scripts Just about a year ago to date I posted some useful Bash shortcuts for Ruby on Rails commands. These are mix of aliases and functions...
Cache busting AJAX requests and redirects AJAX get and head requests are cached by default. This can cause problems when AJAX requests use the same URLs as a user would use...
Dynamic enum fields in nested association forms in Rails Admin We've had a few projects at Panoptic Development recently that made use of the RailsAdmin gem. Out of the box, RA satisfied about 95% of what...
Resources for addressing the Heartbleed zero-day OpenSSL bug Heartbleed is a zero-day bug in many OpenSSL implementations, and effects a huge swatch of servers on the Internet. Here's a list of resources I've...