Hello, I begun my journey in Ruby on Rails last Saturday and I am having some challenges specifically about the db Where should I go for the specific error listing and how it may be resolved. I googled and most that I''ve searched are not helpful. D -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=.
what challenges? if you didn''t change things you are in development environment and you are using sqlite. so run ''rake db:migrate'' and it will create your database. if it doesn''t check if you installed the gem sqlite3-ruby. if you still got an error, PASTE it, maybe someone could help you. On 23 Nov, 13:42, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, > > I begun my journey in Ruby on Rails last Saturday and I am having some > challenges specifically about the db > > Where should I go for the specific error listing and how it may be > resolved. I googled and most that I''ve searched are not helpful. > > D-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=.
$ gem install sqlite3-ruby ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ETIMEDOUT: Connection timed out - connect(2) ( http://gems.rubyforge.o rg/gems/sqlite3-ruby-1.2.5.gem) On Mon, Nov 23, 2009 at 11:33 PM, eugenio <eugenio.modesti-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> what challenges? > if you didn''t change things you are in development environment and you > are using sqlite. so run ''rake db:migrate'' and it will create your > database. if it doesn''t check if you installed the gem sqlite3-ruby. > if you still got an error, PASTE it, maybe someone could help you. > > > On 23 Nov, 13:42, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello, > > > > I begun my journey in Ruby on Rails last Saturday and I am having some > > challenges specifically about the db > > > > Where should I go for the specific error listing and how it may be > > resolved. I googled and most that I''ve searched are not helpful. > > > > D > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=. > > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=.
How should I generate a fulltrace according to comment below C:\>rake rails:update rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2143:in `raw_load_rakefile '' (See full trace by running task with --trace) On Nov 24, 2:19 am, Darwin Pintado <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> $ gem install sqlite3-ruby > ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > Errno::ETIMEDOUT: Connection timed out - connect(2) (http://gems.rubyforge.o > rg/gems/sqlite3-ruby-1.2.5.gem) > > On Mon, Nov 23, 2009 at 11:33 PM, eugenio <eugenio.mode...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > what challenges? > > if you didn''t change things you are in development environment and you > > are using sqlite. so run ''rake db:migrate'' and it will create your > > database. if it doesn''t check if you installed the gem sqlite3-ruby. > > if you still got an error, PASTE it, maybe someone could help you. > > > On 23 Nov, 13:42, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hello, > > > > I begun my journey in Ruby on Rails last Saturday and I am having some > > > challenges specifically about the db > > > > Where should I go for the specific error listing and how it may be > > > resolved. I googled and most that I''ve searched are not helpful. > > > > D > > > -- > > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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=.
On Mon, Nov 23, 2009 at 4:00 PM, dwhitekiss <dwhitekiss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> How should I generate a fulltrace according to comment below > > C:\>rake rails:update > rake aborted! > No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, > Rakefile.rb) > C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2143:in > `raw_load_rakefile > '' > (See full trace by running task with --trace) >Are you on your project''s directory?> > > On Nov 24, 2:19 am, Darwin Pintado <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> $ gem install sqlite3-ruby >> ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) >> Errno::ETIMEDOUT: Connection timed out - connect(2) (http://gems.rubyforge.o >> rg/gems/sqlite3-ruby-1.2.5.gem) >> >> On Mon, Nov 23, 2009 at 11:33 PM, eugenio <eugenio.mode...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > what challenges? >> > if you didn''t change things you are in development environment and you >> > are using sqlite. so run ''rake db:migrate'' and it will create your >> > database. if it doesn''t check if you installed the gem sqlite3-ruby. >> > if you still got an error, PASTE it, maybe someone could help you. >> >> > On 23 Nov, 13:42, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > > Hello, >> >> > > I begun my journey in Ruby on Rails last Saturday and I am having some >> > > challenges specifically about the db >> >> > > Where should I go for the specific error listing and how it may be >> > > resolved. I googled and most that I''ve searched are not helpful. >> >> > > D >> >> > -- >> >> > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. >> > To unsubscribe from this group, send email to >> > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> > . >> > For more options, visit this group at >> >http://groups.google.com/group/rubyonrails-talk?hl=. > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > 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=. > > >-- Leonardo Mateo. There''s no place like ~ -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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=.
Yes, I need to know how to run a full trace (See full trace by running task with --trace) On Tue, Nov 24, 2009 at 3:05 AM, Leonardo Mateo <leonardomateo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> On Mon, Nov 23, 2009 at 4:00 PM, dwhitekiss <dwhitekiss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > How should I generate a fulltrace according to comment below > > > > C:\>rake rails:update > > rake aborted! > > No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, > > Rakefile.rb) > > C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2143:in > > `raw_load_rakefile > > '' > > (See full trace by running task with --trace) > > > Are you on your project''s directory? > > > > > > > On Nov 24, 2:19 am, Darwin Pintado <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> $ gem install sqlite3-ruby > >> ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > >> Errno::ETIMEDOUT: Connection timed out - connect(2) ( > http://gems.rubyforge.o > >> rg/gems/sqlite3-ruby-1.2.5.gem) > >> > >> On Mon, Nov 23, 2009 at 11:33 PM, eugenio <eugenio.mode...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > >> > what challenges? > >> > if you didn''t change things you are in development environment and you > >> > are using sqlite. so run ''rake db:migrate'' and it will create your > >> > database. if it doesn''t check if you installed the gem sqlite3-ruby. > >> > if you still got an error, PASTE it, maybe someone could help you. > >> > >> > On 23 Nov, 13:42, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> > > Hello, > >> > >> > > I begun my journey in Ruby on Rails last Saturday and I am having > some > >> > > challenges specifically about the db > >> > >> > > Where should I go for the specific error listing and how it may be > >> > > resolved. I googled and most that I''ve searched are not helpful. > >> > >> > > D > >> > >> > -- > >> > >> > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > >> > To unsubscribe from this group, send email to > >> > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > >> > . > >> > For more options, visit this group at > >> >http://groups.google.com/group/rubyonrails-talk?hl=. > > > > -- > > > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=. > > > > > > > > > > -- > Leonardo Mateo. > There''s no place like ~ > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=. > > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
use mysql - i haven''t had 1 database issue. On 24 Nov, 02:00, Darwin Pintado <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yes, I need to know how to run a full trace > > (See full trace by running task with --trace) > > On Tue, Nov 24, 2009 at 3:05 AM, Leonardo Mateo <leonardoma...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > > > > > On Mon, Nov 23, 2009 at 4:00 PM, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > How should I generate a fulltrace according to comment below > > > > C:\>rake rails:update > > > rake aborted! > > > No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, > > > Rakefile.rb) > > > C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2143:in > > > `raw_load_rakefile > > > '' > > > (See full trace by running task with --trace) > > > Are you on your project''s directory? > > > > On Nov 24, 2:19 am, Darwin Pintado <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > >> $ gem install sqlite3-ruby > > >> ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > > >> Errno::ETIMEDOUT: Connection timed out - connect(2) ( > >http://gems.rubyforge.o > > >> rg/gems/sqlite3-ruby-1.2.5.gem) > > > >> On Mon, Nov 23, 2009 at 11:33 PM, eugenio <eugenio.mode...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > > >> > what challenges? > > >> > if you didn''t change things you are in development environment and you > > >> > are using sqlite. so run ''rake db:migrate'' and it will create your > > >> > database. if it doesn''t check if you installed the gem sqlite3-ruby. > > >> > if you still got an error, PASTE it, maybe someone could help you. > > > >> > On 23 Nov, 13:42, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > >> > > Hello, > > > >> > > I begun my journey in Ruby on Rails last Saturday and I am having > > some > > >> > > challenges specifically about the db > > > >> > > Where should I go for the specific error listing and how it may be > > >> > > resolved. I googled and most that I''ve searched are not helpful. > > > >> > > D > > > >> > -- > > > >> > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > >> > To unsubscribe from this group, send email to > > >> > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > >> > . > > >> > For more options, visit this group at > > >> >http://groups.google.com/group/rubyonrails-talk?hl=. > > > > -- > > > > 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-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm. > > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > . > > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=. > > > -- > > Leonardo Mateo. > > There''s no place like ~ > > > -- > > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=.- Hide quoted text - > > - Show quoted text --- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.
to clarify when you create your project , ie rails myProject to modify it to use mysql, do this: rails myProject -d mysql On 24 Nov, 12:15, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> use mysql - i haven''t had 1 database issue. > > On 24 Nov, 02:00, Darwin Pintado <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Yes, I need to know how to run a full trace > > > (See full trace by running task with --trace) > > > On Tue, Nov 24, 2009 at 3:05 AM, Leonardo Mateo <leonardoma...-Re5JQEeQqe8@public.gmane.orgm>wrote: > > > > On Mon, Nov 23, 2009 at 4:00 PM, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > How should I generate a fulltrace according to comment below > > > > > C:\>rake rails:update > > > > rake aborted! > > > > No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, > > > > Rakefile.rb) > > > > C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2143:in > > > > `raw_load_rakefile > > > > '' > > > > (See full trace by running task with --trace) > > > > Are you on your project''s directory? > > > > > On Nov 24, 2:19 am, Darwin Pintado <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > >> $ gem install sqlite3-ruby > > > >> ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > > > >> Errno::ETIMEDOUT: Connection timed out - connect(2) ( > > >http://gems.rubyforge.o > > > >> rg/gems/sqlite3-ruby-1.2.5.gem) > > > > >> On Mon, Nov 23, 2009 at 11:33 PM, eugenio <eugenio.mode...@gmail.com> > > > wrote: > > > >> > what challenges? > > > >> > if you didn''t change things you are in development environment and you > > > >> > are using sqlite. so run ''rake db:migrate'' and it will create your > > > >> > database. if it doesn''t check if you installed the gem sqlite3-ruby. > > > >> > if you still got an error, PASTE it, maybe someone could help you. > > > > >> > On 23 Nov, 13:42, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > >> > > Hello, > > > > >> > > I begun my journey in Ruby on Rails last Saturday and I am having > > > some > > > >> > > challenges specifically about the db > > > > >> > > Where should I go for the specific error listing and how it may be > > > >> > > resolved. I googled and most that I''ve searched are not helpful. > > > > >> > > D > > > > >> > -- > > > > >> > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > > >> > To unsubscribe from this group, send email to > > > >> > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > > >> > . > > > >> > For more options, visit this group at > > > >> >http://groups.google.com/group/rubyonrails-talk?hl=. > > > > > -- > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > . > > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=. > > > > -- > > > Leonardo Mateo. > > > There''s no place like ~ > > > > -- > > > > 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-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm. > > > To unsubscribe from this group, send email to > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=.-Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text --- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.
That is what I did earlier which I installed the mysql community version. I will get a hold of it when I get home. On Tue, Nov 24, 2009 at 12:15 PM, RubyonRails_newbie < craigwesty79-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> use mysql - i haven''t had 1 database issue. > > On 24 Nov, 02:00, Darwin Pintado <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Yes, I need to know how to run a full trace > > > > (See full trace by running task with --trace) > > > > On Tue, Nov 24, 2009 at 3:05 AM, Leonardo Mateo <leonardoma...-Re5JQEeQqe8@public.gmane.orgm > >wrote: > > > > > > > > > On Mon, Nov 23, 2009 at 4:00 PM, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > How should I generate a fulltrace according to comment below > > > > > > C:\>rake rails:update > > > > rake aborted! > > > > No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, > > > > Rakefile.rb) > > > > C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2143:in > > > > `raw_load_rakefile > > > > '' > > > > (See full trace by running task with --trace) > > > > > Are you on your project''s directory? > > > > > > On Nov 24, 2:19 am, Darwin Pintado <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > >> $ gem install sqlite3-ruby > > > >> ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > > > >> Errno::ETIMEDOUT: Connection timed out - connect(2) ( > > >http://gems.rubyforge.o > > > >> rg/gems/sqlite3-ruby-1.2.5.gem) > > > > > >> On Mon, Nov 23, 2009 at 11:33 PM, eugenio < > eugenio.mode...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > wrote: > > > >> > what challenges? > > > >> > if you didn''t change things you are in development environment and > you > > > >> > are using sqlite. so run ''rake db:migrate'' and it will create your > > > >> > database. if it doesn''t check if you installed the gem > sqlite3-ruby. > > > >> > if you still got an error, PASTE it, maybe someone could help you. > > > > > >> > On 23 Nov, 13:42, dwhitekiss <dwhitek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > >> > > Hello, > > > > > >> > > I begun my journey in Ruby on Rails last Saturday and I am > having > > > some > > > >> > > challenges specifically about the db > > > > > >> > > Where should I go for the specific error listing and how it may > be > > > >> > > resolved. I googled and most that I''ve searched are not helpful. > > > > > >> > > D > > > > > >> > -- > > > > > >> > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > > >> > To unsubscribe from this group, send email to > > > >> > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > <rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > > > >> > . > > > >> > For more options, visit this group at > > > >> >http://groups.google.com/group/rubyonrails-talk?hl=. > > > > > > -- > > > > > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > > > To unsubscribe from this group, send email to > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > . > > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=. > > > > > -- > > > Leonardo Mateo. > > > There''s no place like ~ > > > > > -- > > > > > 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-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm > . > > > To unsubscribe from this group, send email to > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=.- Hide quoted text > - > > > > - Show quoted text - > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.