Skip to content

dimi-iv/rails-vim-tutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rails.vim tutor

vimtutor like tutor for rails.vim. This tutor aims to get you familiar with some of the awesome commands rails.vim has to offer. Like vimtutor this tutor is designed to teach you by use rather than by reading or watching a video.

Installation

git clone git://github.com/house-owl/rails-vim-tutor.git

Prerequisites

This tutor assumes that you already have vim and rails.vim installed. For more information how to install rails.vim, follow the instructions provided here.

In order to be able to run the tests in the example Rails application, you will also need to have ruby installed, as well as bundler

gem install bundler

This tutor also assumes you have a working knowledge of vim. If you are new to vim, run vimtutor first.

vim-rails-tutor

To start the tutor run the executable vim-rails-tutor

./vim-rails-tutor

Note: running this executable will run bundle insall in order to install all necessary gems.

Attention: Any changes to the files or file structure in this project could alter the original. To reset to the original state, use your favorite git command. Eg:

git reset --hard HEAD

Links

rails.vim on vim.org

rails.vim on github.com

thoughtbot intro to rails.vim

Releases

No releases published

Packages

No packages published