File tree Expand file tree Collapse file tree 6 files changed +15
-24
lines changed Expand file tree Collapse file tree 6 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 11source 'http://rubygems.org'
22
3- ruby '2.0 .0'
3+ ruby '2.1 .0'
44
55# Load this project as a gem.
66gemspec
1919
2020group :development do
2121 gem 'rake'
22- gem 'debugger'
22+ # gem 'debugger'
2323 gem 'quiet_assets'
2424end
2525group :test , :development do
Original file line number Diff line number Diff line change 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 )
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 )
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 )
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 )
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 )
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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11<%= f.input :name %>
2- <%= f.input :content, as: :text_editor %>
2+ <%= f.input :content, as: :rich %>
33<%= f.cms_tag_list %>
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments