
- Ruby on Rails Tutorial
- Ruby on Rails - Home
- Ruby on Rails - Introduction
- Ruby on Rails - Installation
- Ruby on Rails - Framework
- Ruby on Rails - Directory Structure
- Ruby on Rails - Examples
- Ruby on Rails - Database Setup
- Ruby on Rails - Active Records
- Ruby on Rails - Migrations
- Ruby on Rails - Controllers
- Ruby on Rails - Routes
- Ruby on Rails - Views
- Ruby on Rails - Layouts
- Ruby on Rails - Scaffolding
- Ruby on Rails - AJAX
- Ruby on Rails - File Uploading
- Ruby on Rails - Send Emails
- Ruby on Rails Resources
- Ruby on Rails - References Guide
- Ruby on Rails - Quick Guide
- Ruby on Rails - Resources
- Ruby on Rails - Discussion
- Ruby Tutorial
- Ruby Tutorial
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Ruby on Rails - The Plug-ins
Ruby provides many useful plug-ins, which you can use in your Rails applications. Here are few scripts, which help you to deal with plug-ins.
Plugin | Description |
---|---|
script/plugin discover | Discovers plugin repositories. |
script/plugin list | Lists all available plugins. |
script/plugin install where | Installs the "where" plugin. |
script/plugin install -x where | Installs the "where" plugin as SVN external. |
script/plugin update | Updates installed plugins. |
script/plugin source | Adds a source repository. |
script/plugin unsource | Removes a source repository. |
script/plugin sources | Lists source repositories. |
Check following link for more information on Rails Plug-in.
rails-references-guide.htm
Advertisements