Ruby 自学记录 2

https://guides.rubyonrails.org/getting_started.html

After the Rails had installed, I saw a Rails initial project files structure.


Use jetbrain RubyMine to create a new project :


Somethings like that getting started document

The Ruby command line : https://www.runoob.com/ruby/ruby-command-line-options.html
Linux install Ruby : https://www.runoob.com/ruby/ruby-installation-unix.html

The rb test :

puts "Hello,Ruby!~";

And the console will show us :

F:\Ruby27-x64\bin\ruby.exe C:/Users/Administrator/RubymineProjects/demo1/TestRuby1.rb
Hello,Ruby!~

Process finished with exit code 0

posted @ 2020-07-22 11:20  ukyo--夜王  阅读(205)  评论(0编辑  收藏  举报