EDIT
What small things which are too easy to overlook do I need to do before deploying a rails application?
I have set up another question for any task that takes more than a minute or two, and so ought to be scheduled into a deployment process. In this question I'm mostly concerned with on-line config options and similar, that can be done, but are often left out in during the development cycle because they don't make any difference until deployment
rake gems:unpack
config/environment.rb
app/controllers/application.rb
filter_parameter_logging :password, :password_confirmation
Check the slow query log, and add any indexes to your models which are causing full-table traverses.
Also
grep -ril FIXME
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With