RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
445 stars 144 forks source link

dont work in windows #17

Closed cristiano-acosta closed 12 years ago

cristiano-acosta commented 12 years ago

In Windows 7 whit Ruby 1.9.2 + Rails 3.1.1 instaled in xampp folder, I see a erro in OpenSSL Conection:

   apply  https://raw.github.com/RailsApps/rails3-application-templates/master/rails3-

devise-rspec-cucumber-template.rb C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:346:in open_http': 400 Bad Request (OpenURI:: HTTPError) from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:769:inbuffer_open' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:203:in block in open_loop' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:201:incatch' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:201:in open_loop' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:146:inopen_uri' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:671:in open' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:33:inopen' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/actions.rb:212 :in apply' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/generators /app_base.rb:109:inapply_rails_template' from (eval):1:in apply_rails_template' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/task.rb:22:in run' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 118:in invoke_task' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 124:inblock in invoke_all' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 124:in each' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 124:inmap' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 124:in invoke_all' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/group.rb:226:i ndispatch' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/base.rb:389:in start' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/commands/a pplication.rb:31:in<top (required)>' from C:/xampp/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in r equire' from C:/xampp/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:inr equire' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/cli.rb:15: in <top (required)>' from C:/xampp/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:inr equire' from C:/xampp/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in r equire' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/rails-3.1.3/bin/rails:7:in<top (r equired)>' from C:/xampp/Ruby192/bin/rails:19:in load' from C:/xampp/Ruby192/bin/rails:19:in

'

::::UPDATE:::

Sorry for the delay in responding, but managed to solve the problem through the tips in this site:

http://blog.dominicsayers.com/2011/08/16/howto-use-a-rails-template-from-github-on-windows/

But still I have an error in the making of an application based on this template because of the use of gem Event Machine:

