This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
change_column :Submitted_forms, :submittion_type, :integer, using: 'ARRAY[submittion_type]::INTEGER[]', array:true, default: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/DataTables/Responsive/issues/40 | |
https://stackoverflow.com/questions/8278981/datatables-on-the-fly-resizing/39157482#39157482 | |
$(document).ready(function() { | |
$('a[data-toggle="tab"]').on( 'shown.bs.tab', function (e) { | |
$($.fn.dataTable.tables( true ) ).css('width', '100%'); | |
$($.fn.dataTable.tables( true ) ).DataTable().columns.adjust().draw(); | |
} ); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/20128472/bootstrap-3-0-full-length-body-sidebar | |
.user-show-navigation | |
-------------- | |
var document_height = $(document).height(); | |
var sidebar = $('.user-show-navigation'); | |
var sidebar_height = sidebar.height(); | |
if (document_height > sidebar_height) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Log Rotate by initialising logger from the app | |
#Way one | |
# reference : http://ruby-doc.org/stdlib-1.9.3/libdoc/logger/rdoc/Logger.html#method-c-new | |
# This one from Atinder Singh https://medium.com/@atinders/easy-log-rotation-with-rails-5-7b8d3c173461 | |
# config/environments/production.rb | |
Rails.application.configure do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taking dump in server | |
sudo su - postgres | |
pg_dump ata_production > database_name_ata.sql | |
ls to check | |
server to local | |
scp [email protected]:/var/lib/postgresql/database_name.sql /home/praaveen/projects/database_name.sql | |
local to server | |
scp /home/janani/Desktop/new.csv [email protected]:/var/www/sfy-niew |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react.js"></script> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.js"></script> | |
<script src="https://unpkg.com/[email protected]/browser.min.js"></script> | |
<script type="text/babel"> | |
var Message = React.createClass({ | |
render:function(){ | |
return <h1>Welcome to TutsPlus , {this.props.name}</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://sqlzoo.net/ | |
https://github.com/vikingeducation/solution_sql_zoo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.tutorialspoint.com/expressjs/expressjs_authentication.htm | |
momgo + express | |
https://www.tutorialspoint.com/expressjs/expressjs_authentication.htm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SC STOP shortservicename | |
SC DELETE shortservicename | |
http://nssm.cc | |
http://www.f2ko.de/en/b2e.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error in ubuntu | |
HTTP request sent, awaiting response... 302 Moved Temporarily | |
Location: http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz?AuthParam=1516952596_55b9e59ffae6c3f024085f23ab730ec5 [following] | |
--2018-01-26 13:11:17-- http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz?AuthParam=1516952596_55b9e59ffae6c3f024085f23ab730ec5 | |
Connecting to download.oracle.com (download.oracle.com)|23.40.72.119|:80... connected. | |
HTTP request sent, awaiting response... 404 Not Found | |
2018-01-26 13:11:18 ERROR 404: Not Found. | |
download failed |
NewerOlder