Tag
create
2 notes.
RubyOnRails: Create a Controller and Views for it using a single command
Lets create a controller named 'home' with views 'index', 'view2' view3'. Fortunately, you can do that in a single command. Enter this command in your terminal: $ rails…
Git: Create and delete remote branches
Many git users frequently do create and delete branches. I often forget the command. So i am now writing it down here. May be, it will be useful…