Author
tainteractive
View
735
Download
2
Tags:
Embed Size (px)
DESCRIPTION
2.
Ruby on Rails 3. Ruby ??
4. What is Rails? Ruby on Rails or just Rails (RoR)
5. Rails Strengths Its all about Productivity
6. Rails Strengths Write Code not Configuration
7. Rails Strengths Full-Stack Web Framework
8.
9. b = Post.find(:all, :conditions => ['score > 80'])is conceptually equivalent to the following SQL command: SELECT * FROM posts WHERE score > 80; 10. Rails Strengths
Rails Application Directory Structure 11. Hello Rails!
12. Hello Rails!
13.
Summary 14. Its just like this 15. Thank you