hierapolis-rails 1.0.3 → 1.1.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05a8cc1c35b6a1ed2646226350a370827cf455ad
|
|
4
|
+
data.tar.gz: c8a6ba2825b2619af89fae33bffe6589ea882598
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb2e42ee7fd007c5b8c95cd73a4f8cac2620e0f1cec3e62522dc1479e84808a44061066fbf1cfa82ed193b3307873a19d71062208c3719374c1eb70a9e212ccb
|
|
7
|
+
data.tar.gz: fa1a62300c63147fd507564765bd883472e4b975458be4bff21ca02a976da7ba52623ee0e38963c8ac87a6271e70e8dfe38d27c377eddda9209ba5b4f063e726
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
#### [Current]
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
* [401ccdb](../../commit/401ccdb) - __(Muhammet DILEK)__ support rails 4.1
|
|
4
|
+
* [f614aef](../../commit/f614aef) - __(Tayfun Ozis ERIKAN)__ Dependency versions were fixed
|
|
5
|
+
* [617a070](../../commit/617a070) - __(Tayfun Ozis ERIKAN)__ Version string was updated.
|
|
6
6
|
* [c52d5f1](../../commit/c52d5f1) - __(Tayfun Ozis ERIKAN)__ Bump version 1.0.3
|
|
7
7
|
* [96c0ca1](../../commit/96c0ca1) - __(Tayfun Ozis ERIKAN)__ TB-36 #time 10m Turbolinks events was added to application js files
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<% module_namespacing do -%>
|
|
3
3
|
class <%= controller_class_name %>Controller < ApplicationController
|
|
4
4
|
before_action :<%= "set_#{singular_table_name}" %>, only: [:show, :edit, :update, :destroy]
|
|
5
|
-
add_breadcrumb I18n.t('activerecord.models.<%=
|
|
5
|
+
add_breadcrumb I18n.t('activerecord.models.<%= singular_table_name %>'), :<%= table_name %>_path
|
|
6
6
|
<% unless options[:singleton] -%>
|
|
7
7
|
def index
|
|
8
8
|
@search = <%= class_name %>.search(params[:q])
|
|
@@ -34,7 +34,7 @@ class <%= controller_class_name %>Controller < ApplicationController
|
|
|
34
34
|
end
|
|
35
35
|
|
|
36
36
|
def update
|
|
37
|
-
@<%= orm_instance.
|
|
37
|
+
@<%= orm_instance.update("#{singular_table_name}_params") %>
|
|
38
38
|
respond_with(@<%= file_name %>)
|
|
39
39
|
end
|
|
40
40
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hierapolis-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lab2023
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|