Generate scaffolding is not working on my production code because of different gem versions on the production and local machine. So I have decided to do all the changes manually that are achieved using "generate scaffold" command.
Could some one please help me out what all changes needs to be done manually if am not using generate scaffolding.
example :
`rails generate scaffold Project title:string release_info:string file_or_folder_id:integer owner:string`