Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-23 Thread avd1986
Enviado desde mi Blackberry® 3G de Iusacell. -Original Message- From: tamouse mailing lists Sender: rubyonrails-talk@googlegroups.com Date: Fri, 22 Mar 2013 23:49:56 To: Reply-To: rubyonrails-talk@googlegroups.com Subject: Re: [Rails] Re: Trouble after cloning my app from Github On

Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-22 Thread rajesh kanna
Ubuntu 12.10 some bug is there.. otherwise u can try mac. On Saturday, March 23, 2013, tamouse mailing lists wrote: > On Fri, Mar 22, 2013 at 10:23 AM, Michael Armistead > > wrote: > > Well, I ended up solving the problem. After doing the things stated in > this > > thread, and many other things

Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-22 Thread tamouse mailing lists
On Fri, Mar 22, 2013 at 10:23 AM, Michael Armistead wrote: > Well, I ended up solving the problem. After doing the things stated in this > thread, and many other things found online with no success, I rebooted my > computer. When it booted up, Ubuntu told me it was running in low graphics > mode e

[Rails] Re: Trouble after cloning my app from Github

2013-03-22 Thread Michael Armistead
Well, I ended up solving the problem. After doing the things stated in this thread, and many other things found online with no success, I rebooted my computer. When it booted up, Ubuntu told me it was running in low graphics mode etc. Then, I rebooted again, came up normally, and then my tests r

Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-22 Thread Colin Law
On 22 March 2013 01:41, Michael Armistead wrote: > I think There's a problem with my database. It looks like the majority of my > tests say "could not find table 'users'". I have tried "rake db:setup" and > "rake db:migrate" but no luck. If you look at the database using an alternative method of

Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-21 Thread Michael Armistead
Interesting to read, although at this point I am using exactly the same setup (cloned from git) that I was using two days ago, and then the tests ran almost instantly. I think your wisdom will probably be more applicable as I move forward in my rails career :) Thanks, On Thursday, March 21, 20

Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-21 Thread Jordon Bedwell
On Fri, Mar 22, 2013 at 12:06 AM, Michael Armistead wrote: > Ah - I performed "rake db:test:prepare" and now my tests are passing. > However, it still takes over a minute for an rspec spec test to even begin. > I wonder what is causing the hang up? Rails is causing the hang up. One must stop aut

Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-21 Thread Michael Armistead
Ah - I performed "rake db:test:prepare" and now my tests are passing. However, it still takes over a minute for an rspec spec test to even begin. I wonder what is causing the hang up? Thanks, On Thursday, March 21, 2013 10:01:35 PM UTC-7, Michael Armistead wrote: > > Thanks for the reply. I tri

Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-21 Thread Gintautas Šimkus
You might try creating a dummy app and see how it fairs. If you have a system wide problem (which is likely, because you said you reinstalled OS), then you will get similar results. 2013/3/22 Michael Armistead > Thanks for the reply. I tried that, although I am still having the same > troubles.

Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-21 Thread Michael Armistead
Thanks for the reply. I tried that, although I am still having the same troubles. Also, now when I type "bundle exec rspec spec" I enter the command and then the terminal hangs completely frozen for almost a full minute before the tests are actually ran. However, when the tests finally do run,

Re: [Rails] Re: Trouble after cloning my app from Github

2013-03-21 Thread tamouse mailing lists
On Thu, Mar 21, 2013 at 8:41 PM, Michael Armistead wrote: > I think There's a problem with my database. It looks like the majority of my > tests say "could not find table 'users'". I have tried "rake db:setup" and > "rake db:migrate" but no luck. > Thanks!!! > > > On Thursday, March 21, 2013 6:24:

[Rails] Re: Trouble after cloning my app from Github

2013-03-21 Thread Michael Armistead
I think There's a problem with my database. It looks like the majority of my tests say "could not find table 'users'". I have tried "rake db:setup" and "rake db:migrate" but no luck. Thanks!!! On Thursday, March 21, 2013 6:24:10 PM UTC-7, Michael Armistead wrote: > > Hello again, > > I am still