Hello there,
On friend asked me to update his rails app...
But it's app was made with Rails 1.2.3 and I can not start it on my computer, Leopard, Rails 2.3
Does anybody have any advice on opening and updating old projects?
thanks!
Luciano
Hello there,
On friend asked me to update his rails app...
But it's app was made with Rails 1.2.3 and I can not start it on my computer, Leopard, Rails 2.3
Does anybody have any advice on opening and updating old projects?
thanks!
Luciano
Hello Marnen,
I'm sorry for this short description!
this is the erro I got:
bb25452e:vavaribeiro bonacode$ ruby script/server ./script/../config/boot.rb:25:Warning: Gem::SourceIndex#search support for String patterns is deprecated => Booting Mongrel (use 'script/server webrick' to force WEBrick) => Rails application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with development environment... Exiting /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- zip/zip (MissingSourceFile) from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/ dependencies.rb:495:in `require' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/ dependencies.rb:342:in `new_constants_in' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/ dependencies.rb:495:in `require' from ./script/../config/../lib/environment_extend.rb:12 from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/ dependencies.rb:488:in `load' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/ dependencies.rb:488:in `load' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/ dependencies.rb:342:in `new_constants_in' ... 28 levels... from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8/gems/rails-1.2.3/lib/commands/server.rb:39 from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require' from script/server:3 bb25452e:vavaribeiro bonacode$
thanks
Luciano
It looks like you're missing a gem as well. You should check what gems are required for this project.
Robin
Sijo,
thanks for your advice, I installed Rails 1.2.3
but I think Robin is right, I must install some missing gems, I am still getting those gems errors...
thanks to all you guys!
Luciano
You're missing the rubyzip gem.
--Matt Jones
thank you very much Matt!
s
Luciano