rails-wiki-copy-onebyone.md

rails new wiki
// add some gems
bundle install


git init
git status
git add -A
git commit -m"Initialize repository"
git mv README.rdoc README.md
git commit -am "Improve the README"


rails g model Article title:string content:text
rails g controller Articles
// 往articles_controller.rb添加index頁面
// 往route.rb里添加resources :articles 和 root 'articles#index'
rake db:migrate


// 創(chuàng)建index.html.haml文件
// 往articles_controller.rb添加new create private(article_params)頁面
// 創(chuàng)建 _form.html.haml new.html.haml create.html.haml 等views文件


git status
git add .
git commit -am"Add articles model, controller, views"


rails g simple_form:install --bootstrap
rails s
// 向articles_controller.rb添加private(find_article) 和 def(show) 和 before_action :find_article, only: [:show]
// 填充 show.html.haml 內(nèi)容凳忙,添加路由鏈接:= link_to "Back", root_path
// 向 index.html.haml添加路由鏈接:= link_to "New Article", new_article_path


rake routes


git status
git add .
git commit -am"Installed simple_form and created article show pages"


// 給index.html.haml添加文章日期
// 給articles_controller.rb添加def(index)內(nèi)容:@articles = Article.all.order("created_at DESC")
// 給index.html.haml添加@articles.each do |article|并且truncate及它的參數(shù)


git status
git add .
git commit -am"Loop articles on index"


rails g devise:install
// config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
// root to: "home#index"
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
// config.assets.initialize_on_precompile = false


rails g devise User
rake db:migrate


rails c
User.connection
User.count
User.first


git status
git add .
git commit -am"Add Devise and Generate User Model"


// 向modles/article.rb添加 belongs_to :user
// 向modles/user.rb添加 has_many :articles
rails g migration add_user_id_to_articles user_id:integer:index
rake db:migrate
// 更改 articles_controller.rb 中def new 和 def create 中的 Article.new 為 current_user.articles.build
rails c
@article = Article.last
// 在new.html 創(chuàng)建wiki數(shù)據(jù)
@article = Article.last
@article = Article.first
@article.user_id = 1
@article.save
@article = Article.find(2)
@article.save


git status
git add .
git commit -am"Add association between user and article"


// 向articles_controller.rb添加 before_action :authenticate_user!, except: [:index, :show]
// 向 index.html.haml 中 路由鏈接 添加 if 語句的條件判斷:是否登錄。


git status
git add .
git commit -am"Add user authentication"


rails g model Category name:string
rake db:migrate
rails g migration add_category_id_to_articles category_id:integer
rake db:migrate


// 向 models/article.rb 添加 :belongs_to :category
// 向 models/category.rb 添加 :has_many :articles


rails c
Category
Category.connection
Category
Category.create(name:"Art")
Category.create(name:"Technology")
Category.create(name:"Politics")
Category.count
@article = Article.last
// 向 _form.html.haml 添加 = f.collection_select :category_id, Category.all, :id, :name, { promt: "Choose a Category" }
// 向 articles_controller.rb 添加 def(article_params)參數(shù) :category_id
// 在 new.html.haml 網(wǎng)頁中 創(chuàng)建 數(shù)據(jù) 并 在 rails c 中 驗證:@article = Article.last
控制器中 Article.all
Article.count
@article = Article.first
@article.category_id = 1
@article
@article = Article.find(2)
@article.category_id = 3
@article = Article.find(3)
@article.category_id = 1
@article


// 向 articles_controller.rb 中 def index 添加 if params[:category].blank? 判斷


git status
git add .
git commit -am"Add Categories to Articles"


// 向 articles_controller.rb 中 before_action :find_article, only 添加: :edit, :update, :destroy
// 向 articles_controller.rb 添加 def edit, def update栖雾, def destroy
// 向 def update 添加 判斷:if @article.update(article_params)
// 撰寫 app/views/articles/edit.html.haml 和 show.html.haml


git status
git add .
git commit -am"Edit & Destroy Articles"


// 向 app/assets/javascripts/application.js 添加 //= require bootstrap-sprockets
// 向 app/assets/stylesheets/application.css.scss 添加 @import "bootstrap-sprockets";
@import "bootstrap";
// 對 views 進行 bootstrap 標簽化


git status
git add .
git commit -am"Add basic styles"


// 修改 README ,上傳


git status
git add .
git commit -am"Update README"


最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末滑潘,一起剝皮案震驚了整個濱河市熔掺,隨后出現(xiàn)的幾起案子晴埂,更是在濱河造成了極大的恐慌痕囱,老刑警劉巖诞吱,帶你破解...
    沈念sama閱讀 212,332評論 6 493
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件舟奠,死亡現(xiàn)場離奇詭異,居然都是意外死亡房维,警方通過查閱死者的電腦和手機沼瘫,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,508評論 3 385
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來咙俩,“玉大人耿戚,你說我怎么就攤上這事“⒊茫” “怎么了膜蛔?”我有些...
    開封第一講書人閱讀 157,812評論 0 348
  • 文/不壞的土叔 我叫張陵,是天一觀的道長脖阵。 經(jīng)常有香客問我皂股,道長,這世上最難降的妖魔是什么命黔? 我笑而不...
    開封第一講書人閱讀 56,607評論 1 284
  • 正文 為了忘掉前任呜呐,我火速辦了婚禮就斤,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘卵史。我一直安慰自己战转,他們只是感情好,可當我...
    茶點故事閱讀 65,728評論 6 386
  • 文/花漫 我一把揭開白布以躯。 她就那樣靜靜地躺著槐秧,像睡著了一般。 火紅的嫁衣襯著肌膚如雪忧设。 梳的紋絲不亂的頭發(fā)上刁标,一...
    開封第一講書人閱讀 49,919評論 1 290
  • 那天,我揣著相機與錄音址晕,去河邊找鬼膀懈。 笑死,一個胖子當著我的面吹牛谨垃,可吹牛的內(nèi)容都是我干的启搂。 我是一名探鬼主播,決...
    沈念sama閱讀 39,071評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼刘陶,長吁一口氣:“原來是場噩夢啊……” “哼胳赌!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起匙隔,我...
    開封第一講書人閱讀 37,802評論 0 268
  • 序言:老撾萬榮一對情侶失蹤疑苫,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后纷责,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體捍掺,經(jīng)...
    沈念sama閱讀 44,256評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,576評論 2 327
  • 正文 我和宋清朗相戀三年再膳,在試婚紗的時候發(fā)現(xiàn)自己被綠了挺勿。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,712評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡喂柒,死狀恐怖不瓶,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情胳喷,我是刑警寧澤湃番,帶...
    沈念sama閱讀 34,389評論 4 332
  • 正文 年R本政府宣布,位于F島的核電站吭露,受9級特大地震影響吠撮,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 40,032評論 3 316
  • 文/蒙蒙 一泥兰、第九天 我趴在偏房一處隱蔽的房頂上張望弄屡。 院中可真熱鬧,春花似錦鞋诗、人聲如沸膀捷。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,798評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽全庸。三九已至,卻和暖如春融痛,著一層夾襖步出監(jiān)牢的瞬間壶笼,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 32,026評論 1 266
  • 我被黑心中介騙來泰國打工雁刷, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留覆劈,地道東北人。 一個月前我還...
    沈念sama閱讀 46,473評論 2 360
  • 正文 我出身青樓沛励,卻偏偏與公主長得像责语,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子目派,可洞房花燭夜當晚...
    茶點故事閱讀 43,606評論 2 350

推薦閱讀更多精彩內(nèi)容