cmsable 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjJlZDA4MmQ1NGMyNjgyYTRlMGFhZmM1ODg0ZTFkZDIwNGQ0YTU5Mw==
4
+ Nzc0ZDhiMTI0NjI3NzRmZDNhOTY1YWM3YzM4Yjc2OWYyYjM4NDVhNw==
5
5
  data.tar.gz: !binary |-
6
- ZDViNzBkZmQ4MzA5ZTJhYzc5MGFlMjI5MmIyYjgzM2I4NTc3OGI1MQ==
6
+ NTc4ZmM3ZDQ1NzY2Njc0MTYxOWNiOGVjYzRjMGQ4YjM4MDA2NjI4NQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDBiODgwY2ZhMGExYzdkYWM2MGM1NTVhYTAzMDRhMTMzN2Q3ZjM1N2M5OTcx
10
- ZWFmMTViOWY4NTY3NzgxOGVlYTFiMWU0YzBjMzU5M2MwZjFhMDUwYWVmZjAw
11
- MzI3ZDQxNjA2OTJkN2ZjNzIxMThkNjFlOTkzNzhkNzNmODczYmM=
9
+ YjhiYzQ0NWIyZGYzOWM4OWQzN2UyZTIxZjQ3MmYyMWM1MzMwYTA3NzBlMjI3
10
+ N2I3OTY2NDNiODlmNGVmM2Q5MjMwYWNmNDA2Mjk1NDY5YTk0MDFkOTY0NjBh
11
+ OTI2MjYxODhhMTY3MjU2MzI4NDNlY2Y5ODZlZGIyNzQxYWNmYjc=
12
12
  data.tar.gz: !binary |-
13
- NzgyZDg4MTk0Yzg0ZmZkNDhmNTFkMWVhMWIzOTc4YmExYmY4YjJiMDM3ZTgw
14
- ODIwNGE3NjdmNGE5MjQ3YjQyZDQzNDI2MTIzMDhlZjVkMzQ3MjQ4N2ZjYzk4
15
- MjQ3NGExZGFmNDAzNmI4ZDM2ZjE5NzExNmY0ZGI3M2Q1YmMyMWY=
13
+ YjkxZjFlNmViYjMzMTU2MzNjOGNlMTBjY2EyNDZkOTY5MWEzYTk5MjI3Yjhh
14
+ OTFhYjQ1YzlhODc4MTVkNzg4MGVhOTg4NTk5NzZkZDUwZTg5NDEwM2M4MWVk
15
+ YTA0ZjkzZmIyMWE4ZTNiYTJiMjI1OTcyNmU4M2I5YTMyZGNmZDY=
data/README.rdoc CHANGED
@@ -1,23 +1,21 @@
1
- = Cmsable
1
+ # Cmsable
2
2
 
3
- This project rocks and uses MIT-LICENSE.
3
+ Add inline editable content to pages.
4
4
 
5
5
  Installation:
6
6
 
7
7
  Add to your Gemfile
8
8
  gem 'cmsable'
9
9
 
10
- Make sure you're using ckeditor 4
10
+ Get Dependencies
11
11
  bundle install
12
- If that doesn't work
13
- bundle update ckeditor
14
12
 
15
13
  Add to your routes
16
14
  mount Cmsable::Engine => '/cmsable'
17
15
 
18
16
  Install and run the migrations if you want to use the built in model
19
17
  rake cmsable:install:migrations
20
- rake dm:migrate
18
+ rake db:migrate
21
19
 
22
20
  Cmsable uses CanCan so make sure this is setup in your necessary controller(s)
23
21
  If your users aren't called users then you'll get something like:
@@ -46,13 +44,14 @@ To use existing models
46
44
  Then in your views
47
45
  <%= cmsable @model_instance %>
48
46
 
49
- TODO
50
- Complete gemspec
51
- Handle save fails
52
- Rename to Messable
53
- Allow to fallback to built in auth if no CanCan
54
- Add other auth library support?
55
- Setup config initializer for added customizability
56
- Create some tests, I guess
57
- Add support for "image mode" content
58
- Change highlight so empty areas are still visible
47
+ ## TODO
48
+ - Handle saving errors
49
+ - Remove CanCan dependancy
50
+ - Decouple ckeditor
51
+ - Support different editors
52
+ - Setup config initializer for added customizability
53
+ - Add plain text mode
54
+ - Add file mode
55
+ - Add image mode
56
+ - Add video mode (youtube/vimeo/etc)
57
+ - Fix highlight so empty areas are still visible
@@ -23,7 +23,7 @@
23
23
  background:#454545;
24
24
  padding:20px 10px 10px;
25
25
  font-size:10px;
26
- font-family:sans;
26
+ font-family:Sans-Serif;
27
27
  color:white;
28
28
  cursor:pointer;
29
29
  box-shadow:inset 0 0 10px #999;
@@ -1,3 +1,3 @@
1
1
  module Cmsable
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmsable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Butler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-10 00:00:00.000000000 Z
11
+ date: 2014-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -127,7 +127,7 @@ files:
127
127
  - test/integration/navigation_test.rb
128
128
  - test/test_helper.rb
129
129
  - test/unit/helpers/cmsable/cmsable_helper_test.rb
130
- homepage: http://www.hardhatdigital.com.au/
130
+ homepage: https://github.com/codeindulgence/cmsable
131
131
  licenses:
132
132
  - MIT
133
133
  metadata: {}