We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature 描述 --> 用户故事 --> 自己画草图 --> (使用工具画 mockup --> 页面设计「可以省略」 )--> Rails开发(MVC 迭代)
根据不同的兴趣、需求、地区组成不同的「Rails Girls Group」。
有点类似于 meetup.com 中的 group 页面,请参考meetup
git checkout -b link_scaffold
rails g scaffold Group group_name:string group_location:string group_description:text
rake db:migrate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这其实就是教给女孩的一个「最小行动」
Feature 描述(idea 是由不同的 features 组成的)
User Story
画草图
Group「MVC 迭代」
1. 「Group 模型相关联Model」和 「Group 模型中字段( field)」分析
Group 模型相关联Model
Group 模型中字段( field)
Step by Step 「MVC 最小公式实践」 @liwei78 请教学经验丰富的李老师补充
git checkout -b link_scaffold
rails g scaffold Group group_name:string group_location:string group_description:text
rake db:migrate
The text was updated successfully, but these errors were encountered: