Hola a todos,
tiene poco que tiengo un MAC y quiero aprender a desarrollar RoR en
ambiente MAC
pero luego un sencillo 'bundle install' y un 'rails s' cuando llego a
la pagina 'localhost:3000' carga la pagina de default de RoR pero en
la consolé veo el siguiente mensaje:
****************
DEPRECATION WARNING: config.action_view.debug_rjs will be removed in
3.1, from 3.1 onwards you will need to install prototype-rails to
continue to use RJS templates . (called from service at /Users/
astr0surf3r/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/
httpserver.rb:111)
[2012-02-24 10:49:33] ERROR Errno::ECONNRESET: Connection reset by
peer
/Users/astr0surf3r/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/
httpserver.rb:56:in `eof?'
/Users/astr0surf3r/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/
httpserver.rb:56:in `run'
/Users/astr0surf3r/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/
server.rb:183:in `block in start_thread'
****************
es normal esto mensaje? no se si ya alguno en su MAC tiene el mismo
mensaje eso es el mío Gemfile
***********************************************************
source '
http://rubygems.org'
gem 'rails', '3.0.10'
gem 'sqlite3'
***********************************************************
TIP: no tengo installado en el mio RVM ambiente Rails 3.1 tiengo Rails
3.0.10 y ya installe 'prototype-rails'
$ gem list
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.2.1, 3.0.10)
actionpack (3.2.1, 3.0.10)
activemodel (3.2.1, 3.0.10)
activerecord (3.2.1, 3.0.10)
activeresource (3.2.1, 3.0.10)
activesupport (3.2.1, 3.0.10)
arel (3.0.0, 2.0.10)
builder (3.0.0, 2.1.2)
bundler (1.0.22)
erubis (2.7.0, 2.6.6)
hike (1.2.1)
i18n (0.6.0, 0.5.0)
journey (1.0.1)
json (1.6.5)
mail (2.4.1, 2.2.19)
mime-types (1.17.2)
multi_json (1.0.4)
polyglot (0.3.3)
prototype-rails (3.2.1)
rack (1.4.1, 1.2.5)
rack-cache (1.1)
rack-mount (0.6.14)
rack-ssl (1.3.2)
rack-test (0.6.1, 0.5.7)
rails (3.2.1, 3.0.10)
railties (3.2.1, 3.0.10)
rake (0.9.2.2)
rdoc (3.12)
sprockets (2.1.2)
sqlite3 (1.3.5)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
tzinfo (0.3.31)
cualquier idea? muchas gracias
ASal