-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

rails


> A server-side MVC framework written in Ruby.

> Some subcommands such as `rails generate` have their own usage documentation.

More information.


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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:21:11 2024