Skip to content

ilake/til

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published