#activemodel 搜索结果

Have you ever heard of the Static Model pattern? 🤩 #rubyonrails #activemodel

RubyCademy's tweet image. Have you ever heard of the Static Model pattern? 🤩
#rubyonrails #activemodel

The #ActiveModel documentation has just been reviewed and edited and the PR is now up for community review. Fair warning: this is a lengthy guide, but if you have time and want to help, please take a look: github.com/rails/rails/pu…

rails's tweet image. The #ActiveModel documentation has just been reviewed and edited and the PR is now up for community review. Fair warning: this is a lengthy guide, but if you have time and want to help, please take a look: github.com/rails/rails/pu…

Take advantage of `ActiveModel::Attribute` and the `:immutable_string` cast type to ensure your string attributes are automatically frozen ✨💫 #rubyonrails #activemodel

RubyCademy's tweet image. Take advantage of `ActiveModel::Attribute` and the `:immutable_string` cast type to ensure your string attributes are automatically frozen ✨💫

#rubyonrails #activemodel

✨ RAILS PRO TIPS ✨ Take advantage of ActiveModel::Name#human to transform model names into a more human format, using I18n ✨💫 By default, it will underscore and then humanize the class name. #rubyonrails #activemodel

RubyCademy's tweet image. ✨ RAILS PRO TIPS ✨

Take advantage of ActiveModel::Name#human to transform model names into a more human format, using I18n ✨💫

By default, it will underscore and then humanize the class name.

#rubyonrails #activemodel

✨ RAILS PRO TIPS ✨ Effortlessly group validation errors by attribute with ActiveModel::Errors#group_by_attribute ✨💫 #rubyonrails #activerecord #activemodel

RubyCademy's tweet image. ✨ RAILS PRO TIPS ✨

Effortlessly group validation errors by attribute with ActiveModel::Errors#group_by_attribute ✨💫

#rubyonrails #activerecord #activemodel

I love how Rails makes it effortless to humanize model names with `ActiveModel::Name#human`, converting them into a more readable format using I18n!  🤩 #rubyonrails #activemodel

RubyCademy's tweet image. I love how Rails makes it effortless to humanize model names with `ActiveModel::Name#human`, converting them into a more readable format using I18n!  🤩

#rubyonrails #activemodel

Yet another shorthand that makes Rails awesome! 🤩 PS: Note that ActiveModel::Model is nothing but an empty shell that includes ActiveModel::API. #rubyonrails #activemodel #activerecord

RubyCademy's tweet image. Yet another shorthand that makes Rails awesome! 🤩

PS: Note that ActiveModel::Model is nothing but an empty shell that includes ActiveModel::API.

#rubyonrails #activemodel #activerecord

Here's an easy way to enforce uniqueness within a specific scope. 🤩 For example, a lesson name can be made unique within each course. #rubyonrails #activemodel #activerecord

RubyCademy's tweet image. Here's an easy way to enforce uniqueness within a specific scope. 🤩

For example, a lesson name can be made unique within each course.

#rubyonrails #activemodel #activerecord

I love how Rails makes it effortless to humanize model names with `ActiveModel::Name#human`, converting them into a more readable format using I18n!  🤩 #rubyonrails #activemodel

RubyCademy's tweet image. I love how Rails makes it effortless to humanize model names with `ActiveModel::Name#human`, converting them into a more readable format using I18n!  🤩

#rubyonrails #activemodel

Here's an easy way to enforce uniqueness within a specific scope. 🤩 For example, a lesson name can be made unique within each course. #rubyonrails #activemodel #activerecord

RubyCademy's tweet image. Here's an easy way to enforce uniqueness within a specific scope. 🤩

For example, a lesson name can be made unique within each course.

#rubyonrails #activemodel #activerecord

Take advantage of `ActiveModel::Attribute` and the `:immutable_string` cast type to ensure your string attributes are automatically frozen ✨💫 #rubyonrails #activemodel

RubyCademy's tweet image. Take advantage of `ActiveModel::Attribute` and the `:immutable_string` cast type to ensure your string attributes are automatically frozen ✨💫

#rubyonrails #activemodel

Have you ever heard of the Static Model pattern? 🤩 #rubyonrails #activemodel

RubyCademy's tweet image. Have you ever heard of the Static Model pattern? 🤩
#rubyonrails #activemodel

Yet another shorthand that makes Rails awesome! 🤩 PS: Note that ActiveModel::Model is nothing but an empty shell that includes ActiveModel::API. #rubyonrails #activemodel #activerecord

RubyCademy's tweet image. Yet another shorthand that makes Rails awesome! 🤩

PS: Note that ActiveModel::Model is nothing but an empty shell that includes ActiveModel::API.

#rubyonrails #activemodel #activerecord

✨ RAILS PRO TIPS ✨ Effortlessly group validation errors by attribute with ActiveModel::Errors#group_by_attribute ✨💫 #rubyonrails #activerecord #activemodel

RubyCademy's tweet image. ✨ RAILS PRO TIPS ✨

Effortlessly group validation errors by attribute with ActiveModel::Errors#group_by_attribute ✨💫

#rubyonrails #activerecord #activemodel

✨ RAILS PRO TIPS ✨ Take advantage of ActiveModel::Name#human to transform model names into a more human format, using I18n ✨💫 By default, it will underscore and then humanize the class name. #rubyonrails #activemodel

RubyCademy's tweet image. ✨ RAILS PRO TIPS ✨

Take advantage of ActiveModel::Name#human to transform model names into a more human format, using I18n ✨💫

By default, it will underscore and then humanize the class name.

