rails
A server-side MVC framework written in Ruby.
Install
- All systems
-
curl cmd.cat/rails.sh
- Debian
-
apt-get install rails
- Ubuntu
-
apt-get install rubygem-rails-controller-testing-doc
- Arch Linux
-
pacman -S rubygem-rails-controller-testing-doc
- Kali Linux
-
apt-get install rubygem-rails-controller-testing-doc
- Fedora
-
dnf install rubygem-rails-controller-testing-doc
- Raspbian
-
apt-get install rubygem-rails-controller-testing-doc
A server-side MVC framework written in Ruby.
-
Create a new rails project:
rails new "project_name"
-
Start local server for current project on port 3000:
rails server
-
Start local server for current project on a specified port:
rails server -p "port"
-
Open console to interact with application from command line:
rails console
-
Check current version of rails:
rails --version
© tl;dr; authors and contributors