Ruby on Rails Tuesday, August 2, 2011

On Tue, Aug 2, 2011 at 12:30 PM, Rubyist Rohit <lists@ruby-forum.com> wrote:

I am learning rails and referring to the -- Ruby on Rails Guides:
Getting Started with Rails.

I executed command: bundle install

It displayed a lot of names and among them was SQLite. I see that it is
of old version and want to install the latest version of SQLite. Should
I just replace the SQLite dll located in the path shown or is there any
other way?


Rohit, the version of the SQLite Ruby gem and the SQLite library are different.
Now, if you want to install a new version of the SQLite library, then I recommend
reinstalling the SQLite Ruby gem again.

Good luck,

-Conrad
 
--
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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.


--
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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment