DSIW
533f1141ea
Added encoding to shebang of ruby
2012-06-26 08:00:34 -03:00
Marcin Kulik
15ab315ff9
Current Rails version (3) doesn't have RAILS_DEFAULT_LOGGER anymore. log snippet for Rails 3.x, log2 snippet for Rails 2.x
2012-04-22 16:16:53 +03:00
Eustaquio Rangel
e9eacc69d8
Seems to be a good time to create snippets for attr_protected and attr_accessible, right? ;-)
2012-03-05 15:05:50 -03:00
Eustaquio Rangel
90177034e3
Removed some Ruby duplicated snippets and fixed the migration snippet
...
to don't use a non-existent function.
2012-03-02 16:23:09 -03:00
Chris Sims
da34d17d90
Added pending it snippet
2012-02-13 15:29:27 -05:00
Eustaquio Rangel
3896c40c98
Added test snippet to Ruby/Rails
2012-01-16 15:08:35 -02:00
Eustaquio Rangel
57daa7bfa7
Removed and merged the ruby-rails and eruby-rails snnipets into the ruby and
...
eruby ones.
2012-01-11 19:09:42 -02:00
Kentaro Imai
e622c24d78
Upper camelcase for class and module name in ruby
2011-11-27 00:49:13 +09:00
Matthias Viehweger
3501acbf7b
adding pry-snippet to ruby-snippets
2011-10-18 16:54:07 +02:00
Matthias Viehweger
047062727e
add block-form of assertions as additional snippets to ruby.snippets
2011-10-14 14:45:52 +02:00
Matthias Viehweger
15e8f9ebbb
remove paranthesis from ruby assertions
2011-10-14 14:45:52 +02:00
Matthias Viehweger
3a971208b4
fix typo in snippet-comment
2011-10-14 08:56:19 -03:00
Matthias Viehweger
004fb8b2d5
add a statement for the ruby debugger to avoid jumping out of scope
...
ruby-debug places the cursor on the first statement after the debugger call.
If you place the debugger at the end of a method, you cannot debug the method
anymore. the true statement in innocent enough and keeps the cursor where you
expect it to be.
2011-10-14 08:55:58 -03:00
Matthias Viehweger
f21a4f61c0
remove trailing whitespace from ruby snippets
2011-10-14 08:55:39 -03:00
Eustaquio Rangel
faf3b63aeb
There was already a content_for snippet on the eruby snippet file.
...
Tags for Rails views should go there and not on the Ruby snippet file.
2011-07-06 12:11:20 -03:00
Honza Pokorny
d2e0f8dc7e
Remove merge conflict markers from ruby. Fixes #8 .
2011-07-05 19:25:27 -03:00
Marc Weber
94aebfaadd
Move all snippet files into a snippets directory so that you can install it
...
using VAM. The reason is that snipmate automatically looks for snippets
found in &rtp/snippets
2011-06-21 09:02:13 +02:00