#rubyonrails #activemodel

The #ActiveModel documentation has just been reviewed and edited and the PR is now up for community review. Fair warning: this is a lengthy guide, but if you have time and want to help, please take a look: github.com/rails/rails/pu…

rails's tweet image. The #ActiveModel documentation has just been reviewed and edited and the PR is now up for community review. Fair warning: this is a lengthy guide, but if you have time and want to help, please take a look: github.com/rails/rails/pu…

Have you ever heard of the Static Model pattern? 🤩 #rubyonrails #activemodel

RubyCademy's tweet image. Have you ever heard of the Static Model pattern? 🤩
#rubyonrails #activemodel

Validate existing records with overlap item ranges taking nil as infinite stackoverflow.com/questions/7177… #rubyonrails #activerecord #activemodel #ruby

overflow_meme's tweet image. Validate existing records with overlap item ranges taking nil as infinite stackoverflow.com/questions/7177… #rubyonrails #activerecord #activemodel #ruby

Nueva entrada sobre #ActiveModel Serializer, una alternativa a JBuilder #RubyonRails ow.ly/K9xs3033YiN

KatadeMedia's tweet image. Nueva entrada sobre #ActiveModel Serializer, una alternativa a JBuilder #RubyonRails ow.ly/K9xs3033YiN

@bowly_jim has been working on an app that required duplicating an Active Record #model and its associations. But the existing gems he tried to use were not up to the task. Here's how he ended up solving it #ActiveModel #Associations #Developer #Coding cookieshq.co.uk/posts/duplicat…

TheCookiesHQ's tweet image. @bowly_jim has been working on an app that required duplicating an Active Record #model and its associations. But the existing gems he tried to use were not up to the task. Here's how he ended up solving it

#ActiveModel #Associations #Developer #Coding 

cookieshq.co.uk/posts/duplicat…

The #ActiveModel documentation has just been reviewed and edited and the PR is now up for community review. Fair warning: this is a lengthy guide, but if you have time and want to help, please take a look: github.com/rails/rails/pu…

rails's tweet image. The #ActiveModel documentation has just been reviewed and edited and the PR is now up for community review. Fair warning: this is a lengthy guide, but if you have time and want to help, please take a look: github.com/rails/rails/pu…

iPhone shot from my shoot today with alwaysgotyourback.com | amazing new invention!! #active #activemodel #nike #run

joey_and_drew's tweet image. iPhone shot from my shoot today with alwaysgotyourback.com | amazing new invention!! #active #activemodel #nike #run

Take advantage of `ActiveModel::Attribute` and the `:immutable_string` cast type to ensure your string attributes are automatically frozen ✨💫 #rubyonrails #activemodel

RubyCademy's tweet image. Take advantage of `ActiveModel::Attribute` and the `:immutable_string` cast type to ensure your string attributes are automatically frozen ✨💫

#rubyonrails #activemodel

✨ RAILS PRO TIPS ✨ Effortlessly group validation errors by attribute with ActiveModel::Errors#group_by_attribute ✨💫 #rubyonrails #activerecord #activemodel

RubyCademy's tweet image. ✨ RAILS PRO TIPS ✨

Effortlessly group validation errors by attribute with ActiveModel::Errors#group_by_attribute ✨💫

#rubyonrails #activerecord #activemodel

✨ RAILS PRO TIPS ✨ Take advantage of ActiveModel::Name#human to transform model names into a more human format, using I18n ✨💫 By default, it will underscore and then humanize the class name. #rubyonrails #activemodel

RubyCademy's tweet image. ✨ RAILS PRO TIPS ✨

Take advantage of ActiveModel::Name#human to transform model names into a more human format, using I18n ✨💫

By default, it will underscore and then humanize the class name.

#rubyonrails #activemodel

Its all about the fitness selfie up in here #virginactive #health #activemodel #inaction

micktaute's tweet image. Its all about the fitness selfie up in here #virginactive #health #activemodel #inaction

I love how Rails makes it effortless to humanize model names with `ActiveModel::Name#human`, converting them into a more readable format using I18n!  🤩 #rubyonrails #activemodel

RubyCademy's tweet image. I love how Rails makes it effortless to humanize model names with `ActiveModel::Name#human`, converting them into a more readable format using I18n!  🤩

#rubyonrails #activemodel

Here's an easy way to enforce uniqueness within a specific scope. 🤩 For example, a lesson name can be made unique within each course. #rubyonrails #activemodel #activerecord

RubyCademy's tweet image. Here's an easy way to enforce uniqueness within a specific scope. 🤩

For example, a lesson name can be made unique within each course.

#rubyonrails #activemodel #activerecord

Yet another shorthand that makes Rails awesome! 🤩 PS: Note that ActiveModel::Model is nothing but an empty shell that includes ActiveModel::API. #rubyonrails #activemodel #activerecord

RubyCademy's tweet image. Yet another shorthand that makes Rails awesome! 🤩

PS: Note that ActiveModel::Model is nothing but an empty shell that includes ActiveModel::API.

#rubyonrails #activemodel #activerecord

Application forms are mostly loaded with fake datas! Find the handy guide to validate the ruby objects with help of Active Model Validations. Read more buff.ly/2AP8OBc #ror #rubydevelopers #activemodel

agiratech's tweet image. Application forms are mostly loaded with fake datas!  Find the handy guide to validate the ruby objects with help of Active Model Validations. Read more buff.ly/2AP8OBc #ror #rubydevelopers #activemodel

Loading...

Something went wrong.


Something went wrong.


United States Trends