Keywords: Ruby on Rails, instantrails, windows, getting started, tutorial
I always wanted to try Ruby on Rails, but I was not familiar with Apache and MySQL, and I was not confident in setting up the rails environment. So I never started. After learning about instantrails, finally, we set up the Ruby on Rails Development Environment on Windows and started learning about rails.
Now, starting with the most basic knowledge, I read an English Electronic version of agile web development with rails and write them as soon as possible, I have not studied the detailed concepts in depth, so this series is also the book notes of agile web development with rails (in fact, it is more appropriate to call it "book copy notes ).
As a series, it is because you have made a plan for yourself, which will not be abandoned halfway. It is also for the convenience of searching for friends who do not understand Linux development like I do.
Because it is written according to the content in the book, I also have a lot of points that I don't understand. In order to facilitate communication, I upload the books I read. However, the size of files uploaded in the blog garden is limited, so now we put it on live share, first two books, respectively:
Both agile web development with rails and Ruby for rails.pdf are in PDF format.
Click the link to live share. The download link will not appear until 10 seconds later.
Below is the link:
Basics:
Ruby on Rails development from scratch (Windows) (1)-use instantrails to quickly build a Ruby on Rails Development Environment
Ruby on Rails development from scratch (Windows) (2)-create a project and the first hello World
Ruby on Rails development from scratch (Windows) (iii)-implement page Jump
Ruby on Rails development from scratch (Windows) (4)-the first example of adding, deleting, modifying, and querying
Ruby on Rails development from scratch (Windows) (5)-verify Input
Ruby on Rails development from scratch (Windows) (6)-beautify your list page
Ruby on Rails development from scratch (Windows) (7)-creating an online shopping page
Ruby on Rails development from scratch (Windows) (8)-use session to create a shopping cart
Ruby on Rails development from scratch (Windows) (9)-add error handling to the shopping cart
Ruby on Rails development from scratch (Windows) (10)-Clear the shopping cart and format the amount
Ruby on Rails development from scratch (Windows) (11)-order (Order)
Ruby on Rails development from scratch (Windows) (12)-order (Order)
Ruby on Rails development from scratch (Windows) (13)-order (Order)
Ruby on Rails development from scratch (Windows) (14th)-Delivery Processing
Ruby on Rails development from scratch (Windows) (15th)-add users
Ruby on Rails development from scratch (Windows) (16)-Login
Ruby on Rails development from scratch (Windows) (17th)-Access Control
Ruby on Rails development from scratch (Windows) (18th)-Automatic Document generation
Ruby on Rails development from scratch (Windows) (19th)-test started
Ruby on Rails development from scratch (Windows) (20)-test model (crud)
Ruby on Rails development from scratch (Windows) (21)-Problems in Model Testing
Ruby on Rails development from scratch (Windows) (22)-test Controller
Ruby on Rails development from scratch (Windows) (23)-conventions for functional testing
Ruby on Rails development from scratch (Windows) (24)-test Controller
Ruby on Rails development from scratch (Windows) (25)-test Controller
Ruby on Rails development from scratch (Windows) (26)-use mock objects
Ruby on Rails development from scratch (Windows) (17th)-test-driven development
Ruby on Rails development from scratch (Windows) (28th)-run the test using rake
Ruby on Rails development from scratch (Windows) (19th)-Performance Testing
Ruby on Rails development from scratch (Windows) (30th)-netbeans ide
Improvement:
Ruby on Rails development from scratch (Windows) ()-directory structure of rails
Ruby on Rails development from scratch (Windows) ()-rails configuration file
Ruby on Rails development from scratch (Windows) (33)-naming conventions
Ruby on Rails development from scratch (Windows) (34)-active support
Ruby on Rails Development (Windows) (35)-Log)
Ruby on Rails development from scratch (Windows) ()-debugging skills
Ruby on Rails development from scratch ()-activerecord Basics
Ruby on Rails development from scratch (38)-activerecord BASICS (columns and attributes)
Ruby on Rails development from scratch ()-activerecord BASICS (access attributes)
Ruby on Rails development from scratch (40)-activerecord BASICS (Boolean attribute)
Ruby on Rails development from scratch (forty-one)-activerecord BASICS (storing structured data)
Ruby on Rails development from scratch ()-activerecord BASICS (primary key and ID)
Ruby on Rails development from scratch (forty-three)-activerecord BASICS (database connection)
Ruby on Rails development from scratch (forty-four)-activerecord BASICS (create records)
Ruby on Rails development from scratch (forty-five years)-activerecord BASICS (read Records)
Ruby on Rails Development (46)-activerecord BASICS (SQL and active record)
Ruby on Rails Development (17th)-activerecord BASICS (powerful find method)
Ruby on Rails development from scratch (forty-eight)-activerecord BASICS (dynamic query)
Ruby on Rails development from scratch (forty-nine)-activerecord BASICS (number of rows and reload data)
Ruby on Rails development from scratch (50)-activerecord BASICS (update records)
Ruby on Rails development from scratch ()-activerecord BASICS (concurrent processing)
Ruby on Rails development from scratch ()-activerecord BASICS (delete records)
Ruby on Rails Development ()-activerecord BASICS (Table Association)
Ruby on Rails development from scratch ()-activerecord BASICS (specifying Associations)
Ruby on Rails Development ()-activerecord BASICS (one-to-one Association)
Ruby on Rails Development ()-activerecord BASICS (one-to-many associations)
Ruby on Rails development from scratch ()-activerecord BASICS (many-to-many associations)
Ruby on Rails development from scratch ()-activerecord BASICS (self-Association)
This article will be updated with the progress in the future. If a friend wishes to reprint the record, please indicate the source and original link.