I''m new to RoR and working on a migration of project developed by another team. I''m using Rails version (3.2.13) and my bundle install works successfully. However while running "rails server", I get the error below. Any suggestions are most appreciated. Thanks! -------------- rails server output -------------- C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activesupport-3.2. 13/lib/active_support/dependencies.rb:251:in `require'': cannot load such file -- unicode (LoadError) from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/fog-1 .16.0/lib/fog/aws.rb:4:in `<top (required)>'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/fog-1 .16.0/lib/fog.rb:9:in `<top (required)>'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:72:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:72:in `block (2 levels) in require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:70:in `each'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:70:in `block in require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:59:in `each'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:59:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler.rb:132:in `require'' from C:/Projects/zengine1/ninja/config/application.rb:13:in `<top (requi red)>'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.13/lib/rails/commands.rb:53:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.13/lib/rails/commands.rb:53:in `block in <top (required)>'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.13/lib/rails/commands.rb:50:in `tap'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.13/lib/rails/commands.rb:50:in `<top (required)>'' from script/rails:6:in `require'' from script/rails:6:in `<main>'' -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b690044a-db53-4208-98b5-be70cb21af17%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
I''m new to RoR and working on a migration of project developed by another team. I''m using Rails version (3.2.13) and my bundle install works successfully. However while running "rails server", I get the error below. btw, I''m using Windows 7 and unicode (0.4.4). Is that the correct version for Windows 7 ? Any suggestions are most appreciated. Thanks! -------------- rails server output -------------- C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activesupport-3.2. 13/lib/active_support/dependencies.rb:251:in `require'': cannot load such file -- unicode (LoadError) from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/fog-1 .16.0/lib/fog/aws.rb:4:in `<top (required)>'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/fog-1 .16.0/lib/fog.rb:9:in `<top (required)>'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:72:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:72:in `block (2 levels) in require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:70:in `each'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:70:in `block in require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:59:in `each'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler/runtime.rb:59:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundl er-1.3.5/lib/bundler.rb:132:in `require'' from C:/Projects/zengine1/ninja/config/application.rb:13:in `<top (requi red)>'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.13/lib/rails/commands.rb:53:in `require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.13/lib/rails/commands.rb:53:in `block in <top (required)>'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.13/lib/rails/commands.rb:50:in `tap'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.13/lib/rails/commands.rb:50:in `<top (required)>'' from script/rails:6:in `require'' from script/rails:6:in `<main>'' -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/621cdf3a-eda2-4d5d-9211-a28f5146f87a%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Seemingly Similar Threads
- Rails and MySQL
- custom_require.rb:36:in `require': 193: %1 is not a valid Win32 application
- installing ruby on rails 1.9.3 on windows 7
- An error occurred while installing jk-ferret (0.11.8.3), and Bundler cannot continue.
- aws-s3 gem install error- bittorrent.rb