Installing eventmachine (0.12.10) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension C:/RailsInstaller/Ruby1.9.2/bin/ruby.exe extconf.rb checking for rb_trap_immediate in ruby.h,rubysig.h... no checking for rb_thread_blocking_region()... yes checking for inotify_init() in sys/inotify.h... no checking for __NR_inotify_init in sys/syscall.h... no checking for writev() in sys/uio.h... no checking for rb_thread_check_ints()... yes checking for rb_time_new()... yes checking for windows.h... yes checking for winsock.h... yes checking for main() in -lkernel32... yes checking for main() in -lrpcrt4... yes checking for main() in -lgdi32... yes checking for main() in -lssl... no creating Makefile make C:/RailsInstaller/Ruby1.9.2/bin/ruby -e "puts 'EXPORTS', 'Init_rubyeventmachine'" > rubyeventmachine-i386-mingw32.def g++ -I. -IC:/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/i386-mingw32 -I/C/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/ruby/backward -I/C/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1 -I. -DBUILD_FOR_RUBY-DHAVE_RB_THREAD_BLOCKING_REGION -DHAVE_TBR -DHAVE_RB_THREAD_CHECK_INTS -DHAVE_RB_TIME_NEW -DOS_WIN32 -DHAVE_WINDOWS_H -DHAVE_WINSOCK_H -DWITHOUT_SSL -DHAVE_MAKE_PAIR -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-in itializers -Wno-long-long -o binder.o -c binder.cpp In file included from project.h:137:0, from binder.cpp:20: binder.h:35:34: warning: type qualifiers ignored on function return type In file included from project.h:138:0, from binder.cpp:20: em.h:91:47: warning: type qualifiers ignored on function return type em.h:92:76: warning: type qualifiers ignored on function return type em.h:93:56: warning: type qualifiers ignored on function return type em.h:95:57: warning: type qualifiers ignored on function return type em.h:96:60: warning: type qualifiers ignored on function return type em.h:97:58: warning: type qualifiers ignored on function return type em.h:98:55: warning: type qualifiers ignored on function return type em.h:99:36: warning: type qualifiers ignored on function return type em.h:101:47: warning: type qualifiers ignored on function return type em.h:106:42: warning: type qualifiers ignored on function return type em.h:123:45: warning: type qualifiers ignored on function return type em.h:132:36: warning: type qualifiers ignored on function return type In file included from project.h:145:0, from binder.cpp:20: eventmachine.h:45:61: warning: type qualifiers ignored on function return type eventmachine.h:46:112: warning: type qualifiers ignored on function return type eventmachine.h:47:69: warning: type qualifiers ignored on function return type eventmachine.h:49:73: warning: type qualifiers ignored on function return type eventmachine.h:62:75: warning: type qualifiers ignored on function return type eventmachine.h:63:74: warning: type qualifiers ignored on function return type eventmachine.h:64:77: warning: type qualifiers ignored on function return type eventmachine.h:65:41: warning: type qualifiers ignored on function return type In file included from project.h:145:0, from binder.cpp:20: eventmachine.h:99:60: warning: type qualifiers ignored on function return type eventmachine.h:100:58: warning: type qualifiers ignored on function return type eventmachine.h:102:60: warning: type qualifiers ignored on function return type eventmachine.h:105:41: warning: type qualifiers ignored on function return type g++ -I. -IC:/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/i386-mingw32 -I/C/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/ruby/backward -I/C/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1 -I. -DBUILD_FOR_RUBY -DHAVE_RB_THREAD_BLOCKING_REGION -DHAVE_TBR -DHAVE_RB_THREAD_CHECK_INTS -DHAVE_RB_TIME_NEW -DOS_WIN32 -DHAVE_WINDOWS_H -DHAVE_WINSOCK_H -DWITHOUT_SSL -DHAVE_MAKE_PAIR -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -o cmain.o -c cmain.cpp In file included from project.h:137:0, from cmain.cpp:20: binder.h:35:34: warning: type qualifiers ignored on function return type In file included from project.h:138:0, from cmain.cpp:20: em.h:91:47: warning: type qualifiers ignored on function return type em.h:92:76: warning: type qualifiers ignored on function return type em.h:93:56: warning: type qualifiers ignored on function return type em.h:95:57: warning: type qualifiers ignored on function return type em.h:96:60: warning: type qualifiers ignored on function return type em.h:97:58: warning: type qualifiers ignored on function return type em.h:98:55: warning: type qualifiers ignored on function return type em.h:99:36: warning: type qualifiers ignored on function return type em.h:101:47: warning: type qualifiers ignored on function return type em.h:106:42: warning: type qualifiers ignored on function return type em.h:123:45: warning: type qualifiers ignored on function return type em.h:132:36: warning: type qualifiers ignored on function return type In file included from project.h:145:0, from cmain.cpp:20: eventmachine.h:45:61: warning: type qualifiers ignored on function return type eventmachine.h:46:112: warning: type qualifiers ignored on function return type eventmachine.h:47:69: warning: type qualifiers ignored on function return type eventmachine.h:49:73: warning: type qualifiers ignored on function return type eventmachine.h:62:75: warning: type qualifiers ignored on function return type eventmachine.h:63:74: warning: type qualifiers ignored on function return type eventmachine.h:64:77: warning: type qualifiers ignored on function return type eventmachine.h:65:41: warning: type qualifiers ignored on function return type In file included from project.h:145:0, from cmain.cpp:20: eventmachine.h:99:60: warning: type qualifiers ignored on function return type eventmachine.h:100:58: warning: type qualifiers ignored on function return type eventmachine.h:102:60: warning: type qualifiers ignored on function return type eventmachine.h:105:41: warning: type qualifiers ignored on function return type cmain.cpp:98:71: warning: type qualifiers ignored on function return type cmain.cpp:109:122: warning: type qualifiers ignored on function return type cmain.cpp:119:79: warning: type qualifiers ignored on function return type cmain.cpp:129:83: warning: type qualifiers ignored on function return type cmain.cpp:260:85: warning: type qualifiers ignored on function return type cmain.cpp:270:84: warning: type qualifiers ignored on function return type cmain.cpp:280:88: warning: type qualifiers ignored on function return type cmain.cpp:290:51: warning: type qualifiers ignored on function return type cmain.cpp:300:70: warning: type qualifiers ignored on function return type cmain.cpp:320:55: warning: type qualifiers ignored on function return type cmain.cpp:546:70: warning: type qualifiers ignored on function return type cmain.cpp:669:68: warning: type qualifiers ignored on function return type cmain.cpp: In function 'int evma_send_file_data_toconnection(long unsigned int, const char)': cmain.cpp:752:6: error: cannot convert 'stat_' to 'stati64' for argument '2' t o 'int _fstati64(int, stati64)'make: *\ [cmain.o] Error 1

