In this series I will create a simple web application. It includes the following main components:
- Mostly static pages, use bootstrap
- Users can signin, signout, remember user signin
- Home page show all users, update their profiles, admin users can delete other users.
- User can following or unfollow other users
- Users can post articles, update and destroy their posts.
- Users login and make their comments on articles.
- Home page show all articles and current user profile, paging.
- Build url for article
- Simple search articles
- Type ahead, use gon gem.
Ok, start!
Users, articles and some authorizations, validates...
See more at : Rails Book
The next articles: build friendly url, simple search box and type ahead on search box.
rubyonrails

0 comments:
Post a Comment