new carrierwave gem in replacement of locomotive-carrierwave (thanks @trevorturk)
This commit is contained in:
parent
dc9570dda0
commit
86259e94b7
2
Gemfile
2
Gemfile
@ -21,7 +21,7 @@ gem 'formtastic', '~> 1.2.3'
|
|||||||
gem 'inherited_resources', '~> 1.1.2'
|
gem 'inherited_resources', '~> 1.1.2'
|
||||||
|
|
||||||
gem 'rmagick', '2.12.2', :require => 'RMagick'
|
gem 'rmagick', '2.12.2', :require => 'RMagick'
|
||||||
gem 'locomotive_carrierwave', '0.5.4.beta3'
|
gem 'carrierwave', '~> 0.5.5'
|
||||||
gem 'dragonfly', '~> 0.9.1'
|
gem 'dragonfly', '~> 0.9.1'
|
||||||
gem 'rack-cache', :require => 'rack/cache'
|
gem 'rack-cache', :require => 'rack/cache'
|
||||||
|
|
||||||
|
@ -70,6 +70,8 @@ GEM
|
|||||||
rack-test (>= 0.5.4)
|
rack-test (>= 0.5.4)
|
||||||
selenium-webdriver (~> 0.2.0)
|
selenium-webdriver (~> 0.2.0)
|
||||||
xpath (~> 0.1.4)
|
xpath (~> 0.1.4)
|
||||||
|
carrierwave (0.5.5)
|
||||||
|
activesupport (~> 3.0)
|
||||||
childprocess (0.1.9)
|
childprocess (0.1.9)
|
||||||
ffi (~> 1.0.6)
|
ffi (~> 1.0.6)
|
||||||
columnize (0.3.3)
|
columnize (0.3.3)
|
||||||
@ -152,8 +154,6 @@ GEM
|
|||||||
linecache (0.43)
|
linecache (0.43)
|
||||||
linecache19 (0.5.12)
|
linecache19 (0.5.12)
|
||||||
ruby_core_source (>= 0.1.4)
|
ruby_core_source (>= 0.1.4)
|
||||||
locomotive_carrierwave (0.5.4.beta3)
|
|
||||||
activesupport (~> 3.0)
|
|
||||||
locomotive_jammit-s3 (0.5.4.4)
|
locomotive_jammit-s3 (0.5.4.4)
|
||||||
jammit (>= 0.5.4)
|
jammit (>= 0.5.4)
|
||||||
mimemagic (>= 0.1.7)
|
mimemagic (>= 0.1.7)
|
||||||
@ -282,6 +282,7 @@ DEPENDENCIES
|
|||||||
bushido_stub!
|
bushido_stub!
|
||||||
cancan
|
cancan
|
||||||
capybara
|
capybara
|
||||||
|
carrierwave (~> 0.5.5)
|
||||||
cucumber-rails (= 1.0.2)
|
cucumber-rails (= 1.0.2)
|
||||||
custom_fields (= 1.0.0.beta.21)
|
custom_fields (= 1.0.0.beta.21)
|
||||||
database_cleaner
|
database_cleaner
|
||||||
@ -299,7 +300,6 @@ DEPENDENCIES
|
|||||||
inherited_resources (~> 1.1.2)
|
inherited_resources (~> 1.1.2)
|
||||||
launchy
|
launchy
|
||||||
linecache (= 0.43)
|
linecache (= 0.43)
|
||||||
locomotive_carrierwave (= 0.5.4.beta3)
|
|
||||||
locomotive_jammit-s3
|
locomotive_jammit-s3
|
||||||
locomotive_liquid (= 2.2.2)
|
locomotive_liquid (= 2.2.2)
|
||||||
locomotive_mongoid_acts_as_tree (= 0.1.5.7)
|
locomotive_mongoid_acts_as_tree (= 0.1.5.7)
|
||||||
|
2
doc/TODO
2
doc/TODO
@ -71,7 +71,7 @@ x Rights to set roles (ticket #104)
|
|||||||
x export: problems with templatized pages (source => multi levels pages)
|
x export: problems with templatized pages (source => multi levels pages)
|
||||||
x do not rename files for fonts
|
x do not rename files for fonts
|
||||||
x icon for redirection page in the pages section (back-office)
|
x icon for redirection page in the pages section (back-office)
|
||||||
- installed on heroku with source
|
x installed on heroku with source
|
||||||
- test and/or convert existing templates (the 2 of the themes section)
|
- test and/or convert existing templates (the 2 of the themes section)
|
||||||
|
|
||||||
BACKLOG:
|
BACKLOG:
|
||||||
|
Loading…
Reference in New Issue
Block a user