Skip to content

Commit fe81df5

Browse files
author
Richard Young
committed
rich
1 parent 15be199 commit fe81df5

File tree

6 files changed

+15
-24
lines changed

6 files changed

+15
-24
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'http://rubygems.org'
22

3-
ruby '2.0.0'
3+
ruby '2.1.0'
44

55
# Load this project as a gem.
66
gemspec
@@ -19,7 +19,7 @@ end
1919

2020
group :development do
2121
gem 'rake'
22-
gem 'debugger'
22+
#gem 'debugger'
2323
gem 'quiet_assets'
2424
end
2525
group :test, :development do

Gemfile.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PATH
1111
jquery-rails (~> 3.1)
1212
jquery-ui-rails (~> 4.1)
1313
panoramic
14-
paperclip (~> 3.5.1)
14+
paperclip (~> 4.1.0)
1515
rails (~> 4.0.0)
1616
sass-rails
1717
simple_form (>= 3.0.0.rc, < 3.1)
@@ -58,9 +58,11 @@ GEM
5858
cucumber (>= 1.1.1)
5959
rspec-expectations (>= 2.7.0)
6060
atomic (1.1.14)
61-
bcrypt-ruby (3.1.2)
61+
bcrypt (3.1.7)
62+
bcrypt-ruby (3.1.5)
63+
bcrypt (>= 3.1.3)
6264
bluecloth (2.2.0)
63-
bootstrap-sass (3.1.0.2)
65+
bootstrap-sass (3.1.1.0)
6466
sass (~> 3.2)
6567
builder (3.1.4)
6668
capybara (2.1.0)
@@ -78,7 +80,6 @@ GEM
7880
activesupport (>= 3.0)
7981
cocaine (0.5.3)
8082
climate_control (>= 0.0.3, < 1.0)
81-
columnize (0.3.6)
8283
compass (0.12.2)
8384
chunky_png (~> 1.2)
8485
fssm (>= 0.2.7)
@@ -97,13 +98,7 @@ GEM
9798
nokogiri (>= 1.5.0)
9899
daemons (1.1.9)
99100
database_cleaner (1.2.0)
100-
debugger (1.6.2)
101-
columnize (>= 0.3.1)
102-
debugger-linecache (~> 1.2.0)
103-
debugger-ruby_core_source (~> 1.2.3)
104-
debugger-linecache (1.2.0)
105-
debugger-ruby_core_source (1.2.3)
106-
devise (3.2.2)
101+
devise (3.2.3)
107102
bcrypt-ruby (~> 3.0)
108103
orm_adapter (~> 0.1)
109104
railties (>= 3.2.6, < 5)
@@ -132,8 +127,8 @@ GEM
132127
jquery-rails (3.1.0)
133128
railties (>= 3.0, < 5.0)
134129
thor (>= 0.14, < 2.0)
135-
jquery-ui-rails (4.1.1)
136-
railties (>= 3.1.0)
130+
jquery-ui-rails (4.2.0)
131+
railties (>= 3.2.16)
137132
launchy (2.3.0)
138133
addressable (~> 2.3)
139134
m (1.3.2)
@@ -165,7 +160,7 @@ GEM
165160
orm_adapter (0.5.0)
166161
panoramic (0.0.4)
167162
rails (>= 3.0.7)
168-
paperclip (3.5.4)
163+
paperclip (4.1.1)
169164
activemodel (>= 3.0.0)
170165
activesupport (>= 3.0.0)
171166
cocaine (~> 0.5.3)
@@ -257,7 +252,6 @@ DEPENDENCIES
257252
cucumber
258253
cucumber-rails
259254
database_cleaner
260-
debugger
261255
factory_girl_rails (= 3.3.0)
262256
launchy
263257
m (~> 1.2)

app/assets/javascripts/bcms/ckeditor.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
// Manifest file for loading the CKeditor JS. Loads it from ckeditor-rails gem.
33
// See /assets/ckeditor/config.js for default configuration.
44
//
5-
//= require ckeditor-jquery
6-
//= require bcms/ckeditor_load
7-
//= require bcms/ckeditor_standard_config
5+
//= require rich
86

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<%= f.input :name %>
2-
<%= f.input :content, as: :text_editor %>
2+
<%= f.input :content, as: :rich %>
33
<%= f.cms_tag_list %>

browsercms.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ Gem::Specification.new do |s|
3636
s.add_dependency("bootstrap-sass")
3737
s.add_dependency("compass-rails", "~> 1.1.3")
3838
s.add_dependency("ancestry", "~> 2.0.0")
39-
s.add_dependency("ckeditor_rails", "~> 4.3.0")
4039
s.add_dependency("underscore-rails", "~> 1.4")
4140
s.add_dependency("jquery-rails", "~> 3.1")
4241
s.add_dependency("jquery-ui-rails", "~> 4.1")
43-
s.add_dependency("paperclip", "~> 3.5.1")
42+
s.add_dependency("paperclip", "~> 4.1.0")
4443
s.add_dependency("panoramic")
4544
s.add_dependency("will_paginate", "~>3.0.0")
4645
s.add_dependency("actionpack-page_caching", "~>1.0")

lib/browsercms.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Gem name is different than file name
1111
# Must be required FIRST, so that our assets paths appear before its do.
1212
# This allows app/assets/ckeditor/config.js to set CMS specific defaults.
13-
require 'ckeditor-rails'
13+
#require 'ckeditor-rails'
1414

1515
# Explicitly require this, so that CMS projects do not need to add it to their Gemfile
1616
# especially while upgrading

0 commit comments

Comments
 (0)