Skip to content

Commit

Permalink
Merge branch 'master' into logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Woodall committed Mar 23, 2013
2 parents 5662703 + b108416 commit 53f3091
Show file tree
Hide file tree
Showing 12 changed files with 115 additions and 105 deletions.
9 changes: 4 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rails', '3.2.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'mongoid', '~> 3.0.0'
gem 'mongoid', '~> 3.1.0'
gem 'bson_ext'
gem 'mongoid-tree', :require => 'mongoid/tree'
gem 'mongoid_taggable', :git => 'git://github.com/game7/mongoid_taggable.git'
Expand All @@ -20,16 +20,15 @@ gem 'icalendar'
gem 'chronic'

#gem 'formtastic', '~> 1.2.3'
gem 'simple_form', :git => 'git://github.com/plataformatec/simple_form.git'
gem 'simple_form', '~> 2.0.4'
#gem 'delayed_job'


gem "carrierwave-mongoid", :git => "git://github.com/jnicklas/carrierwave-mongoid.git", :branch => "mongoid-3.0"
gem 'carrierwave-mongoid', :require => 'carrierwave/mongoid'
gem 'fog'
gem 'rmagick'
gem 'remotipart', '~> 0.4'
gem 'remotipart', '~> 1.0'

#gem "wymeditor-rails", :git => 'git://github.com/game7/wymeditor-rails.git'
gem "RedCloth"


Expand Down
170 changes: 79 additions & 91 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,11 @@ GIT
specs:
mongoid_taggable (0.1.7.1)

GIT
remote: git://github.com/jnicklas/carrierwave-mongoid.git
revision: fb61fb90a9512618ec21e13ad823485933e6293b
branch: mongoid-3.0
specs:
carrierwave-mongoid (0.3.0.alpha)
carrierwave (~> 0.6)
mongoid (~> 3.0.0)
mongoid-grid_fs (~> 1.3.1)

GIT
remote: git://github.com/plataformatec/simple_form.git
revision: b886877fc2320593180a55fb2880fcb07d4d3315
specs:
simple_form (2.1.0.dev)
actionpack (~> 3.0)
activemodel (~> 3.0)

GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.9)
ZenTest (4.8.3)
ZenTest (4.9.0)
actionmailer (3.2.1)
actionpack (= 3.2.1)
mail (~> 2.4.0)
Expand Down Expand Up @@ -54,7 +36,7 @@ GEM
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
addressable (2.3.3)
arel (3.0.2)
autotest (4.4.6)
ZenTest (>= 4.4.1)
Expand All @@ -64,9 +46,9 @@ GEM
ZenTest (~> 4.5)
autotest-standalone (4.5.11)
bcrypt-ruby (3.0.1)
bson (1.8.1)
bson_ext (1.8.1)
bson (~> 1.8.1)
bson (1.8.2)
bson_ext (1.8.2)
bson (~> 1.8.2)
builder (3.0.4)
capybara (2.0.2)
mime-types (>= 1.16)
Expand All @@ -78,8 +60,12 @@ GEM
carrierwave (0.8.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
carrierwave-mongoid (0.5.0)
carrierwave (~> 0.8.0)
mongoid (~> 3.0)
mongoid-grid_fs (~> 1.3)
childprocess (0.3.8)
ffi (~> 1.0, >= 1.0.11)
chronic (0.9.0)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
Expand All @@ -89,118 +75,117 @@ GEM
execjs
coffee-script-source (1.4.0)
commonjs (0.2.6)
devise (2.2.0)
devise (2.2.3)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (~> 3.1)
warden (~> 1.2.1)
diff-lcs (1.1.3)
erubis (2.7.0)
excon (0.6.6)
excon (0.18.5)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.1.0)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.1.0)
factory_girl (~> 4.1.0)
factory_girl_rails (4.2.1)
factory_girl (~> 4.2.0)
railties (>= 3.0.0)
faker (1.1.2)
i18n (~> 0.5)
faraday (0.6.1)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (>= 1.1.0, < 2)
ffi (1.3.0)
fog (0.9.0)
faraday (0.7.6)
addressable (~> 2.2)
multipart-post (~> 1.1)
rack (~> 1.1)
ffi (1.4.0)
fog (1.9.0)
builder
excon (~> 0.6.1)
formatador (>= 0.1.3)
json
excon (~> 0.14)
formatador (~> 0.2.0)
mime-types
net-scp (>= 1.0.4)
net-ssh (>= 2.1.4)
nokogiri (>= 1.4.4)
multi_json (~> 1.0)
net-scp (~> 1.0.4)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
formatador (0.2.4)
haml (3.1.7)
haml-rails (0.3.5)
haml (4.0.0)
tilt
haml-rails (0.4)
actionpack (>= 3.1, < 4.1)
activesupport (>= 3.1, < 4.1)
haml (~> 3.1)
haml (>= 3.1, < 4.1)
railties (>= 3.1, < 4.1)
hashie (1.2.0)
hike (1.2.1)
i18n (0.6.1)
icalendar (1.2.1)
icalendar (1.2.2)
journey (1.0.4)
jquery-rails (2.1.4)
jquery-rails (2.2.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.6)
json (1.7.7)
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
launchy (2.1.0)
addressable (~> 2.2.6)
launchy (2.2.0)
addressable (~> 2.3)
less (2.2.2)
commonjs (~> 0.2.6)
less-rails (2.2.6)
actionpack (>= 3.1)
less (~> 2.2.0)
less-rails-bootstrap (2.2.0)
less-rails-bootstrap (2.2.1)
less-rails (~> 2.2.0)
libv8 (3.11.8.13)
libwebsocket (0.1.7.1)
addressable
websocket
machinist (1.0.6)
machinist_mongo (1.2.0)
machinist (~> 1.0.6)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.19)
mongoid (3.0.16)
activemodel (~> 3.1)
moped (~> 1.1)
mime-types (1.21)
mongoid (3.1.1)
activemodel (~> 3.2)
moped (~> 1.4.2)
origin (~> 1.0)
tzinfo (~> 0.3.22)
mongoid-grid_fs (1.3.3)
mongoid-grid_fs (1.7.0)
mime-types (~> 1.19)
mongoid (~> 3.0)
mongoid-tree (1.0.1)
mongoid (>= 3.0, <= 4.0)
moped (1.3.2)
multi_json (1.5.0)
moped (1.4.2)
multi_json (1.0.4)
multi_xml (0.4.4)
multipart-post (1.1.5)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.6.2)
net-ssh (2.6.5)
nifty-generators (0.4.6)
nokogiri (1.4.7)
oa-core (0.2.4)
oa-oauth (0.2.4)
faraday (~> 0.6.1)
multi_json (>= 0.0.5)
nokogiri (~> 1.4.2)
oa-core (= 0.2.4)
nokogiri (1.5.6)
oa-core (0.3.2)
oa-oauth (0.3.2)
faraday (~> 0.7.3)
multi_json (~> 1.0.0)
multi_xml (~> 0.4.0)
oa-core (= 0.3.2)
oauth (~> 0.4.0)
oauth2 (~> 0.4.1)
oauth2 (~> 0.5.0)
oauth (0.4.7)
oauth2 (0.4.1)
faraday (~> 0.6.1)
multi_json (>= 0.0.5)
omniauth (1.1.1)
oauth2 (0.5.2)
faraday (~> 0.7)
multi_json (~> 1.0)
omniauth (1.1.3)
hashie (~> 1.2)
rack
origin (1.0.11)
orm_adapter (0.4.0)
polyglot (0.3.3)
rack (1.4.3)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
Expand All @@ -220,7 +205,7 @@ GEM
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (10.0.3)
rdoc (3.12)
rdoc (3.12.1)
json (~> 1.4)
ref (1.0.2)
remarkable (4.0.0.alpha4)
Expand All @@ -230,17 +215,17 @@ GEM
rspec (>= 2.0.0.alpha11)
remarkable_mongoid (0.6.0)
remarkable_activemodel (~> 4.0.0.alpha4)
remotipart (0.4.2)
rmagick (2.13.1)
remotipart (1.0.5)
rmagick (2.13.2)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
rspec-rails (2.12.1)
rspec-mocks (2.12.2)
rspec-rails (2.12.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
Expand All @@ -250,21 +235,24 @@ GEM
ruby-hmac (0.4.0)
rubyzip (0.9.9)
sass (3.2.5)
sass-rails (3.2.5)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.27.2)
selenium-webdriver (2.30.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
simple_form (2.0.4)
actionpack (~> 3.0)
activemodel (~> 3.0)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
therubyracer (0.11.1)
libv8 (~> 3.11.8.7)
therubyracer (0.11.3)
libv8 (~> 3.11.8.12)
ref
thor (0.14.6)
tilt (1.3.3)
Expand All @@ -281,7 +269,7 @@ GEM
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
websocket (1.0.6)
websocket (1.0.7)
xpath (1.0.0)
nokogiri (~> 1.3)

Expand All @@ -295,7 +283,7 @@ DEPENDENCIES
autotest-rails
bson_ext
capybara
carrierwave-mongoid!
carrierwave-mongoid
chronic
coffee-rails (~> 3.2.0)
devise
Expand All @@ -310,20 +298,20 @@ DEPENDENCIES
launchy
less-rails-bootstrap (>= 2.2.0)
machinist_mongo
mongoid (~> 3.0.0)
mongoid (~> 3.1.0)
mongoid-tree
mongoid_taggable!
nifty-generators
oa-oauth
omniauth
rails (= 3.2.1)
remarkable_mongoid (>= 0.5.0)
remotipart (~> 0.4)
remotipart (~> 1.0)
rmagick
rspec (>= 2.0.1)
rspec-rails (>= 2.0.1)
sass-rails (~> 3.2.0)
simple_form!
simple_form (~> 2.0.4)
therubyracer
uglifier
webrat
3 changes: 1 addition & 2 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//= require jquery
//= require jquery_ujs
//= require jquery-ui.min
//= require jquery.form
//= require jquery.remotipart
//= require twitter/bootstrap
//= require jcrop/jquery.Jcrop.min
Expand Down Expand Up @@ -40,7 +39,7 @@ $(document).ready(function() {
window.location = this.value;
});

$('.toggle').live("click", function() {
$('.toggle').on("click", function() {
$('#'+this.getAttribute('rel')).slideToggle(300);
return false;
});
Expand Down
4 changes: 2 additions & 2 deletions app/assets/javascripts/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ $(function() {
updateBlockPositions($origin);
updateBlockPositions($target);
return false;
});
});

$(document).on('click', '.section a.add_block', function(){
$('#column').val( $(this).attr('data-column') );
$('#section_id').val( $(this).attr('data-section_id') );
Expand Down
Loading

0 comments on commit 53f3091

Please sign in to comment.