Skip to content

Instantly share code, notes, and snippets.

abc
abcde
dfsdfsdfsf
*rails.txt* Plugin for working with Ruby on Rails applications
Author: Tim Pope <vimNOSPAM@tpope.info> |rails-plugin-author|
|rails-introduction| Introduction and Feature Summary
|rails-installation| Installation and Usage
|rails-install-vim| Installing and Configuring Vim
|rails-install-plugin| Installing and Using the Plugin
|rails-commands| General Commands
|rails-navigation| Navigation
@ruanwz
ruanwz / aaa
Created February 27, 2009 12:08
aaa
@ruanwz
ruanwz / FAQ
Created February 27, 2009 12:09
*vim-ruby.txt* *vim-ruby* *vim-ruby-faq*
VIM/RUBY CONFIGURATION FILES
The vim-ruby Project FAQ
http://vim-ruby.rubyforge.org
The vim-ruby project maintains Ruby-related configuration files for Vim. This
FAQ contains all you need to know about it.
# Redis configuration file example
# By default Redis does not run as a daemon. Use 'yes' if you need it.
# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
daemonize no
# Accept connections on the specified port, default is 6379
port 6379
# If you want you can bind a single interface, if the bind option is not
#by RoBeRt
#check the 'distance' between new posts/anwers and old ones for the same user
require 'text'
module DuplicationFilter
def duplicate_content?
@duplicate
end
def fibonacci(n)
end
asdf
asdffds
sdfsadfsadfsdggds
require 'net/http'
class Song
def initialize
end
def sing
end
end