Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

メッセージの記録と表示 #3

Merged
merged 30 commits into from
Aug 28, 2016
Merged

メッセージの記録と表示 #3

merged 30 commits into from
Aug 28, 2016

Conversation

ochaochaocha3
Copy link
Member

  • メッセージのモデルを作り、データベースに記録できるようにしました。
  • チャンネル・年・月・日の一覧を表示できるようにしました。
  • あるチャンネルの特定の日のメッセージの一覧を表示できるようにしました。
    • サイドバーの項目
      • カレンダー(メッセージが登録されている日にリンク設定)
      • 同日の他のチャンネルへのリンク
  • Web ページのデザインを Bootstrap を使って行いました。
    • テーマは Bootswatch の「Yeti」を改変して作っています。

@coveralls
Copy link

coveralls commented Aug 18, 2016

Coverage Status

Changes Unknown when pulling 966aa67 on message-models into * on master*.

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc

# コンソールとして pry を使う
gem 'pry-rails'

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pry-rails は development でいいと思います

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確かにそうですね。本番でコンソールはまず使わないかな。

@koi-chan
Copy link
Member

koi-chan commented Aug 18, 2016

DB 部分のほとんどを作っていただき、ありがとうございます!

irc_user にて、name になっているカラムは user の方が適切ではないかと感じました。
いかが思われますでしょうか。

@coveralls
Copy link

coveralls commented Aug 18, 2016

Coverage Status

Changes Unknown when pulling 8a68578 on message-models into * on master*.

@ochaochaocha3
Copy link
Member Author

@koi-chan あああ、間違えていました。IRC関連の文書では user@host 表記ですしね。直します。

@coveralls
Copy link

coveralls commented Aug 19, 2016

Coverage Status

Changes Unknown when pulling fc0bfc8 on message-models into * on master*.

@coveralls
Copy link

coveralls commented Aug 19, 2016

Coverage Status

Changes Unknown when pulling 9406429 on message-models into * on master*.

@koi-chan
Copy link
Member

では今夜あたり、このPRをマージし、バージョンを 0.0.3 -> 0.1.0 に上げます。

@coveralls
Copy link

coveralls commented Aug 28, 2016

Coverage Status

Changes Unknown when pulling c47d0be on message-models into * on master*.

@koi-chan koi-chan merged commit 839700e into master Aug 28, 2016
@ochaochaocha3 ochaochaocha3 deleted the message-models branch December 5, 2016 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants