E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
belongs_to
act_as_list和act_as_tree
我的定义: # 自引用的连接
belongs_to
:parent, :class_name => "NewsCategory", :foreign_key
netfork
·
2009-06-11 14:00
list
act_as_list和act_as_tree
我的定义: # 自引用的连接
belongs_to
:parent, :class_name => "NewsCategory", :foreign_key
netfork
·
2009-06-11 14:00
list
act_as_list和act_as_tree
我的定义: # 自引用的连接
belongs_to
:parent, :class_name => "NewsCategory", :foreign_key
netfork
·
2009-06-11 14:00
list
Camping is a Microframework
require 'camping' Camping.goes :Blog module Blog::Models class Post < Base;
belongs_to
鹤惊昆仑
·
2009-06-08 22:00
Blog
C#
Ruby
Rails
rack
有嵌套关系的model has_one
< ActiveRecord::Base has_one :distributor end class Distributor < ActiveRecord::Base
belongs_to
夜鸣猪
·
2009-05-19 14:00
Ruby
ActiveRecord
rails 2.3 的一個 bug?
class ForumPost < ActiveRecord::Base
belongs_to
:topic, :class_name => "ForumTopic"
xhanxhanxhan
·
2009-04-30 01:00
sql
ActiveRecord
Rails
rails 2.3 的一個 bug?
阅读更多classForumPost"ForumTopic"
belongs_to
:profile,:class_name=>"ForumUserProfile"
belongs_to
:profile,:class_name
xhanxhanxhan
·
2009-04-30 01:00
Rails
ActiveRecord
SQL
表的关联
当前表的每一条记录都拥有最多一条(0–1)关联记录HAS_MANY: 当前表的每一条记录都拥有多条(0-n)关联记录MANY_TO_MANY:当前表的每一条记录都和其他表的多条(0-n)记录关联
BELONGS_TO
phpsome
·
2009-03-19 23:00
user
table
null
Integer
Class
permissions
08/12/26
table2,table3] 其中在include内的表table2,table3都会与表table1进行左连接;而且要使得以上语句能够正确运行,table2,table3必须与table1有类似
belongs_to
peswe
·
2009-03-08 09:00
JavaScript
sql
C#
Ruby
Rails
Activerecord应用实例——多表关联查询
nbsp;:regist_infos end class RegistInfo < ActiveRecord::Base
belongs_to
lzqustc
·
2009-01-20 12:00
ActiveRecord
Rails 表关系
自关联 class Module < ActiveRecord::Base
belongs_to
:parent, #固定写法,切记切记
sinkzephyr
·
2009-01-19 11:00
Blog
Rails
ActiveRecord
#108 named_scope
# models/product.rb class Product < ActiveRecord::Base
belongs_to
:
CaiDeHen
·
2008-12-12 12:00
ActiveRecord
Rails
#102 Auto-Complete Association
Usually a select menu is used for setting a
belongs_to
association, but in this episode I will show you
CaiDeHen
·
2008-12-12 11:00
html
F#
cache_fu的关联补丁(
belongs_to
, has_one)
阅读更多为了缓解数据库服务器的繁忙状态,准备加入memcache。"SELECT*FROMtableWHEREtable.id=value"这样的简单检索占了全局的30%,把这样的检索进行缓存可以很大程度的减少访问数据库的次数。Place.find(id)以及account.place这样的关联,会产生上边的简单检索。Place.find(id)可以简单的用Place.get_cache(id)代
秦朝古月
·
2008-09-08 23:00
Cache
ActiveRecord
Google
thread
Blog
cache_fu的关联补丁(
belongs_to
, has_one)
为了缓解数据库服务器的繁忙状态,准备加入memcache。 "SELECT * FROM table WHERE table.id = value" 这样的简单检索占了全局的30%,把这样的检索进行缓存可以很大程度的减少访问数据库的次数。Place.find(id)以及account.place这样的关联,会产生上边的简单检索。 Place.find(id)可以简单的用
秦朝古月
·
2008-09-08 23:00
thread
cache
Blog
Google
ActiveRecord
rails hit two
#counter_cache in father table sons_count:integer in son model
belongs_to
:father,:counter_cache
libiun
·
2008-09-03 16:00
Ajax
cache
F#
Ruby
Rails
理解ActiveRecord的关联
理解ActiveRecord的关联 初学Rails时,觉得ActiveRecord很神奇,只要在model类中写上has_many,
belongs_to
等声明,就可方便地引用关联对象.这些关联声明还有很多选项
sungly
·
2008-08-08 14:00
sql
脚本
Ruby
ActiveRecord
Rails
自连接
classEmployee"Employee",:foreign_key=>"manager_id"
belongs_to
:mentor,:class_name=>"Employee",:foreign_key
jbf034
·
2008-07-29 13:00
sql
应用服务器
Ruby
ActiveRecord
Rails
一对多关系
在ActiveRecord中,父对象(逻辑上是包含子对象的一个集合)使用has_many来声明对子表的关系,子表用
belongs_to
来表明它的父类。
jbf034
·
2008-07-27 15:00
sql
Rails
ActiveRecord
Hibernate可以从Rails的ActiveRecord学到什么?
以一个简单的论坛主题贴为例子: class Topic < ActiveRecord::Base
belongs_to
:use
QuakeWang
·
2008-06-27 15:00
oracle
Hibernate
Ruby
Rails
ActiveRecord
peepcode-rails2 读书笔记...
Base validates_numericality_of :isdn,:greater_than=>5000,:allow_blank => true
belongs_to
chenjinlai
·
2008-04-25 04:00
SVN
cache
读书
Rails
ActiveRecord
#003_通过表间关联来查找
# project.rb has_many :tasks # task.rb
belongs_to
:project # projects_controller.rb def show
wiisola
·
2008-04-01 16:00
Ruby
Rails
Rails生成Ext Tree
在Rails中使用has_one、has_many、
belongs_to
和has_and_belongs_to_may来声明关系型数据库中的一对一,一对多和多对多的关系,但当想以树形的数据结构来表示分类的时候
rainlife
·
2008-03-29 01:00
json
mysql
ext
Ruby
Rails
Rails生成Ext Tree
阅读更多在Rails中使用has_one、has_many、
belongs_to
和has_and_belongs_to_may来声明关系型数据库中的一对一,一对多和多对多的关系,但当想以树形的数据结构来表示分类的时候
rainlife
·
2008-03-29 01:00
Rails
EXT
json
MySQL
Ruby
使用
belongs_to
对查询模型有什么好处?
rails资料上关于
belongs_to
的理解,如果一个子类属于一个父类,那么在子类中要声明一下
belongs_to
, class LineItem < ActiveRecord::Base
songtimes
·
2008-03-25 14:00
Hibernate
Ruby
Rails
ActiveRecord
rails320
今天的学习记录:2008-3-201字符串中插入表达式 “”最好2generatecontroller是应该输入复述形式(对应表名)model则是单数3关系的表达has_many:works
belongs_to
jxauyhj
·
2008-03-21 10:00
xml
F#
mobile
ActiveRecord
Rails
Rails技巧: Handling nil in method calls
譬如 class Coment<AR
belongs_to
:user end class User<AR has_many :comment
lgn21st
·
2008-03-16 10:00
Blog
Ruby
Rails
Active Record 初解
1.关联 n:1:
belongs_to
: XXXX 1:n: has_many:XXX 1:1: has_one :XXX m:n: has_and_belongs_to_many:XXX
cab0605
·
2008-01-22 17:00
Rails
ActiveRecord
has_many 中,find_sql的小技巧
大多时候,rails提供的对象关系方法:has_many,
belongs_to
,已经很好用了。
dazuiba
·
2007-12-24 23:00
sql
Rails
ActiveRecord
has_many 中,find_sql的小技巧
阅读更多大多时候,rails提供的对象关系方法:has_many,
belongs_to
,已经很好用了。
dazuiba
·
2007-12-24 23:00
SQL
Rails
ActiveRecord
belongs_to
vs HasMany
Ruby on Rails
belongs_to
belongs_to
complements a has_many or has_one association.
sp42
·
2007-10-24 22:00
sql
cache
Ruby
Rails
MySpace
belongs_to
的新特性
刚刚在rails的CHANGELOG中看到这样一个小的改动旧的写法
belongs_to
:visitor,:class_name=>'User'#=>inferredforeign_keyisuser_id
xxj
·
2007-08-22 16:00
Rails
Rails宝典之第五式: 使用with_scope
find_incomplete方法添加一个Hash参数,然后使用with_scope将 额外的参数附加到我们的查询方法里: class Task < ActiveRecord::Base
belongs_to
hideto
·
2007-07-26 22:00
Rails
ActiveRecord
Rails宝典之第五式: 使用with_scope
find_incomplete方法添加一个Hash参数,然后使用with_scope将 额外的参数附加到我们的查询方法里: class Task < ActiveRecord::Base
belongs_to
hideto
·
2007-07-26 22:00
Rails
ActiveRecord
Rails宝典之第四式: 将查询移位Model
沿着 Rails宝典之第三式: 通过关联做查询的脚步,我们可以进一步简化代码: class Task < ActiveRecord::Base
belongs_to
:project
hideto
·
2007-07-26 21:00
Blog
ActiveRecord
Rails
Rails宝典之第四式: 将查询移位Model
沿着 Rails宝典之第三式: 通过关联做查询的脚步,我们可以进一步简化代码: class Task < ActiveRecord::Base
belongs_to
:project
hideto
·
2007-07-26 21:00
Blog
Rails
ActiveRecord
Rails宝典之第四式: 将查询移位Model
沿着 Rails宝典之第三式: 通过关联做查询的脚步,我们可以进一步简化代码: class Task < ActiveRecord::Base
belongs_to
:project
hideto
·
2007-07-26 21:00
Blog
ActiveRecord
Rails
Nest Resource 不应该超过两层
尤其是使用了make_resourceful 的
belongs_to
, Controller的修改几乎不可能。 亡羊补牢,这两天我要把Resource的结构重新写一遍。
dongbin
·
2007-07-26 16:00
resource
Rails宝典之第三式: 通过关联做查询
class Project < ActiveRecord::Base has_many :tasks end class Task < ActiveRecord::Base
belongs_to
hideto
·
2007-07-26 15:00
sql
Rails
ActiveRecord
Rails宝典之第三式: 通过关联做查询
class Project < ActiveRecord::Base has_many :tasks end class Task < ActiveRecord::Base
belongs_to
hideto
·
2007-07-26 15:00
sql
Rails
ActiveRecord
Rails宝典之第三式: 通过关联做查询
class Project < ActiveRecord::Base has_many :tasks end class Task < ActiveRecord::Base
belongs_to
hideto
·
2007-07-26 15:00
sql
ActiveRecord
Rails
ActiveRecord中表关联的一个问题,
belongs_to
和has_many不是一一对应的情况。
阅读更多一个挺有意思的问题,想了半天没有解决办法。情景是这样的:系统中有两种category,system_category和user_category,所有属性都一样,只是一个是系统分类,一个是用户自己的分类。比如javaeye就是有这样的机制。用户发文时可以同时选择system_category和user_category。假如数据库的设计是system_category和user_categ
AllenYoung
·
2007-07-19 18:00
ActiveRecord
Rails
Ruby
SQL
ActiveRecord中表关联的一个问题,
belongs_to
和has_many不是一一对应的情况。
一个挺有意思的问题,想了半天没有解决办法。 情景是这样的:系统中有两种category,system_category和user_category,所有属性都一样,只是一个是系统分类,一个是用户自己的分类。比如javaeye就是有这样的机制。用户发文时可以同时选择system_category和user_category。假如数据库的设计是system_category和user_categ
AllenYoung
·
2007-07-19 18:00
sql
Ruby
ActiveRecord
Rails
Rails源码研究之ActiveRecord:二,Associations
今天学习一下ActiveRecord的Associations相关的源码,即了解一下我们常用的has_many、has_one、
belongs_to
、has_and_belongs_to_many的原理
hideto
·
2007-06-20 22:00
sql
cache
ActiveRecord
Rails
Rails源码研究之ActiveRecord:二,Associations
今天学习一下ActiveRecord的Associations相关的源码,即了解一下我们常用的has_many、has_one、
belongs_to
、has_and_belongs_to_many的原理
hideto
·
2007-06-20 22:00
sql
cache
ActiveRecord
Rails
Rails源码研究之ActiveRecord:二,Associations
今天学习一下ActiveRecord的Associations相关的源码,即了解一下我们常用的has_many、has_one、
belongs_to
、has_and_belongs_to_many的原理
hideto
·
2007-06-20 22:00
sql
cache
ActiveRecord
Rails
Nested Resources for multi-belongs_to
这样一个模型关系,暂把它定义成multi-belongs_to: Project has_many :tasks User has_many :tasks Task
belongs_to
:project
cvu
·
2007-05-30 10:00
Ruby
每天一剂Rails良药之Polymorphic Associations - has_many :whatevers
有时候一个表和多个表关联,比如people和company都有address,我们可以利用Rails的多态关联来实现其功能 (其实我觉得标题应该改为Polymorphic Associations -
belongs_to
hideto
·
2007-05-03 00:00
Blog
UP
ActiveRecord
Rails
每天一剂Rails良药之Polymorphic Associations - has_many :whatevers
有时候一个表和多个表关联,比如people和company都有address,我们可以利用Rails的多态关联来实现其功能 (其实我觉得标题应该改为Polymorphic Associations -
belongs_to
hideto
·
2007-05-03 00:00
Blog
UP
Rails
ActiveRecord
ROR学习笔记06.12.24-26
除了save()方法之外,还可以用update_attribute()和update()方法来更新某几个特定字段的值=========06.12.26=========一对一关联:has_one:单数;
belongs_to
yacole
·
2006-12-26 20:00
ActiveRecord
MySQL
IDEA
Cache
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他