Integrate Google Calendar API into rails application
Read about how we can integrate Google Calendar API.Rails 7.1 Now Allows ErrorReporter To Handle Several Error Classes
Rails introduces handle method for ErrorReporter APIRails 7.1 now allows matching exception messages to assert_raises assertion.
Check the exception and the message raised by rails or custom errors in tests together with assert_raises in a single line.Using quarter method by rails 7.1
Get quarter of the date provided for the current year or the custom year.Adding table names to error for duplicate column names
Table name is shown in the error when duplicate columns for the same table is entered while creating it.Restoring data using papertrail.
PaperTrail is a very useful tool, but did you know it can help restore the deleted records as well?Learn about tree shaking in Webpack 5
Tree shaking is a technique used by webpack to optimize the builds for production and reducing the build size by shaking off the dead code from its branches (modules).