开发者

Rails 3 api - Locations of most common methods

开发者 https://www.devze.com 2023-01-14 23:06 出处:网络
I am new to Ruby on Rails (3). I would like to study some of the docs more thoroughly, but I am having a problem locating them.

I am new to Ruby on Rails (3). I would like to study some of the docs more thoroughly, but I am having a problem locating them.

Under which namespaces do I find the most common me开发者_如何学JAVAthods for tasks dealing with Views, Controllers, Migrations and Models?


The api documentation could be found here: http://api.rubyonrails.org

  • views: ActionView::Helpers
  • controllers: ActionController and its modules
  • migrations: ActiveRecord::Migration
  • models: ActiveRecord::Base and its modules
0

精彩评论

暂无评论...
验证码 换一张
取 消