rails api 有用的链接
by
at 2011-06-22 01:52:51
original http://hlee.iteye.com/blog/1100389
完全给自己用的
http://api.rubyonrails.org/classes/ActiveModel/Validations/HelperMethods.html
ActiveRecord::QueryMethods
ActiveRecord::FinderMethods
ActiveRecord::NestedAttributes::ClassMethods
ActiveRecord::Observer
ActiveRecord::Migration
ActiveResource::CustomMethods
关于Query
http://guides.rubyonrails.org/active_record_querying.html
where boolean 不用 并列条件搜索
————————————————————————————————————————————————————————————————————
官方的association部分
ActiveRecord::Associations::ClassMethods
http://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html
has_many :through
——————————————————————————————————————————————————————————————————————
update_all
http://api.rubyonrails.org/classes/ActiveRecord/Relation.html
—————————————————————————————————————————————————————————————————————
generate migration
http://api.rubyonrails.org/classes/ActiveRecord/Migration.html
________________________________________________________________________
form_tag
http://api.rubyonrails.org/classes/ActionView/Helpers/FormTagHelper.html
<br><br>
<span style="color:red">
<a href="http://hlee.iteye.com/blog/1100389#comments" style="color:red">已有 <strong>0</strong> 人发表留言,猛击->><strong>这里</strong><<-参与讨论</a>
</span>
<br><br><br>
ITeye推荐