LoginSignup
1
1

More than 5 years have passed since last update.

Rails4 ストロングパラメータ(&バリデーション) ※簡易メモ [ 自分用メモ ]

Last updated at Posted at 2016-02-22

ストロングパラメータ(&バリデーション、日本語化含む)

  1. viewに<%= f.text_field :title, class: 'form-control' %>
  2. DB(テーブル)にカラム
  3. コントローラのprivateメソッド下のストロングパラメータ
  4. モデルのバリデーションの記述
  5. ja.yml(エラーメッセージの日本語化)
    ※ Git Hub ダウンロード先 必ずコピペする
     https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale/
  6. config/application.rb
    config.i18n.default_locale = :ja
    を追加する。

※あらかじめformにある何かの入力項目を無くすときは、1~5の項目を全て削除する。


参考サイト

http://piyopiyocs.blog115.fc2.com/blog-entry-421.html

http://qiita.com/yutackall/items/0ff97132f31e5bacbf00

http://ruby-rails.hatenadiary.com/entry/20140810/1407623400

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1