Skip to content

rahul-mishra1/git-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started Install Rails at the command prompt if you haven't yet:

$ gem install rails At the command prompt, create a new Rails application:

$ rails new myapp where "myapp" is the application name.

Change directory to myapp and start the web server:

$ cd myapp $ bin/rails server Run with --help or -h for options.

Go to http://localhost:3000 and you'll see: "Yay! You’re on Rails!"

Follow the guidelines to start developing your application. You may find the following resources handy:

Getting Started with Rails Ruby on Rails Guides The API Documentation

About

Git session 5th Feb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages