일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 반다이몰
- 자바
- DART
- 単語
- 一日一つメソッド
- jsp
- ruby
- Web
- メソッド
- html
- Python
- Flutter
- CSS
- 연습문제
- C로 시작하는 컴퓨터 프로그래밍4판
- 디지몬
- java
- 비즈니스일본어
- springboot
- rails
- 건담베이스
- 일본어
- vscode
- rails7
- nico
- 인프런
- Spring
- 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