
Learn the basics of ruby on rails 5 and build a web application, including command line basics like cd, with no development environment setup required on Windows, using a database.
Sign up for PaizaCloud IDE by entering your email, name, and password, verify your email via the sent link, and click create to activate your cloud IDE account.
Choose your subscription plan after signing up to access the app’s features, with options and usage lasting up to 24 hours.
Discover the basics of a web application, including how HTTP, a database, templates, and a main controller work together to render views in a browser.
- How to use commands
- Open Terminal on PaizaCloud
- date
- cal
- echo Hello
- pwd
- ls
- Create a file (test1.txt)
- ls
- ls -l
- ls -al
- Create a directory (testdir)
- ls
- cd testdir1
- Create a file (test2.txt)
- cd ..
- pwd
- ls
- cd testdir ; cd ..
- cd /home/ubuntu/testdir1
- sleep 3
- sleep 100
- Ctrl-C
Start the Ruby on Rails application server to access the default top page, understand the application directory setup, and preview the web page as the app runs.
Create a database and generate all necessary files using Rails scaffolding and migrations. Define a game table with a name field and its field type, then inspect the database.
Learn to browse the database with phpMyAdmin, inspect tables in the development database for a board game application, and verify data such as names while ensuring the ACL remains stable.
Learn to edit the top page in a Rails app by updating the page template's title and body, and adding an image tag to display the board game image.
This is Ruby on Rails course for the beginners.
You can learn Ruby on Rails in your browser, on any computer(Windows, Mac) or Tablets.
When we learn web application development like Ruby on Rails, the most important thing is actually creating web applications in your hands, and get the feeling of the development.
In this course, we learn Ruby on Rails development using Cloud IDE(PaizaCloud). PaizaCloud enables us to develop web application just in your browser. You can also share the application with your friends.
We'll build a simple boardgame management application using Ruby on Rails just in 30 minutes, with step by step instructions.
This cousres uses Ruby on Rails 5, MySQL database, phpMyAdmin, and PaizaCloud Cloud IDE.