代码搜索:RubyOnRails
找到约 92 项符合「RubyOnRails」的源代码
代码结果 92
www.eeworm.com/read/280962/4121142
py poly_assoc.py
"""
"polymorphic" associations, ala ActiveRecord.
In this example, we are specifically targeting this ActiveRecord functionality:
http://wiki.rubyonrails.org/rails/pages/UnderstandingPolymorphicAsso
www.eeworm.com/read/458008/1590971
yml users.yml
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first:
id: 1
username: first
another:
id: 2
www.eeworm.com/read/458008/1590235
yml products.yml
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_product:
id: 1
another_product:
id: 2
www.eeworm.com/read/458008/1590289
yml users.yml
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_user:
id: 1
another_user:
id: 2
www.eeworm.com/read/458008/1590489
yml products.yml
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_product:
id: 1
another_product:
id: 2
www.eeworm.com/read/458008/1590492
yml users.yml
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_user:
id: 1
another_user:
id: 2
www.eeworm.com/read/413349/11158898
cs~ scaffold.cs~
/**
* Project: emergetk: stateful web framework for the masses
* File name: Scaffold.cs
* Description: Inspired by RubyOnRails scaffold. Generates viewable and editable templates for data model
www.eeworm.com/read/413349/11158905
cs# #scaffold.cs#
/**
* Project: emergetk: stateful web framework for the masses
* File name: Scaffold.cs
* Description: Inspired by RubyOnRails scaffold. Generates viewable and editable templates for data model
www.eeworm.com/read/488400/1230152
yml globalize_manufacturers.yml
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_manufacturer:
id: 1
code: first-mfr
name: Reverend
www.eeworm.com/read/458008/1590237
yml line_items.yml
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_line_item:
id: 1
another_line_item:
id: 2