Web
Analytics Made Easy - StatCounter
Skip to content
Red Panthers
Experts in Ruby on Rails Development
Red Panthers
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237

Author Archives: harikrishnan

You are here:
  1. Home
  2. Article author harikrishnan

Difference between Date, Time and DateTime

Beginners, Database, RubyBy harikrishnanApril 5, 20173 Comments

Date and time are one of the most important aspects which every coder has to deal with in Ruby. Well, let’s get to know how we keep it up alive and functional. There are 3 different classes in Ruby that handles date and time. They are Date, Time and DateTime. Date and DateTime classes are…

Rack::Attack – secure you rails app for the real world

Rails, RubyBy harikrishnanFebruary 27, 2017Leave a comment

Are you worried about the security issues in your Rails app? The rack-attack gem, can help you. Rack::Attack is a rack middleware which provides security to our rails application. It allows us to safelist, blacklist, throttle and to track requests. If the request matches any safelist, it is allowed. If the request matches any blocklist, it is blocked. If the…

How to format Git log for meaningful information

gitBy harikrishnanJanuary 30, 2017Leave a comment

Git is a wonderful piece of software that makes life easier and more productive for a programmer. But sadly most developers don’t use it up to their full potential so we are going to blog about various simple and advanced usages of git as a series. In the first article of the series, we are…

Go to Top