I am a student.
I have a question. I am a beginner in programminghtml, cssStudied ruby, rails, bootstrap studied at school.
That's why I want to create and operate a website (like a corporate homepage) among students. When I first went to school, I wanted to make a web application, so I decided to use ruby, but can the website be ruby, rails?
I was investigating that it is better to do wordpress and php, but I realized that it takes time to learn, so I thought that rails could be used and asked a question.
javascipt reads about 5 reference books and writes simple code every day.
I'm a beginner, so I'm sorry for Asahi's question, but I'd be happy if you could tell me if you can make a homepage with rails, and if so, a reference book or site.
-
Answer # 1
-
Answer # 2
Maybe it's a good idea to look into static site generators.
https://stackoverflow.com/questions/10450
-
Answer # 3
Can you make a homepage with rails?
"it can"
If you can make it, teach books and sites that will be helpful
"Think for yourself"
Will be the answer.
Only I know what I want to make,
There is no such thing as "books and articles that explain what you want to make."Everything has requirements, and we collect and combine tools that can be used to meet those requirements.
Even Ruby, Rails, HTML and CSS are just one of those tools.HTML and CSS are the only essential elements at the time of "Web", and how to use them, where to use them, what to use, and how to manage information are on a case-by-case basis. ..
There is no end to how to build a web environment, so it's not something you can't find (you need to worry about the OS and version).
If you just want to create a website, HTML and CSS will suffice.
Some websites are actually made up of that alone. For corporate sites, there is no need for a server-side mechanism."How do you want to handle data?"
"Who wants to update"
"Frequency"There are various requirements such as.
It takes time to learn
It doesn't take long.
It wouldn't be the case if you were able to manage one language to a certain extent by yourself, but if "programming" itself is still in its infancy, it can take years, and dozens. Some people can't do it even if it takes years.That's difficult.
"Because I went to school, it's safe" "I can get a job soon" "I can play an active part in practice"
I think it's a big mistake.Only those who can think for themselves and move on their own can move forward.
based on that.
, Can you make a homepage with rails, and if you can, please tell me a reference book or site
Do you think you can do something with that?
I think it's the person who asks the question before others.
-
Answer # 4
Of course, you can.
In my case, my website and services are developed and operated by Rails.When I first went to school, I wanted to make a web application, so I decided to use ruby, but can the website be ruby, rails?
If you go to school, I think you should be able to make this decision yourself.
It's called a web application, but it's just a website.
Web application = website, and there is no distinction. Sometimes we call it a web service,
After all, it refers to a site that runs on a browser.
Related articles
- ruby - [rails] i want to create an image link using the url of the image output using active storage
- javascript - i want to create a switching tab using jquery
- ruby on rails - i want to create a like function with rails
- i want to keep data consistent using [ruby on rails] transaction and payjp
- javascript - i want to connect to a ble device using react native's ble manager
- javascript - using the button setattribute that can be pressed only once
- ubuntu - i want to create an app with rails and react, but i get an error with rails new
- php - i want to create pagination with numbers using the plugin "wp-pagenavi" that can create wordpress pagination
- ruby on rails - i can't create a model with rails
- javascript - i want to make margin adjustment when using flex work in ie
- html - i want to create navigation in footer using li
- ruby on rails - about rails create action
- javascript - i want to create a dashboard-like thing that can see the temperature etc using raspberry pi and django
- javascript - i want to create a hierarchical category with vuejs
- javascript - i want to create a function that returns the execution result of connectionquery
- [rails] bundle exec rake db: create error cannot be resolved [mysql]
- javascript - i want to create a new array by extracting the value from another array using the value of the array with index spe
- javascript - how to write when using multiple arrow functions
- javascript - i want to post using ajax in django and rewrite the db value
You have the option of not using either, just HTML. Of course Rails can also do it.