-
-
Squishing your multiline SQL queries for cleaner log output
When you are developing a complex Ruby on Rails application, you might need to write a few SQL queries and avoid using Active Record and… -
Clearance v2.3.1
Fixed Support for accessing Rails 6.x primary_key_type in generator. Fix password reset URLs when using a custom model Fix flaky test that relied on too specific time delta Revert case sensitivity... -
Show HN: Chunky_cache, inline cache multi-fetching for Rails views
There are no comments yet, why not comment? -
事务与锁在Rails中的体现
这篇文章主要谈谈笔者对事务跟锁的理解,以及他们在Rails中的表现形式。随着业务的升级,他们两者在数据库管理系统中的ACID上扮演着重要角色,理解他们有助于编写出可靠性更高的业务代码。 -
-
My Ruby on Rails stack for side projects in 2021 - Magnus Skog
This is the tools and gems that I recommend using in most Ruby on Rails projects in 2021. -
-
Rails 6.1 adds config option to control image_tag loading attribute
There are no comments yet, why not comment? -
-
-
How to Deploy Rails App to Heroku in 5 Minutes - DZone Web Dev
Checkout simple guide that showcases how to Deploy a Rails app to Heroku. Read this blog to know the steps on getting started on Heroku with Rails 6. -
Rails: define_method in Models - BoTree Technologies
Rails:define_method in models can enable you to reduce the code you have to write while improving the code quality. Read this to get a better understanding. -
-
Rails allows benchmark method to be called from anywhere
There are no comments yet, why not comment?