important Point in Rails


Important Notes in Rails

.......................................................................................................................................................................


Note 01: 

For this project I don’t need anything to store in database. I append -O after my command so that Rails doesn’t include any database or ActiveRecord support for this project.


Command :  rails new custom_theme_rails -O

Comment: In the last with add -0

.......................................................................................................................................................................


Note 02: 


Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5