This project is archived and is in readonly mode.
basic sqlite console issue
Reported by CS | March 21st, 2011 @ 04:56 PM
when i type rails console from within the project dir ... I get ...
Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in your Gemfile.
Im running sqlite 3.6.12 ... do I have to update or is there a change I must make to console ?
thanks ,
Cell
Comments and changes to this ticket
-
Vijay Dev March 21st, 2011 @ 05:06 PM
If you are just starting out with a Rails 3 application, you would need to install the
bundler
gem and then runbundle install
. -
CS March 21st, 2011 @ 05:48 PM
thanks Vijay ! I installed the bundler and then I installed gem install sqlite3-ruby . Now its working :) Cheers
-
Utkarsh Kukreti March 21st, 2011 @ 05:56 PM
- Tag set to invalid
-
Santiago Pastorino March 21st, 2011 @ 11:28 PM
- State changed from new to invalid
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>