Open in app

Sign In

Write

Sign In

Rohit Lingayat
Rohit Lingayat

29 Followers

Home

About

Nov 18, 2021

AWS Lambda: Install gems in Ruby function

Install gems into lambda function — Problem statment: When we are working on Ruby lambda function and if your lambda is depends on some external libraries(gems) which is not a default part of lambda, then it will give you error cannot load such file -- <gem name> In my lambda function I want to implement newrelic_rpm gem to…

Ruby

2 min read

Ruby

2 min read


May 10, 2021

Github Actions with Ruby on Rails

Set up continuous integration with GitHub action for ruby on rails application. — Continuous integration(CI) allowed you to test your code automatically whenever there is any commit towards the feature/main branch or any pull request comes in. This is great because sometimes you forgot to run tests cases locally before pushing the changes. To set up GitHub Actions for our project we’ll need…

Github Actions

6 min read

Github Actions with Ruby on Rails
Github Actions with Ruby on Rails
Github Actions

6 min read


Jul 27, 2020

ActiveSupport::MessageEncryptor Rails 5.x

A simple way to encrypt values — Overview MessageEncryptor is a simple way to encrypt values which get stored somewhere you don’t trust. The ciphertext and initialization vector are base64 encoded and returned to you. For more details, you can check out the official ruby doc here Upgrading from Rails 4 to Rails 5 we also need to…

Ruby On Rails

1 min read

Ruby On Rails

1 min read


Published in Better Programming

·Jun 9, 2020

The ‘SameSite’ Issue With Rails 4.2.0 in Chrome

Cross-site request with ‘SameSite=None’ — What’s ‘SameSite'? SameSite is the new recommended way to keep your website secure. It’d make CSRF even more secure. The SameSite attribute allows servers to assert that a cookie shouldn’t be sent along with cross-site requests. This change provides some protection against cross-site request-forgery attacks. In simple terms, cookies that don’t include…

Programming

2 min read

The ‘SameSite’ Issue With Rails 4.2.0 in Chrome
The ‘SameSite’ Issue With Rails 4.2.0 in Chrome
Programming

2 min read


Published in Better Programming

·May 11, 2020

Improve the Performance of Docker on MacOS With Docker-Sync

Docker on Mac can be a resource hog but it doesn’t have to be — If you’ve moved your development environment to Docker and you’re on a Mac, you might have noticed your web application stacks are slower than another native environment you’ve been used to. The fact of the matter is, Docker for Mac has terribly slow IO performance compared to on Linux machines. …

Programming

2 min read

Improve the Performance of Docker on MacOS With Docker-Sync
Improve the Performance of Docker on MacOS With Docker-Sync
Programming

2 min read

Rohit Lingayat

Rohit Lingayat

29 Followers

Ruby on Rails | React | AWS | Solr | JQuery

Following
  • Netflix Technology Blog

    Netflix Technology Blog

  • Marius NIEMET

    Marius NIEMET

  • Sandesh Bodake

    Sandesh Bodake

  • Ziga Petek

    Ziga Petek

  • Ratnakar

    Ratnakar

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech