zashii-1434

Stats of My Life(おいしい人生を味わうために、コツコツとチャレンジしたことを書くブログ)

Ruby on Railsでポートフォリオサイトを作ってみよう(その1)Let's make a portfolio site with Ruby on Rails (part 1)

■所感

Rails初心者ですが、Railsで自分用のポートフォリオサイトを作りたいと思い作成に着手し始めました。

 

参考にしている記事は次の2つです。

 

suzan2go.hatenablog.com

 

blog.jnito.com

 

 

まずはBootstrapを使った画面や管理用のユーザ認証画面を作成しています。

 

Railsはリッチな機能を簡単に追加できる分、きちんと理解していないと応用ができない作り手になってしまいますね。。。

 

さっそくユーザ認証設定のところでエラーがでているので、解決に向けて頑張っていきます。

 

作成中のソース

github.com

 

■Impression

 

Although I am a beginner to Rails, I started creating it because I wanted to create my own portfolio site in Rails.

 

The reference articles are as follows

  

First of all, we create a screen using Bootstrap and a user authentication screen for management.

 

Because Rails can easily add rich functions, it becomes a creator that can not be applied unless you understand it properly. . .

 

Since there is an error at the user authentication setting immediately, I will do my best to fix it.