Closed GitEngHar closed 2 months ago
puts "Hello, world!"
puts 1 + 2
>ruby index.rb
Hello, world!
3
>sqlite3
SQLite version 3.46.0 2024-05-23 13:25:27 (UTF-16 console I/O)
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .exit
>rails -v
Rails 7.2.1
関連の技術選定Issue
https://github.com/GitEngHar/techLearn/issues/22
段取り
ROR(Ruby On Rails)を使ってみる
Springとの連携
adminライブラリを使ってみる