Rename deprecated config option to enable_reloading in dev env (#30577)
				
					
				
			This commit is contained in:
		
							parent
							
								
									c1b0c1a5e4
								
							
						
					
					
						commit
						3dfc7267e2
					
				| @ -8,7 +8,7 @@ Rails.application.configure do | |||||||
|   # In the development environment your application's code is reloaded any time |   # In the development environment your application's code is reloaded any time | ||||||
|   # it changes. This slows down response time but is perfect for development |   # it changes. This slows down response time but is perfect for development | ||||||
|   # since you don't have to restart the web server when you make code changes. |   # since you don't have to restart the web server when you make code changes. | ||||||
|   config.cache_classes = false |   config.enable_reloading = true | ||||||
| 
 | 
 | ||||||
|   # Do not eager load code on boot. |   # Do not eager load code on boot. | ||||||
|   config.eager_load = false |   config.eager_load = false | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user