Just add it and amend the previous commit!git add forgotten_file git commit –amendPlease keep in mind that –amend actually will…
Continue Readingedit
15 Simple Steps to Creating a CRUD Web App with Ruby on Rails
15 Simple Steps to Creating a CRUD Web App with Ruby on RailsDanielle JasperBlockedUnblockFollowFollowingMay 1If you are fairly new to Ruby…
Continue ReadingQuery Segmentation and Spelling Correction
Query Segmentation and Spelling CorrectionSonu SharmaBlockedUnblockFollowFollowingApr 22In English Language, people generally type the queries which are separated by space, but…
Continue ReadingBuild Instagram by Ruby on Rails (Part 1)
edit_user GET /users/:id/edit(.:format) users#editresources :users, only: […, :edit] tells Rails to map requests to http://localhost:3000/users/:id/edit to the user controller's edit action.Add link…
Continue Reading