일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 건담베이스
- 자바
- 인프런
- ruby
- springboot
- rails
- nico
- 一日一つメソッド
- html
- 비즈니스일본어
- 単語
- Python
- Flutter
- 반다이몰
- 日本語
- メソッド
- 연습문제
- rails7
- C로 시작하는 컴퓨터 프로그래밍4판
- Web
- 디지몬
- 일본어
- vscode
- Spring
- jsp
- CSS
- DART
- java
- 건담
- javascript
Archives
- Today
- Total
목록Rails Controller作成 (1)
AR삽질러
初めてのRuby on Rails Controller作成, トラブルシューティング (1)
Rails Controller作成 例題 - ブラウザの画面にHello Worldと表示するプログラム 1. Controller作成 rails generate controller users index rails g controller users index class UsersController < ApplicationController def index @hello = "Hello World!" end end Rails.application.routes.draw do get 'users/index' # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html # Defines the root path rout..
Ruby/RubyOnRails-日本語
2023. 12. 27. 00:48