0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

sinatraのdebug kit 作った

Last updated at Posted at 2019-02-06

ごきげんよう

こんにちは、僕は今回sinatraのdebugkitのgemを作っちゃったので、使い方説明しちゃいます。
debug kit と行ってもtableの一覧とその中身が見えるアクションを勝手に作っちゃうとっていうものです

gem install

gemの名前にaldy入れちゃいました

shell
gem install aldy_debug_kit_sqlite3

初期設定

なんとこのコマンド実行すると

shell
aldy
  • views/aldy_show_sqlite3_tables.erb
  • show_table_action.rb

の2つのテストコードが生成されちゃいます

show_table_action.rb

'/models' にgetリクエスト飛ばすとtable一覧が取れるactionと

views/aldy_show_sqlite3_tables.erb

それを表示するtemplateファイルです

テストコードを使おう

app.rbでrequireしちゃいましょう

app.rb
.......
requier 'aldy_debug_kit_sqlite3'
.......

実行するとこんな感じ

スクリーンショット 2019-02-07 6.16.16.png

mov 名称未設定.mov

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?