Skip to content

Latest commit

 

History

History
308 lines (294 loc) · 24.8 KB

README.md

File metadata and controls

308 lines (294 loc) · 24.8 KB

Ruby/Rails

articles

Javascript

React

resources

react native

memo

others

Devops

deployment

  • When you have multiple servers for app, workers, search etc... and you have a upgrade like rails 4.1 to rails 4.2. You need to be careful of the different version of these servers. Like Rails 4.2 app, Rails 4.1 worker(app finished deployment first). It may has some problems and you probably need to deploy workers first.
  • Take care of the asset when you use auto-scale, the easist way to avoid any problem, expire everything Rails.application.config.assets.version = "1.1"

DB related

Others

Tool

others guys learning path