Blog(42)
Rails | Avoiding Race Conditions While Updating Particular Field In Db
Shiva Bhusal (Software Engineer) 2 Min. Read Sep 19, 2018
Ruby On Rails Race Condition Update Database PG
Read More..
Memory Management In C
Shiva Bhusal (Software Engineer) 2 Min. Read Sep 10, 2018
C Memory Management Calloc Malloc
Read More..
Installing And Configuration Of Nginx Web/(Reverse Proxy) Server In Ubuntu
Shiva Bhusal (Software Engineer) 5 Min. Read Aug 20, 2018
Nginx Install Configuration Ruby On Rails
Read More..
Returning References To Local Variables From A Function In C
Shiva Bhusal (Software Engineer) 1 Min. Read Aug 9, 2018
C Variable References Functions Heap Stack
Read More..
Read More..
Configure Rails Admin With I18n
Shiva Bhusal (Software Engineer) 1 Min. Read Aug 8, 2017
Ruby On Rails Ruby On Rails Admin Configure I18n
Read More..
Read More..
Installing Ruby RVM is the best Tool to manage multiple versions in your system. # Update your package manager first: $ sudo apt-get update # Install dependencies for ruby # This installs CURL, Git and other dependencies sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties sudo apt-get […]
Read More..
Problem I have to edit a proposal among many proposals. When we click edit button a popup appears with all fields filled. There is a button ‘Verify’ to preview the proposal before sending to client via Email. Suppose URL to edit proposal is proposals/:id/edit It shows a popup with all fields filled and a ‘Send’ and […]
Read More..
Difference Between Update, Update Columns, Update Column, Update Attributes, Assign Attributes
Shiva Bhusal (Software Engineer) 1 Min. Read Oct 8, 2014
Rails Ruby Active Record Update update_columns update_column
Though they look and sound similar, there is significant difference between these method. Some forcefully update the record where some only set the attributes but do not send the query to the database.
Read More..
Calendar
You might also like
Rails | Avoiding Race Conditions While Updating Particular Field In Db
Shiva Bhusal (Software Engineer) 2 Min. Read Sep 19, 2018
Ruby On Rails Race Condition Update Database PG
Read More..
Memory Management In C
Shiva Bhusal (Software Engineer) 2 Min. Read Sep 10, 2018
C Memory Management Calloc Malloc
Read More..
Installing And Configuration Of Nginx Web/(Reverse Proxy) Server In Ubuntu
Shiva Bhusal (Software Engineer) 5 Min. Read Aug 20, 2018
Nginx Install Configuration Ruby On Rails
Read More..
Returning References To Local Variables From A Function In C
Shiva Bhusal (Software Engineer) 1 Min. Read Aug 9, 2018
C Variable References Functions Heap Stack
Read More..
Read More..
Configure Rails Admin With I18n
Shiva Bhusal (Software Engineer) 1 Min. Read Aug 8, 2017
Ruby On Rails Ruby On Rails Admin Configure I18n
Read More..
Read More..
Installing Ruby RVM is the best Tool to manage multiple versions in your system. # Update your package manager first: $ sudo apt-get update # Install dependencies for ruby # This installs CURL, Git and other dependencies sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties sudo apt-get […]
Read More..
Problem I have to edit a proposal among many proposals. When we click edit button a popup appears with all fields filled. There is a button ‘Verify’ to preview the proposal before sending to client via Email. Suppose URL to edit proposal is proposals/:id/edit It shows a popup with all fields filled and a ‘Send’ and […]
Read More..
Difference Between Update, Update Columns, Update Column, Update Attributes, Assign Attributes
Shiva Bhusal (Software Engineer) 1 Min. Read Oct 8, 2014
Rails Ruby Active Record Update update_columns update_column
Though they look and sound similar, there is significant difference between these method. Some forcefully update the record where some only set the attributes but do not send the query to the database.
Read More..