On Tue, Mar 16, 2010 at 10:40 AM, GregN <[email protected]> wrote:
> When attempting to create some Rails components using below command, I
> receive
> the following errors:
>
> [r...@localhost blog]# rake db:create
> (in /root/work/blog)
> db/development.sqlite3 already exists
Not an error, it means exactly what it says.
But, as an aside, why in the name of #{DEITY} are you doing this
as root?? Seems like a really dicey idea...
> [r...@localhost blog]# script/generate controller home index
> /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:
> 271:in `rescue in require_frameworks': no such file to load -- openssl
> (RuntimeError)
So was your version of Ruby built with OpenSSL?
--
Hassan Schroeder ------------------------ [email protected]
twitter: @hassan
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.