---
title: "Blogs by Hitesh Rawal"
description: "Read BigBinary blog posts by Hitesh Rawal."
canonical_url: "https://www.bigbinary.com/blog/authors/hiteshrawal"
markdown_url: "https://www.bigbinary.com/blog/authors/hiteshrawal.md"
---

# Blogs by Hitesh Rawal

Read BigBinary blog posts by Hitesh Rawal.

## Posts

### Rails 5 Passing current record for custom error

[Rails 5 Passing current record for custom error](https://www.bigbinary.com/blog/rails-5-allows-passing-record-to-error-message-generator)

- Author: Hitesh Rawal
- Published: July 13, 2016
- Categories: Rails 5, Rails

We can now pass the validated record to the proc for generating a custom error
message.

### Rails 5 allows UUID as column type in create_join_table

[Rails 5 allows UUID as column type in create_join_table](https://www.bigbinary.com/blog/rails-5-create-join-table-with-uuid)

- Author: Hitesh Rawal
- Published: June 16, 2016
- Categories: Rails 5, Rails

Rails 5 started supporting UUID as a column type in create_join_table.

### Rails 5 adds another base class Application Job for jobs

[Rails 5 adds another base class Application Job for jobs](https://www.bigbinary.com/blog/rails-5-adds-application-jobs-for-jobs)

- Author: Hitesh Rawal
- Published: June 12, 2016
- Categories: Rails 5, Rails

Rails 5 adds explicit base class ApplicationJob for ActiveJob.

### Rails 5 prevents destructive action on production database

[Rails 5 prevents destructive action on production database](https://www.bigbinary.com/blog/rails-5-prevents-destructive-action-on-production-db)

- Author: Hitesh Rawal
- Published: June 7, 2016
- Categories: Rails 5, Rails

Rails 5 prevents destructive action on production database by keeping
environment version to internal metadata.

### Rails 5 adds ignored_columns for Active Record

[Rails 5 adds ignored_columns for Active Record](https://www.bigbinary.com/blog/rails-5-adds-active-record-ignored-columns)

- Author: Hitesh Rawal
- Published: May 24, 2016
- Categories: Rails 5, Rails

Rails 5 has implemented ignored_columns method for active record.

### Rails 5 adds after_commit callbacks aliases

[Rails 5 adds after_commit callbacks aliases](https://www.bigbinary.com/blog/rails-5-adds-after_create-aliases)

- Author: Hitesh Rawal
- Published: May 11, 2016
- Categories: Rails 5, Rails

Rails 5 Introduces after\_{create,update,delete}\_commit callbacks as aliases
for after_commit.

## Links

- [Human page](https://www.bigbinary.com/blog/authors/hiteshrawal)
