Skip to content

Commit

Permalink
fix html and factory girl. remove conflicting ruby snippets. dont nee…
Browse files Browse the repository at this point in the history
…d rjs
  • Loading branch information
enriquez authored and scrooloose committed Dec 17, 2009
1 parent b1b1279 commit e42aef3
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 23 deletions.
6 changes: 3 additions & 3 deletions html/body.snippet
@@ -1,3 +1,3 @@
<body<+ id="<+id+>"<+ onload="<++>"+>+>>
<++>
</body>
<body id="${1}">
${2}
</body>
2 changes: 1 addition & 1 deletion html/h1.snippet
@@ -1 +1 @@
<h1<+ id="<+id+>"+>><++></h1>
<h1 id="${1}">${2}</h1>
2 changes: 1 addition & 1 deletion html/input.snippet
@@ -1 +1 @@
<input type="text" name="<++>" <+value="<++>"+> <+size="<++>"+> <+maxlength="<++>"+> />
<input type="${1:text/submit/hidden/button}" name="${2}" value="${3:value}" id="${4:$2}"/>${5}
2 changes: 1 addition & 1 deletion html/option.snippet
@@ -1 +1 @@
<option<+ value="<+option+>"+>><+value+></option>
<option value="${1}">${2}</option>
6 changes: 2 additions & 4 deletions html/select.snippet
@@ -1,5 +1,3 @@
<select name="<+some_name+>" id="<+id+>"<+<+ multiple+><+ onchange="<++>"+><+ size="<+1+>"+>+>>
<option<+ value="<+option1+>"+>><+value1+></option>
<option<+ value="<+option2+>"+>><+value2+></option>
<++>
<select name="${1}" id="${2}">
${3}
</select>
2 changes: 1 addition & 1 deletion ruby-factorygirl/fac.snippet
@@ -1 +1 @@
Factory(:<+factory_name+><+, <++>+>)<++>
Factory(:${1}, ${2})${3}
2 changes: 1 addition & 1 deletion ruby-factorygirl/facb.snippet
@@ -1 +1 @@
Factory.build(:<+factory_name+><+, <++>+>)<++>
Factory.build(:${1}, ${2})${3}
2 changes: 1 addition & 1 deletion ruby-factorygirl/facd.snippet
@@ -1,4 +1,4 @@
Factory.define(:${1:model}) do |${2:m}|
Factory.define(:${1:model}) do |${2:f}|
${3}
end
${4}
1 change: 0 additions & 1 deletion ruby-rails-rjs/hide.snippet

This file was deleted.

1 change: 0 additions & 1 deletion ruby-rails-rjs/ins.snippet

This file was deleted.

1 change: 0 additions & 1 deletion ruby-rails-rjs/rep.snippet

This file was deleted.

1 change: 0 additions & 1 deletion ruby-rails-rjs/reph.snippet

This file was deleted.

1 change: 0 additions & 1 deletion ruby-rails-rjs/show.snippet

This file was deleted.

1 change: 0 additions & 1 deletion ruby-rails-rjs/tog.snippet

This file was deleted.

1 change: 0 additions & 1 deletion ruby-rails-rjs/vis.snippet

This file was deleted.

1 change: 0 additions & 1 deletion ruby-shoulda/shns.snippet

This file was deleted.

1 change: 0 additions & 1 deletion ruby/anr.snippet

This file was deleted.

1 change: 0 additions & 1 deletion ruby/ass.snippet

This file was deleted.

0 comments on commit e42aef3

Please sign in to comment.