346 Commits (trunk)
 

Author SHA1 Message Date
Matt Brictson f6041a0dee Add unicorn_killer configuration 9 years ago
Matt Brictson 7bd1167a07 Split test_helper into separate files 9 years ago
Matt Brictson ca1b88e5f1 Rails 4 eager loads app/*, so remove app/workers
In Rails 4, all subdirectories of app are automatically added to the eager load
list, so we don't have to add app/workers explicitly.
9 years ago
Matt Brictson 38443b6ff2 Changes based on official Guardfile templ 9 years ago
Matt Brictson 70f4ac1973 Relax rubocop check for trival accessors 9 years ago
Matt Brictson 6267a45cd1 Gracefully fall back when `git` is not installed
Fixes #4
9 years ago
Matt Brictson 5b266baf71 Initial Rails 5 support 9 years ago
Matt Brictson 825e62491f Improve Rubocop output 9 years ago
Matt Brictson b41b6c7002 whitespace 9 years ago
Matt Brictson 51260a8078 Regenerate gz if the original is newer 9 years ago
Matt Brictson 315a16e5fd Rename gzip_static task to just "gzip" 9 years ago
Matt Brictson 970661cf06 Switch from capistrano-fiftyfive to capistrano-mb 9 years ago
Matt Brictson de9aed2945 Automatically install appropriate bundler version 9 years ago
Matt Brictson 2a13255c2f Use --deployment flag for bundler in CI 9 years ago
Matt Brictson eb7e6bba7a Optimize the assets:gzip_static task 9 years ago
Matt Brictson 8624229b8b Use Bundler.with_clean_env instead of hacks 9 years ago
Matt Brictson 58fdf26e64 Capistrano metrics have been removed as of 3.4.0 9 years ago
Matt Brictson c69cb3ffbd Make default mocha configuration more strict 9 years ago
Matt Brictson 745407b25b Documentation for test_helper.rb 9 years ago
Matt Brictson 4e17f7578a Bump minimum xray-rails version 9 years ago
Matt Brictson aa9ae4416a Remove Rubocop check that is no longer supported 9 years ago
Matt Brictson 2c78e23b0f Add ensure_security_headers to app controller 9 years ago
Matt Brictson 9637d2aa82 Improve secure_headers config based on latest ver 9 years ago
Matt Brictson a6806bceb1 Disable Rubocop DoubleNegation check 9 years ago
Matt Brictson 183fbe7253 Add --retry=3 to bundle install for Jenkins 9 years ago
Matt Brictson 92210a6099 Trailing newline to separate from existing routes 9 years ago
Matt Brictson 4ab2349b6c dotenv-deployment not needed as of dotenv 2.0.0 9 years ago
Matt Brictson 4cba1c9844 Hash rockets 9 years ago
Matt Brictson 5a5a5330d6 Ensure pg ~> 0.18 for Ruby 2.2+ compatibility 9 years ago
Matt Brictson c014604cad Update cap, sshkit dependencies 9 years ago
Matt Brictson 041c4a314c Set default time zone to Pacific Time 9 years ago
Matt Brictson 058d68423d Link to Ruby/Rails setup instructions 9 years ago
Matt Brictson e319133bf2 Show version timestamp instead of date in header 9 years ago
Matt Brictson cbc11fac1c Require the latest cap-55 9 years ago
Matt Brictson b7b5e28697 Add airbrussh gem for prettier capistrano output 9 years ago
Matt Brictson 8a24193caf Fix GitHub URLs 9 years ago
Matt Brictson 1fded1fb96 Do livereload for .scss files (vs .css.scss) 9 years ago
Matt Brictson 44c84833b4 Switch to stable release of bootstrap_form 9 years ago
Matt Brictson bd46a756cb Fix broken log rotation, using a diff. approach.
Logger.new will only honor rotation arguments if the a filename is passed.
Since I was passing an IO object, this meant rotation was not working.

Instead of changing how the Rails logger is configured, let Rails do its
default behavior, which is more future-proof. To accomplish rotation, use a
new initializer to inspect the actual log file and copy+truncate it if it has
grown beyond 20 MB.
9 years ago
Matt Brictson 8e325b72f8 Ensure sidekiq runs Active Job deliver_later.
Action Mailer enqueues deliver_later jobs under a queue named "mailers".
But by default, sidekiq only processes jobs in the "default" queue, meaning
the deliver_later jobs will never be executed. Explictly add "mailers" to
the list of queues using config/sidekiq.yml to fix this.
9 years ago
Matt Brictson 3b19f52cb9 Fix invalid charset validation warning 9 years ago
Matt Brictson b18c3e6134 Gracefully ignore highline load error 9 years ago
Matt Brictson 1caea182c3 Remove extra whitespace from gem version spec 9 years ago
Matt Brictson 95772c0d85 Require xray-rails ver that works with Rails 4.2 9 years ago
Matt Brictson d1fc8247f6 Add MIT license 9 years ago
Matt Brictson edf7eedc9e Initial public commit 9 years ago