sunrise-cms 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/CHANGELOG.rdoc +16 -0
- data/README.rdoc +4 -40
- data/VERSION +1 -1
- metadata +10 -10
data/CHANGELOG.rdoc
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
== 0.1.4
|
|
2
|
+
|
|
3
|
+
* Core
|
|
4
|
+
* Upgrade dependents gems versions
|
|
5
|
+
* Spec tests for controllers and models
|
|
6
|
+
* Support for autoload multiply models in one plugin
|
|
7
|
+
|
|
8
|
+
* Scaffold
|
|
9
|
+
* Reorganize gem structure
|
|
10
|
+
* Control buttons in show template
|
|
11
|
+
* Unit tests
|
|
12
|
+
|
|
13
|
+
* Bugs
|
|
14
|
+
* User role_type create/update
|
|
15
|
+
* Destroy structure
|
|
16
|
+
|
|
1
17
|
== 0.1.2
|
|
2
18
|
|
|
3
19
|
* enhancements
|
data/README.rdoc
CHANGED
|
@@ -1,46 +1,10 @@
|
|
|
1
1
|
= Sunrise CMS
|
|
2
2
|
|
|
3
|
-
Aimbulance mini content management system.
|
|
3
|
+
Aimbulance mini content management system for programmers.
|
|
4
4
|
|
|
5
|
-
==
|
|
5
|
+
== Instructions
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
https://github.com/galetahub/sunrise-core
|
|
8
8
|
|
|
9
|
-
gem 'inherited_resources'
|
|
10
|
-
gem 'paperclip'
|
|
11
|
-
gem 'mime-types'
|
|
12
|
-
gem 'kaminari'
|
|
13
|
-
gem 'cancan'
|
|
14
|
-
gem 'cancan_namespace'
|
|
15
|
-
gem 'devise'
|
|
16
|
-
gem 'simple_form'
|
|
17
|
-
gem 'ckeditor'
|
|
18
9
|
|
|
19
|
-
|
|
20
|
-
gem 'awesome_nested_set', :git => 'git://github.com/galetahub/awesome_nested_set.git'
|
|
21
|
-
gem 'salty_slugs', :git => 'git://github.com/galetahub/salty_slugs.git'
|
|
22
|
-
|
|
23
|
-
gem 'sunrise-cms'
|
|
24
|
-
|
|
25
|
-
Bundle:
|
|
26
|
-
|
|
27
|
-
bundle install --path vendor/bundle --without development test
|
|
28
|
-
|
|
29
|
-
Generate:
|
|
30
|
-
|
|
31
|
-
rails generate sunrise:install
|
|
32
|
-
|
|
33
|
-
Copy:
|
|
34
|
-
|
|
35
|
-
cp config/database.yml.sample config/database.yml
|
|
36
|
-
cp config/application.yml.sample config/application.yml
|
|
37
|
-
|
|
38
|
-
DB:
|
|
39
|
-
|
|
40
|
-
rake db:create
|
|
41
|
-
rake db:migrate
|
|
42
|
-
|
|
43
|
-
== Dependency
|
|
44
|
-
|
|
45
|
-
gem 'sunrise-core'
|
|
46
|
-
gem 'sunrise-scaffold'
|
|
10
|
+
Copyright (c) 2011 Aimbulance, released under the MIT license
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sunrise-cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.1.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Igor Galeta
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-
|
|
19
|
+
date: 2011-07-22 00:00:00 +03:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -27,12 +27,12 @@ dependencies:
|
|
|
27
27
|
requirements:
|
|
28
28
|
- - "="
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
hash:
|
|
30
|
+
hash: 19
|
|
31
31
|
segments:
|
|
32
32
|
- 0
|
|
33
33
|
- 1
|
|
34
|
-
-
|
|
35
|
-
version: 0.1.
|
|
34
|
+
- 4
|
|
35
|
+
version: 0.1.4
|
|
36
36
|
type: :runtime
|
|
37
37
|
version_requirements: *id001
|
|
38
38
|
- !ruby/object:Gem::Dependency
|
|
@@ -43,12 +43,12 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - "="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
hash:
|
|
46
|
+
hash: 19
|
|
47
47
|
segments:
|
|
48
48
|
- 0
|
|
49
49
|
- 1
|
|
50
|
-
-
|
|
51
|
-
version: 0.1.
|
|
50
|
+
- 4
|
|
51
|
+
version: 0.1.4
|
|
52
52
|
type: :runtime
|
|
53
53
|
version_requirements: *id002
|
|
54
54
|
description: Sunrise is a Aimbulance CMS
|