fullstack-admin 0.1.43 → 0.1.44

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.43
1
+ 0.1.44
@@ -6,7 +6,7 @@ $(document).ready ->
6
6
  return 0
7
7
 
8
8
  file_input = self.find("~ input[type='file']")
9
- file_name_span = self.closest(".input").find(".file-input-attachment-filename")
9
+ file_name_span = self.closest(".controls").find(".file-input-attachment-filename")
10
10
 
11
11
  file_input.change ->
12
12
  file_input_val = file_input.val()
@@ -18,7 +18,7 @@ $(document).ready ->
18
18
  $(".file-input-delete-attachment-button").live "click", ->
19
19
 
20
20
  btn = $(@)
21
- input_container = btn.closest(".input")
21
+ input_container = btn.closest(".controls")
22
22
 
23
23
  if btn.hasClass("active")
24
24
  input_container.find(".btn:not(.file-input-delete-attachment-button)").addClass("disabled")
data/config/routes.rb CHANGED
@@ -1,7 +1,8 @@
1
1
  Rails.application.routes.draw do
2
2
 
3
+ mount Ckeditor::Engine => '/ckeditor'
4
+
3
5
  namespace :admin do
4
- mount Ckeditor::Engine => '/ckeditor'
5
6
  resources :positionables, :only => [:index] do
6
7
  post :sort, :on => :collection
7
8
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fullstack-admin"
8
- s.version = "0.1.43"
8
+ s.version = "0.1.44"
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-09-09"
12
+ s.date = "2012-09-12"
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.43
4
+ version: 0.1.44
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-09-09 00:00:00.000000000 Z
12
+ date: 2012-09-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -1318,7 +1318,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1318
1318
  version: '0'
1319
1319
  segments:
1320
1320
  - 0
1321
- hash: 1840774875680029255
1321
+ hash: -2450244700407205949
1322
1322
  required_rubygems_version: !ruby/object:Gem::Requirement
1323
1323
  none: false
1324
1324
  requirements: