Iuri Fernandes
38cb74198d
Add ruby snippet for accepts_nested_attributes_for
2013-05-13 10:32:32 -03:00
Iuri Fernandes
d01c475b29
Add let! and remove brackets from let.
...
The user must choose which block syntax to be used.
2013-05-03 10:26:29 -03:00
Iuri Fernandes
c89448fcad
Add ruby snippet btp for polymorphic belongs_to
2013-05-02 10:09:31 -03:00
Iuri Fernandes
0312e12c29
Refactor old migration creation snippet and an alternative one
2013-04-28 15:51:55 -03:00
Iuri Fernandes
76f2ff8337
Remove empty column in mct snippet
2013-04-28 15:50:34 -03:00
Iuri Fernandes
3391280570
Refactor snippet to create new collumn in a migration(mccc -> mnc)
2013-04-28 15:47:48 -03:00
indi
7238147272
add reqr to expand to require_relative
2013-03-17 20:54:25 +01:00
Marc Weber
dfe410306b
merge changes from pull/179
2013-03-17 20:46:38 +01:00
Mike Foley
0fbb89d908
added delegate to ruby.snippets
2013-03-01 14:48:50 -08:00
Mike Foley
0ccc49e39d
added a space to each_with_index Ruby snippet, to be consistent with similar snippets
2013-02-26 15:51:33 -08:00
Mike Foley
63551117aa
added each_with_object Ruby snippets
2013-02-26 15:51:09 -08:00
Eustaquio Rangel
6e58f722f3
Fixed Ruby rSpec be_true and be_false
2013-02-25 09:07:04 -03:00
Iuri Fernandes
6c4c7f51d7
Add snippets to rspec shared examples and new rspec syntax.
2013-02-18 10:09:55 -03:00
Iuri Fernandes
576063eb67
Add more rspec snippets.
2013-02-05 10:02:29 -03:00
Christian Höltje
699250051d
Added descriptions for duplicated snippet names.
...
This is to make the snippets a little more compatible with
neosnippets.
2012-10-28 02:07:13 -04:00
David Deryl Downey - AKA Deryl R. Doucette
d66eaaf88e
Changed patfh to fpath. Makes sense due to context
2012-10-18 23:21:11 -03:00
George Guimarães
a1af06d5fa
Create a encoding snippet for Ruby 1.9
2012-09-25 20:03:18 -03:00
Eustaquio Rangel
e80158c998
Removed the newline after the test snippet
2012-08-29 09:14:08 -03:00
Eustaquio Rangel
2459f52d95
Fixed the BlankState class snippet
2012-06-26 08:18:43 -03:00
DSIW
55496d5032
Removed empty lines in snippet cla for ruby
2012-06-26 08:02:02 -03:00
DSIW
3cb6bb5b7f
Replaced bracket pair by spaces in snippet bef,aft for ruby
2012-06-26 08:01:49 -03:00
DSIW
0527c5c040
Removed trailing whitespace for ruby
2012-06-26 08:01:38 -03:00
DSIW
933bcd0529
Fixed escaping of '"' in snippet tas for ruby
2012-06-26 08:01:25 -03:00
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