Re: [Rails] Check that my sqlite database populated

2011-04-21 Thread Federico Rota
That's right. I did it. Shame on me for not reading carefully the documentation. Thank you guys. On Thu, Apr 21, 2011 at 10:09 AM, Frederick Cheung < frederick.che...@gmail.com> wrote: > > > On 20 Apr 2011, at 20:17, Federico Rota wrote: > > Well, when I run .databases i see something like an em

Re: [Rails] Check that my sqlite database populated

2011-04-21 Thread Frederick Cheung
On 20 Apr 2011, at 20:17, Federico Rota wrote: > Well, when I run .databases i see something like an empty grid clearly > indicating that there is no database. > I think i should see my rails' databases (the ones resulting populated from > rails console as i said before). You misunderstand w

Re: [Rails] Check that my sqlite database populated

2011-04-20 Thread Walter Lee Davis
On Apr 20, 2011, at 3:17 PM, Federico Rota wrote: Well, when I run .databases i see something like an empty grid clearly indicating that there is no database. I think i should see my rails' databases (the ones resulting populated from rails console as i said before). This is the first time

Re: [Rails] Check that my sqlite database populated

2011-04-20 Thread Federico Rota
Well, when I run .databases i see something like an empty grid clearly indicating that there is no database. I think i should see my rails' databases (the ones resulting populated from rails console as i said before). This is the first time i use sqlite but i think the command is right. I don't t

Re: [Rails] Check that my sqlite database populated

2011-04-20 Thread Bryan Crossland
On Tue, Apr 19, 2011 at 4:27 PM, Federico wrote: > 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 si

[Rails] Check that my sqlite database populated

2011-04-19 Thread Federico
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 the