This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shivanidaxini$ bundle exec rake db:create | |
/MYPROJECT/vendor/ruby/2.0.0/gems/therubyracer-0.12.0/lib/v8/init.bundle: [BUG] Segmentation fault | |
ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-darwin13.1.0] | |
-- Crash Report log information -------------------------------------------- | |
See Crash Report log file under the one of following: | |
* ~/Library/Logs/CrashReporter | |
* /Library/Logs/CrashReporter | |
* ~/Library/Logs/DiagnosticReports | |
* /Library/Logs/DiagnosticReports |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bin/rails:4:in `<main>' | |
bin/rails:4:in `require' | |
/MYPROJECT/vendor/ruby/2.0.0/gems/railties-4.0.0/lib/rails/commands.rb:73:in `<top (required)>' | |
/MYPROJECT/vendor/ruby/2.0.0/gems/railties-4.0.0/lib/rails/commands.rb:73:in `tap' | |
/MYPROJECT/vendor/ruby/2.0.0/gems/railties-4.0.0/lib/rails/commands.rb:76:in `block in <top (required)>' | |
/MYPROJECT/vendor/ruby/2.0.0/gems/railties-4.0.0/lib/rails/commands.rb:76:in `require' | |
/MYPROJECT/config/application.rb:7:in `<top (required)>' | |
/Users/shivanidaxini/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler.rb:132:in `require' | |
/Users/shivanidaxini/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler/runtime.rb:61:in `require' | |
/Users/shivanidaxini/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler/runtime.rb:61:in `each' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ActionController::RoutingError (No route matches {}): | |
actionpack (3.2.15) lib/action_dispatch/routing/route_set.rb:540:in `raise_routing_error' | |
actionpack (3.2.15) lib/action_dispatch/routing/route_set.rb:536:in `rescue in generate' | |
actionpack (3.2.15) lib/action_dispatch/routing/route_set.rb:528:in `generate' | |
actionpack (3.2.15) lib/action_dispatch/routing/route_set.rb:569:in `generate' | |
actionpack (3.2.15) lib/action_dispatch/routing/route_set.rb:594:in `url_for' | |
actionpack (3.2.15) lib/action_dispatch/routing/route_set.rb:342:in `url_for' | |
actionpack (3.2.15) lib/action_dispatch/routing/route_set.rb:216:in `forem_path' | |
actionpack (3.2.15) lib/action_dispatch/routing/mapper.rb:446:in `block (2 levels) in define_generate_prefix' | |
actionpack (3.2.15) lib/action_dispatch/routing/route_set.rb:589:in `url_for' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: utf-8 | |
class CkeditorPictureUploader < CarrierWave::Uploader::Base | |
include Ckeditor::Backend::CarrierWave | |
include Cloudinary::CarrierWave | |
include CarrierWave::MiniMagick | |
# Include RMagick or ImageScience support: | |
# include CarrierWave::RMagick | |
# include CarrierWave::ImageScience |
NewerOlder