Gem files will remain installed in C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10 for inspection. Results logged to C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/ext/gem_make.out An error occured while installing eventmachine (0.12.10), and Bundler cannot continue. Make sure that gem install eventmachine -v '0.12.10' succeeds before bundling. ←[1m←[36m wizard←[0m Running 'after bundler' callbacks. ←[31mCould not find gem 'rspec-rails (>= 2.8.0.rc1) x86-mingw32' in any of the gem sources listed in your Gemfile.←[0m ←[33mRun bundle install to install missing gems.←[0m

schadenfred commented 12 years ago

Christiano, sorry you're experiencing a bug. I wish I could help but I'm using Ubuntu. Very few people use Windows for rails development, sadly. May I suggest you post your bug on one of the windows/rails forums? If anyone on this thread could help, they probably would, but it's really more focused on the application itself, and this seems like a problem with windows.

On Mon, Dec 5, 2011 at 6:16 AM, Cristiano Acosta < reply@reply.github.com

wrote:

In Windows 7 whit Ruby 1.9.2 + Rails 3.1.1 instaled in xampp folder, I see a erro in OpenSSL Conection:

  apply

https://raw.github.com/RailsApps/rails3-application-templates/master/rails3- devise-rspec-cucumber-template.rb C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:346:in open_http': 400 Bad Request (OpenURI:: HTTPError) from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:769:in buffer_open' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:203:in block in open_loop' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:201:incatch' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:201:in open_loop' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:146:inopen_uri' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:671:in open' from C:/xampp/Ruby192/lib/ruby/1.9.1/open-uri.rb:33:inopen' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/actions.rb:212 :in apply' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/generators /app_base.rb:109:inapply_rails_template' from (eval):1:in apply_rails_template' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/task.rb:22:in run' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 118:in invoke_task' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 124:inblock in invoke_all' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 124:in each' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 124:inmap' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb: 124:in invoke_all' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/group.rb:226:i ndispatch' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/base.rb:389:in start' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/commands/a pplication.rb:31:in<top (required)>' from C:/xampp/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in r equire' from C:/xampp/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in r equire' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/cli.rb:15: in <top (required)>' from C:/xampp/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in r equire' from C:/xampp/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in r equire' from C:/xampp/Ruby192/lib/ruby/gems/1.9.1/gems/rails-3.1.3/bin/rails:7:in<top (r equired)>' from C:/xampp/Ruby192/bin/rails:19:in load' from C:/xampp/Ruby192/bin/rails:19:in

'


Reply to this email directly or view it on GitHub: https://github.com/RailsApps/rails3-devise-rspec-cucumber/issues/17

cristiano-acosta commented 12 years ago

Sorry for the delay in responding, but managed to solve the problem through the tips in this site:

http://blog.dominicsayers.com/2011/08/16/howto-use-a-rails-template-from-github-on-windows/

But still I have an error in the making of an application based on this template because of the use of gem Event Machine:

Installing eventmachine (0.12.10) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension . C:/RailsInstaller/Ruby1.9.2/bin/ruby.exe extconf.rb checking for rb_trap_immediate in ruby.h,rubysig.h... no checking for rb_thread_blocking_region()... yes checking for inotify_init() in sys/inotify.h... no checking for __NR_inotify_init in sys/syscall.h... no checking for writev() in sys/uio.h... no checking for rb_thread_check_ints()... yes checking for rb_time_new()... yes checking for windows.h... yes checking for winsock.h... yes checking for main() in -lkernel32... yes checking for main() in -lrpcrt4... yes checking for main() in -lgdi32... yes checking for main() in -lssl... no creating Makefile make C:/RailsInstaller/Ruby1.9.2/bin/ruby -e "puts 'EXPORTS', 'Init_rubyeventmachine'" > rubyeventmachine-i386-mingw32.def g++ -I. -IC:/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/i386-mingw32 -I/C/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/ruby/backward -I/C/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1 -I. -DBUILD_FOR_RUBY -DHAVE_RB_THREAD_BLOCKING_REGION -DHAVE_TBR -DHAVE_RB_THREAD_CHECK_INTS -DHAVE_RB_TIME_NEW -DOS_WIN32 -DHAVE_WINDOWS_H -DHAVE_WINSOCK_H -DWITHOUT_SSL -DHAVE_MAKE_PAIR -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -o binder.o -c binder.cpp In file included from project.h:137:0, from binder.cpp:20: binder.h:35:34: warning: type qualifiers ignored on function return type In file included from project.h:138:0, from binder.cpp:20: em.h:91:47: warning: type qualifiers ignored on function return type em.h:92:76: warning: type qualifiers ignored on function return type em.h:93:56: warning: type qualifiers ignored on function return type em.h:95:57: warning: type qualifiers ignored on function return type em.h:96:60: warning: type qualifiers ignored on function return type em.h:97:58: warning: type qualifiers ignored on function return type em.h:98:55: warning: type qualifiers ignored on function return type em.h:99:36: warning: type qualifiers ignored on function return type em.h:101:47: warning: type qualifiers ignored on function return type em.h:106:42: warning: type qualifiers ignored on function return type em.h:123:45: warning: type qualifiers ignored on function return type em.h:132:36: warning: type qualifiers ignored on function return type In file included from project.h:145:0, from binder.cpp:20: eventmachine.h:45:61: warning: type qualifiers ignored on function return type eventmachine.h:46:112: warning: type qualifiers ignored on function return type eventmachine.h:47:69: warning: type qualifiers ignored on function return type eventmachine.h:49:73: warning: type qualifiers ignored on function return type eventmachine.h:62:75: warning: type qualifiers ignored on function return type eventmachine.h:63:74: warning: type qualifiers ignored on function return type eventmachine.h:64:77: warning: type qualifiers ignored on function return type eventmachine.h:65:41: warning: type qualifiers ignored on function return type In file included from project.h:145:0, from binder.cpp:20: eventmachine.h:99:60: warning: type qualifiers ignored on function return type eventmachine.h:100:58: warning: type qualifiers ignored on function return type eventmachine.h:102:60: warning: type qualifiers ignored on function return type eventmachine.h:105:41: warning: type qualifiers ignored on function return type g++ -I. -IC:/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/i386-mingw32 -I/C/Rails Installer/Ruby1.9.2/include/ruby-1.9.1/ruby/backward -I/C/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1 -I. -DBUILD_FOR_RUBY -DHAVE_RB_THREAD_BLOCKING_REGION -DHAVE_TBR -DHAVE_RB_THREAD_CHECK_INTS -DHAVE_RB_TIME_NEW -DOS_WIN32 -DHAVE_WINDOWS_H -DHAVE_WINSOCK_H -DWITHOUT_SSL -DHAVE_MAKE_PAIR -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -o cmain.o -c cmain.cpp In file included from project.h:137:0, from cmain.cpp:20: binder.h:35:34: warning: type qualifiers ignored on function return type In file included from project.h:138:0, from cmain.cpp:20: em.h:91:47: warning: type qualifiers ignored on function return type em.h:92:76: warning: type qualifiers ignored on function return type em.h:93:56: warning: type qualifiers ignored on function return type em.h:95:57: warning: type qualifiers ignored on function return type em.h:96:60: warning: type qualifiers ignored on function return type em.h:97:58: warning: type qualifiers ignored on function return type em.h:98:55: warning: type qualifiers ignored on function return type em.h:99:36: warning: type qualifiers ignored on function return type em.h:101:47: warning: type qualifiers ignored on function return type em.h:106:42: warning: type qualifiers ignored on function return type em.h:123:45: warning: type qualifiers ignored on function return type em.h:132:36: warning: type qualifiers ignored on function return type In file included from project.h:145:0, from cmain.cpp:20: eventmachine.h:45:61: warning: type qualifiers ignored on function return type eventmachine.h:46:112: warning: type qualifiers ignored on function return type eventmachine.h:47:69: warning: type qualifiers ignored on function return type eventmachine.h:49:73: warning: type qualifiers ignored on function return type eventmachine.h:62:75: warning: type qualifiers ignored on function return type eventmachine.h:63:74: warning: type qualifiers ignored on function return type eventmachine.h:64:77: warning: type qualifiers ignored on function return type eventmachine.h:65:41: warning: type qualifiers ignored on function return type In file included from project.h:145:0, from cmain.cpp:20: eventmachine.h:99:60: warning: type qualifiers ignored on function return type eventmachine.h:100:58: warning: type qualifiers ignored on function return type eventmachine.h:102:60: warning: type qualifiers ignored on function return type eventmachine.h:105:41: warning: type qualifiers ignored on function return type cmain.cpp:98:71: warning: type qualifiers ignored on function return type cmain.cpp:109:122: warning: type qualifiers ignored on function return type cmain.cpp:119:79: warning: type qualifiers ignored on function return type cmain.cpp:129:83: warning: type qualifiers ignored on function return type cmain.cpp:260:85: warning: type qualifiers ignored on function return type cmain.cpp:270:84: warning: type qualifiers ignored on function return type cmain.cpp:280:88: warning: type qualifiers ignored on function return type cmain.cpp:290:51: warning: type qualifiers ignored on function return type cmain.cpp:300:70: warning: type qualifiers ignored on function return type cmain.cpp:320:55: warning: type qualifiers ignored on function return type cmain.cpp:546:70: warning: type qualifiers ignored on function return type cmain.cpp:669:68: warning: type qualifiers ignored on function return type cmain.cpp: In function 'int evma_send_file_data_toconnection(long unsigned int, const char)': cmain.cpp:752:6: error: cannot convert 'stat_' to 'stati64' for argument '2' to 'int _fstati64(int, stati64)'make: *\ [cmain.o] Error 1

Gem files will remain installed in C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10 for inspection. Results logged to C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/ext/gem_make.out An error occured while installing eventmachine (0.12.10), and Bundler cannot continue. Make sure that gem install eventmachine -v '0.12.10' succeeds before bundling.

←[1m←[36m wizard←[0m Running 'after bundler' callbacks. ←[31mCould not find gem 'rspec-rails (>= 2.8.0.rc1) x86-mingw32' in any of the gem sources listed in your Gemfile.←[0m ←[33mRun bundle install to install missing gems.←[0m

DanielKehoe commented 12 years ago

cristiano-acosta were you able to resolve the issue?

cristiano-acosta commented 12 years ago

not a bit, I stopped a while to develop in rails to devote myself to some projects