conclusions,comparisons , suggestions , learning, news and more …..
Owner: harssh
Listed in: Technology
Language: English
Tags: conclusions, rails, nodejs, music, learning
Site Statistics
Unique Visitors Today:
1
Page Views Today:
1
Unique Visitors this Week:
1
Page Views this Week:
1
Unique Visitors this Month:
7
Page Views this Month:
8
Total Unique Visitors:
2,427
Total Page Views:
3,123
Total Hits Out:
46
Latest Blog Posts for Concluzions
- Importing large sql file in MYSQL…….
- Quotes by A. P. J. Abdul Kalam….Some Quotes by A. P. J. Abdul Kalam You have to dream before your dreams can come true. Great dreams of great dreamers are always transcended. To succeed in your mission, you must have single-minded devotion to your goal. Man needs his difficulties b...
- Configure log Rotate on Rails production……………on Aug 1, 2015 in Learning Configure log Rotate on Rails production logrotate rails ruby ruby on rails ubuntuYou may come across a situation when your application logs become very huge or you may want logs categorized on the basis of date. Also your log files can grow fast, especially if you have a lot of traffic. We will use a system based software to...
- Get list of all tables in rails application using Active RecordOften we need to see list of tables in our rails application You can see this list on rails console using ActiveRecord::Base.connection.tables And that's it you are done !
- Creating SQL log in Ruby On Rails Application…………………on Jul 25, 2015 in Learning ruby on rails SQL Creating SQL log in Ruby On Rails Application entertainment logs rails rubySometimes we need to log all SQL queries generating. This may help in finding out useless or repetitive queries too. For this I came across ActiveSupport::Notifications. It is used by Rails to notify about events occurring inside the framework, and...
- Debug delayed job in RailsSteps to debug delayed job in rails : Open a rails console within your project $ rails c Loading development environment (Rails 3.2.13) Initialise a delayed_job worker, and make it output to console by passing {quiet: false} to its initialis...
- Consuming Google Analytics data from a NodeJs application using a service account …on Jul 18, 2015 in ConclusionsOriginally posted on Concluzions:I came across this gist while integrating google analytics with NodeJS and its pretty informative sharing it with hope that it will be helpful … I didn’t have a great time trying to implement a simple feat...
- Get size of Postgresql and MySQL databases….To get the size of MySQL DB : SELECT table_schema “production_db“, sum( data_length + index_length ) / 1024 / 1024 “Data Base Size in MB“, sum( data_free )/ 1024 / 1024 “Free Space in MB“ FROM information_schema.TA...
- Apple Pay expected to go live in the U.K. on July 14th, £20+ transactions starting this fallon Jul 5, 2015 in ConclusionsOriginally posted on 9to5Mac:Apple appears to be planning to enable its Apple Pay iPhone mobile payments service in the United Kingdom on July 14th, according to sources at multiple retailers. Apple has informed some Apple Retail employees in the U.K...
- Consuming Google Analytics data from a NodeJs application using a service account …I came across this gist while integrating google analytics with NodeJS and its pretty informative sharing it with hope that it will be helpful … I didn’t have a great time trying to implement a simple feature involving Google Analytics in...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}