Saroj Maharjan

Results 7 comments of Saroj Maharjan

Nop, I've skipped the bullet warnings by whitelisting https://github.com/flyerhzm/bullet#whitelist ```ruby # application_controller.rb def skip_bullet Bullet.enable = false if %w(development test).include?(Rails.env) yield ensure Bullet.enable = true if %w(development test).include?(Rails.env) end #...

Ya sure! Can you guide me where I've to make the changes? Didn't know that https://github.com/bbatsov/rubocop & https://github.com/bbatsov/ruby-style-guide are now under https://github.com/rubocop-hq. When did this happen? Any blog posts?

Here's another one from a performance [blog post](http://marouenbousnina.com/activerecord-exists-and-blank-under-the-hood/) >... if we are performing an existence check on records that we need as part of the application logic then we should...

@jstrait I was looking for the same as I want to split a portion of the wave file. BTW how do I split wave file? I didn't find any example...

@jstrait I am working with wavefile and wanted to trim the audio file let's say of 10:00 minutes from 3:00 to 7:00 mins. At the moment, I'm using [audio-trimmer](https://github.com/rbrigden/audio-trimmer-ruby#general-usage) to...

I think these might work. Feed generation can be automated with: * RSS - https://github.com/snaptortoise/jekyll-rss-feeds * Atom - https://github.com/jekyll/jekyll-feed Automated tweets * https://ifttt.com/applets/ELCMuz4H-automatically-tweet-updates-from-pew-research * https://ifttt.com/applets/RKdiSRZ4-rss-feed-autoposts-to-twitter-and-facebook-pages Email notifications * https://blog.mailchimp.com/tag/rss-to-email/ *...