Skip to content

sureSundar/Sulabh-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby on Rails Hello World Sample

This application demonstrates a simple, reusable Ruby web application based on the Rails framework.

The command rails new <app name> is used to create the files and folders that make up the structure of a Rails application. They are described in the Getting Started with Rails guide.

Deploy to Bluemix

Run the app locally

  1. Install Ruby
  • cd into this project's root directory
  • Run gem install bundler to install bundler
  • Run bundle install to install app dependencies
  • Run rails server
  • Access the running app in a browser at http://localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published