fullstack-admin 0.1.27 → 0.1.28
Sign up to get free protection for your applications and to get access to all the features.
- data/TODO.md +2 -6
- data/VERSION +1 -1
- data/app/views/admin/_nav.html.erb +3 -3
- data/config/locales/labels.it.yml +2 -1
- data/fullstack-admin.gemspec +2 -2
- metadata +3 -3
data/TODO.md
CHANGED
@@ -1,16 +1,12 @@
|
|
1
1
|
# Fullstack Admin Roadmap
|
2
2
|
|
3
|
+
* Fix production issues
|
4
|
+
|
3
5
|
* Multiple choice input with chosen
|
4
6
|
|
5
7
|
* Image inputs + detect smaller image size for thumbnails
|
6
8
|
|
7
9
|
* Inference of input type from model
|
8
|
-
eg.
|
9
|
-
field :text, :text, :markup => true
|
10
|
-
->
|
11
|
-
input :text, :as => :markup
|
12
|
-
|
13
|
-
or
|
14
10
|
has_attached :photo, :image => true
|
15
11
|
->
|
16
12
|
input :photo, :as => :image
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.28
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<% content_for :menu do -%>
|
2
2
|
|
3
3
|
<%= nav do %>
|
4
|
-
<%= nav_item t('fullstack.admin.dashboard', :default => "Dashboard"), admin_root_path, :icon => "cog"
|
4
|
+
<%= nav_item t('fullstack.admin.dashboard', :default => "Dashboard"), admin_root_path, :icon => "cog" %>
|
5
5
|
<% end %>
|
6
6
|
|
7
7
|
<%= nav(:class => 'float right') do %>
|
8
|
-
<%= nav_item t('fullstack.admin.homepage', :default => "Homepage"), "/", :icon => "home"
|
9
|
-
<%= dropdown_nav_item t('fullstack.admin.account', :default => "Account"), :icon => "user"
|
8
|
+
<%= nav_item t('fullstack.admin.homepage', :default => "Homepage"), "/", :icon => "home" %>
|
9
|
+
<%= dropdown_nav_item t('fullstack.admin.account', :default => "Account"), :icon => "user" do %>
|
10
10
|
<%= nav_item t('fullstack.admin.logout', :default => "Logout"), destroy_user_session_path, :method => :delete %>
|
11
11
|
<% end %>
|
12
12
|
<% end %>
|
data/fullstack-admin.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "fullstack-admin"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.28"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["mcasimir"]
|
12
|
-
s.date = "2012-08-
|
12
|
+
s.date = "2012-08-22"
|
13
13
|
s.description = "Administration interface framework for fullstack"
|
14
14
|
s.email = "maurizio.cas@gmail.com"
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fullstack-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.28
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -1328,7 +1328,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1328
1328
|
version: '0'
|
1329
1329
|
segments:
|
1330
1330
|
- 0
|
1331
|
-
hash:
|
1331
|
+
hash: 3776042886203980562
|
1332
1332
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1333
1333
|
none: false
|
1334
1334
|
requirements:
|