in rails what is the difference between development mode and production mode?
- by fenec
currently am using the development mode for my application, but i dont know if i should use the production mode.If it is the case how do i transfert all my data to the production mode?
is there a risk of bugs during this process?