remotty-rails 0.0.17 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/app/controllers/remotty/base_application_controller.rb +0 -4
- data/lib/remotty/rails/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e80b9e9073ddf71e6601144cfa9f980840379c38
|
4
|
+
data.tar.gz: 07ceffab0fafd38523582f428cc64bf45828bd39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c22e00f18dc110f1926b78e0e21522c0403b6fd75ec8e2b049f73659a2a6b27517407e7ff1b0a941db13da4a744f9d1420840f39b92efd30b9e6d905fdb780cc
|
7
|
+
data.tar.gz: b77bd588146632d4690456dbc3534990eda5e45698fc33ca030102cbe2728592fe11cbf7978cb616cdcb31751a5fbf1f88a4c329a75f728fd73c36a873cf2c58
|
data/CHANGELOG.md
ADDED
@@ -8,10 +8,6 @@ module Remotty::BaseApplicationController
|
|
8
8
|
# To resolve the following error: ActionController::UnknownFormat
|
9
9
|
include ActionController::StrongParameters
|
10
10
|
|
11
|
-
# To resolve the following error: undefined method `respond_to'
|
12
|
-
# http://railscasts.com/episodes/348-the-rails-api-gem?language=ko&view=asciicast
|
13
|
-
include ActionController::MimeResponds
|
14
|
-
|
15
11
|
# To resolve the following error: undefined method `default_render'
|
16
12
|
# https://github.com/rails-api/rails-api/issues/93
|
17
13
|
include ActionController::ImplicitRender
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remotty-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chungsub Kim
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-12-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rack-cors
|
@@ -202,6 +202,7 @@ extensions: []
|
|
202
202
|
extra_rdoc_files: []
|
203
203
|
files:
|
204
204
|
- ".gitignore"
|
205
|
+
- CHANGELOG.md
|
205
206
|
- Gemfile
|
206
207
|
- LICENSE.txt
|
207
208
|
- README.md
|