I tried to install Rails 3 Beta in my snow.leopard machine using the
command below: (w/ sudo if it requires)

gem install tzinfo builder memcache-client rack rack-test rack-mount
erubis mail text-format thor bundler i18n

unfortunately after 12 gems installed i got an error regarding
builder-2.1.2

12 gems installed
Installing ri documentation for tzinfo-0.3.22...
Installing ri documentation for builder-2.1.2...
ERROR:  While generating documentation for builder-2.1.2
... MESSAGE:   Unhandled special: Special: type=17, text="<!-- HI -->"
... RDOC args: --ri --op /Library/Ruby/Gems/1.8/doc/builder-2.1.2/ri
--title Builder -- Easy XML Building --main README --line-numbers
--quiet lib CHANGES Rakefile README doc/releases/builder-1.2.4.rdoc
doc/releases/builder-2.0.0.rdoc doc/releases/builder-2.1.1.rdoc --title
builder-2.1.2 Documentation
(continuing with the rest of the installation)

any idea on this ?
So i continue the command below:
sudo gem install rails --pre

I manage to install 3.0.0.beta4 in my machine but when I start creating
a rails3sample application and run a rake db:migrate for default SQLite3
database.  It didn't work out ... (any help needed on this)  ERROR
below.

(in /Users/andre/Desktop/Andre/sampleapps/rails3sample)
rake aborted!
spec sqlite3-ruby-1.3.0 is not from an installed gem
/Users/andre/Desktop/Andre/sampleapps/rails3sample/Rakefile:4
(See full trace by running task with --trace)
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to