Monday, December 26, 2016
MYSQL How to prepend a string when updating a column
›
In order to prepend a string when you are updating a columns is kind of easy, you only need to know the right Mysqsl function to achiev...
1 comment:
Tuesday, November 1, 2016
Ruby on Rails: How to upgrade bundler
›
To upgrade bundler, just type this command in to the command line: gem install bundler To check if it was upgraded , just di...
1 comment:
Friday, September 2, 2016
Rails - How to enable asset pipeline in development
›
Sometimes, for debugging purpose, it can be quite helpful to enable the Rails assets pipeline in development model. to do this, go to ...
5 comments:
Git: How to rename a branch
›
To rename a branch created locally, what you need to do is: First, go to the branch you want to rename: git checkout my_branch_1 ...
GIT: How to delete last commit?
›
To undo or delete a commit previously done, just type the following command in your console: git reset --hard HEAD~1
Friday, August 26, 2016
A Dog's Purpose Official Trailer 1 (2017) - Dennis Quaid Movie
›
Wednesday, June 29, 2016
How to downgrade Firefox Version on ubuntu
›
In this tutorial I will show you how to downgrade your firefox version in this case from firefox 47.0 to 45. First run this command: ...
8 comments:
‹
›
Home
View web version