wheels 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -0,0 +1,3 @@
1
+ $('##{container}').#{ajax_function}(#{raw render_js('show')});
2
+ = render :partial => "loadbehind/view"
3
+
@@ -0,0 +1,3 @@
1
+ $('##{container}').remove;
2
+ = render :partial => "loadbehind/destroy"
3
+
@@ -0,0 +1,3 @@
1
+ $('##{container}').#{ajax_function}(#{raw render_js('form')});
2
+ = render :partial => "loadbehind/edit"
3
+
@@ -0,0 +1,3 @@
1
+ $('##{container}').#{ajax_function}(#{raw render_js('index')});
2
+ = render :partial => "loadbehind/view"
3
+
@@ -0,0 +1,3 @@
1
+ $('##{container}').#{ajax_function}(#{raw render_js('form')});
2
+ = render :partial => "loadbehind/edit"
3
+
@@ -0,0 +1,3 @@
1
+ $('##{container}').#{ajax_function}(#{raw render_js('show')});
2
+ = render :partial => "loadbehind/view"
3
+
@@ -0,0 +1,3 @@
1
+ $('##{container}').#{ajax_function}(#{raw render_js('show')});
2
+ = render :partial => "loadbehind/view"
3
+
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wheels}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tyler Gannon"]
@@ -126,10 +126,17 @@ Gem::Specification.new do |s|
126
126
  "app/views/external_links/_fields_for.html.haml",
127
127
  "app/views/external_links/_form.html.haml",
128
128
  "app/views/external_links/_show.html.haml",
129
+ "app/views/external_links/create.js.haml",
130
+ "app/views/external_links/destroy.js.haml",
129
131
  "app/views/external_links/edit.html.haml",
132
+ "app/views/external_links/edit.js.haml",
130
133
  "app/views/external_links/index.html.haml",
134
+ "app/views/external_links/index.js.haml",
131
135
  "app/views/external_links/new.html.haml",
136
+ "app/views/external_links/new.js.haml",
132
137
  "app/views/external_links/show.html.haml",
138
+ "app/views/external_links/show.js.haml",
139
+ "app/views/external_links/update.js.haml",
133
140
  "app/views/feedback_mailer/submit_feedback.html.haml",
134
141
  "app/views/feedbacks/_form.html.haml",
135
142
  "app/views/feedbacks/index.html.haml",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tyler Gannon
@@ -149,10 +149,17 @@ files:
149
149
  - app/views/external_links/_fields_for.html.haml
150
150
  - app/views/external_links/_form.html.haml
151
151
  - app/views/external_links/_show.html.haml
152
+ - app/views/external_links/create.js.haml
153
+ - app/views/external_links/destroy.js.haml
152
154
  - app/views/external_links/edit.html.haml
155
+ - app/views/external_links/edit.js.haml
153
156
  - app/views/external_links/index.html.haml
157
+ - app/views/external_links/index.js.haml
154
158
  - app/views/external_links/new.html.haml
159
+ - app/views/external_links/new.js.haml
155
160
  - app/views/external_links/show.html.haml
161
+ - app/views/external_links/show.js.haml
162
+ - app/views/external_links/update.js.haml
156
163
  - app/views/feedback_mailer/submit_feedback.html.haml
157
164
  - app/views/feedbacks/_form.html.haml
158
165
  - app/views/feedbacks/index.html.haml