What is the translation of " ACTIVERECORD " in English?

Noun

Examples of using Activerecord in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
ActiveRecord tăng tốc truy vấn' where. not'.
ActiveRecord speed up'where. not' query.
Trường enum không được truy xuất đúng ActiveRecord.
Enum field not being properly retrieved ActiveRecord.
Bản đồ liên kết Activerecord để định dạng json tùy chỉnh.
Map activerecord association to custom json format.
Nếu bạn muốn track sessions của bạn với ActiveRecord.
If you were keeping track of your sessions with ActiveRecord.
Tôi đang sử dụng Activerecord không có đường ray….
I am using activerecord without rails If i run active re….
Arel cung cấp hầu như tất cả mọi thứ thiếu từ ActiveRecord.
Arel delivers almost everything missing from ActiveRecord.
Hôm nay, bài viết sẽ nói về ActiveRecord associations.
Today we are going to discuss ActiveRecord associations.
Cách nhận tên liên kết từ trong phiên bản ActiveRecord.
How to get association name from within an ActiveRecord instance.
Rails 5 Truy vấn ActiveRecord để tìm liên kết lồng gần đây nhất.
Rails 5 ActiveRecord query to find the most recent nested association.
ActiveRecord plugin cho phép ẩn và khôi phục lại bản ghi mà không thực sự xóa chúng.
ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
PG search xâydựng phạm vi có tên ActiveRecord khi áp dụng tìm kiếm toàn văn bản PostgreSQL.
Pg_search builds ActiveRecord named scopes when applying PostgreSQL full-text search.
Một khi bạn đã có một truy vấn làm việc trong SQL,tìm ra cách để tích hợp nó vào ActiveRecord.
Once you have a query working in SQL,figure out how to shoehorn it into ActiveRecord.
AR kế thừa từ ActiveRecord:: Base, định nghĩa một số phương pháp hữu ích cho bạn.
ApplicationRecord inherits from ActiveRecord:: Base, which defines a number of helpful methods.
Friendly Id cung cấp hỗ trợ tuyệt vờikhi làm việc với các plugin permalink cho ActiveRecord.
Friendly_Id provides greatassistance when working with permalink plugins for ActiveRecord.
Cách tìm đối tượng ActiveRecord có giá trị cột duy nhất so với các đối tượng gần gũi khác.
How to find ActiveRecord object that has a unique column values compared to other closeby objects.
Để tạo union, chúng ta cần phải biết hai đối tượng ActiveRecord:: Relation mà chúng ta muốn thực hiện.
To create the union, we need to know the two ActiveRecord:: Relation objects we want to join.
Lý do là nếu bạn đang sử dụng ActiveRecord và tạo ra các real object, tests của bạn có thể sẽ tương tác với database và làm chậm tests của bạn.
In case you're using ActiveRecord and real objects, your tests may hit the database and slow down your suite.
Rails có hỗ trợ tích hợp tuyệt vời cho MVC và REST- với ActiveRecord- một cơ sở dữ liệu ORM vô cùng quan trọng.
Rails has excellent built-in support for MVC and REST- with ActiveRecord- a superb relational database ORM.
Bằng cách sử dụng mô- đun ActiveRecord cảu Ruby on Rails, lập trình viên không cần chỉ định tên gọi của cột cơ sở dữ liệu trong định nghĩa lớp.
Using the ActiveRecord module of Rails, the developer does not need to specify database column names in class definitions.
Theo các tài liệu, trong các mô hìnhRails, các giao dịch được thực hiện trên một trong hai lớp giảm dần từ ActiveRecord:: Base hoặc bất kỳ trườn….
According to the docs, in Rails models,transactions are made on either classes descending from ActiveRecord:: Base or any instance of such a clas….
Bước cuối cùng này trả về đối tượng ActiveRecord:: Relation mà chúng ta muốn, cho phép chúng ta lặp nó.
This final step returns the ActiveRecord:: Relation object we want, allowing us to iterate upon it.
ActiveRecord cung cấp một API dễ dàng để làm nhiều thứ với cơ sở dữ liệu, nhưng nó cũng làm cho nó khá dễ dàng để làm những thứ không hiệu quả.
ActiveRecord provides an easy API for doing many things with our database, but it also makes it pretty easy to do things inefficiently.
Giống như ví dụ phía trên, ta có thể truyền một ActiveRecord:: Relation( ở đây là articles from category) bên trong array.
Just like in the above example, you can pass ActiveRecord:: Relation(articles_from_category) inside of an array.
Yii là một bộ framework hoàn chỉnh cung cấp nhiều tính năng được xây dựng sẵng:xây dựng truy vấn và ActiveRecord cho cả hai cơ sở dữ liệu relational và NoSQL databases;
Yii is a full-stack framework providing many proven and ready-to-use features:query builders and ActiveRecord for both relational and NoSQL databases;
Đối với các ứng dụng có thể sử dụng một O/ R mapper như ActiveRecord hoặc Hibernate này sẽ cung cấp khả năng mở rộng theo chiều ngang và sẵn sàng cao hơn nhiều nhưng mất mát lớn lao của sự thuận tiện.
For apps that can use an O/R mapper like Hibernate or active-record, this will give horizontal scalability and much higher accessibility but at great loss of handiness.
Hệ thống con này được triển khai trong ActionContoder,là một nhà môi giới dữ liệu nằm giữa ActiveRecord( giao diện cơ sở dữ liệu) và ActionView( công cụ trình bày).
This subsystem is implemented in ActionController,which is a data broker sitting between ActiveRecord(the database interface) and ActionView(the presentation engine).
Hệ thống con nàyđược triển khai trong thư viện ActiveRecord, cung cấp giao diện và ràng buộc giữa các bảng trong cơ sở dữ liệu quan hệ và mã chương trình Ruby thao tác các bản ghi cơ sở dữ liệu.
This subsystem is implemented in ActiveRecord library, which provides an interface and binding between the tables in a relational database and the Ruby program code that manipulates database records.
Nó cũng đi kèm với hai gói được cài đặt sẵn, ActiveRecord và Oil, gói thứ hai là một tiện ích dòng lệnh rất hữu ích.
It also came with two packages pre-installed, ActiveRecord and Oil, the latter of which is a very useful command line utility.
ORM Eloquent đi kèm với Laravel cung cấp một triển khai ActiveRecord đơn giản, đẹp mắt để làm việc với cơ sở dữ liệu của bạn.
Eloquent, included with Laravel, provides a beautiful, simple ActiveRecord implementation for working with your database.
Results: 29, Time: 0.0218

Top dictionary queries

Vietnamese - English