sinatraのdebug kit 作った
ごきげんよう
こんにちは、僕は今回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'
.......
実行するとこんな感じ
Author And Source
この問題について(sinatraのdebug kit 作った), 我々は、より多くの情報をここで見つけました https://qiita.com/tsukasa-cat/items/6b79f31e98d2b65c978c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .