Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

cassianoblonski/alpha_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the repository for the alpha-blog app of the Complete Ruby on Rails Developer Course (by Mashrur Rossain)

Routes:

$ rake routes

Output:

Prefix Verb URI Pattern Controller#Action
root GET /pages#home
about GET /about(.:format) pages#about
articles GET /articles(.:format) articles#index
POST /articles(.:format) articles#create
new_article GET articles#new
edit_article GET articles#edit
article GET /articles/:id(.:format) articles#show
PATCH /articles/:id(.:format) articles#update
PUT /articles/:id(.:format) articles#update
DELETE /articles/:id(.:format) articles#destroy
signup GET /signup(.:format) users#new
users GET /users(.:format) users#index
POST /users(.:format) users#create
edit_user GET /users/:id/edit(.:format) users#edit
user GET /users/:id(.:format) users#show
PATCH /users/:id(.:format) users#update
PUT /users/:id(.:format) users#update
DELETE /users/:id(.:format) users#destroy

About

mashur ruby on rails udemy course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors