leonardo 1.7.0 → 1.7.1
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
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.1 (October 3th, 2011) Marco Mastrodonato
|
|
2
|
+
* Fixed a layout issue
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
1.7.0 (September 28th, 2011) Marco Mastrodonato
|
|
2
6
|
* New feature to add a resource management within a namescape. Unlike the original way (rails g leosca admin/resource ...which remains available), the resource is not under the namespace but only its management so you could create one for several kind of users. Try it adding the new option like this example: --leospace=admin
|
|
3
7
|
* Huge code improvements
|
|
4
8
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<div class="navigation primary">
|
|
10
10
|
<ul>
|
|
11
11
|
<li class="<%%= controller.controller_path == 'home' ? 'active' : '' %>"><a href="<%%= root_path %>"><%%= t('home') %></a></li>
|
|
12
|
-
<!-- Insert
|
|
12
|
+
<!-- Insert above other elements -->
|
|
13
13
|
</ul>
|
|
14
14
|
<div class="clear"></div>
|
|
15
15
|
</div>
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: leonardo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 1.7.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.7.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Marco Mastrodonato
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-10-03 00:00:00 Z
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
21
|
description: A generator for creating Rails 3.1 applications ready to go. It generates the layout, the style, the internationalization and manage external gems for authentication, authorization and other. It also provides a customized scaffold to generates cool sites ajax ready in few minutes. If you find a bug please report to m.mastrodonato@gmail.com
|