[Rails] Check that my sqlite database populated
Hello guys,
I've made a very simple application following the footsteps of
http://guides.rubyonrails.org/getting_started.html.
I managed to insert my objects (i checked the existence of inserted
objects through the rails console with a simple Foo.all ) but if I run
sqlite3 from command line and then run .databases I can't see any
database created.
I thought I could see the databases set in my database.yml ( database:
db/development.sqlite3 database: db/test.sqlite3 database: db/
production.sqlite3 ) but the .databases command shows nothing.
sqlite3 --version
3.5.6
rails -v
3.0.5
O.S. Windows 7
Thank you
Federico
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home