I''ve had a problem with irb and script/console since about mid-summer and it''s absolutely killing me. In either environment, I''m unable to use the spacebar. It simply doesn''t register. I''ve tried using Terminal.app and iTerm and I see the same behavior. Anyone ever had this problem before? Solutions? ~Barry Hess --~--~---------~--~----~------------~-------~--~----~ 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 For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
they all work for me... OSX 10.4.10 ruby 1.8.5 (2007-03-13 patchlevel 35) [i686-darwin8.9.1] Rails 1.2.3 On Sep 25, 5:25 pm, bjhess <bjh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''ve had a problem with irb and script/console since about mid-summer > and it''s absolutely killing me. In either environment, I''m unable to > use the spacebar. It simply doesn''t register. > > I''ve tried using Terminal.app and iTerm and I see the same behavior. > > Anyone ever had this problem before? Solutions? > > ~Barry Hess--~--~---------~--~----~------------~-------~--~----~ 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 For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
They used to work for me as well... OSX 10.4.10 ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-darwin8.10.1] Rails 1.2.3 I just reinstalled my Ruby-MySQL driver and now MySQL console won''t accept the space bar, either. I really wish I knew what the hell is going on. ~Barry On Sep 25, 9:53 pm, jemminger <jemmin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> they all work for me... > > OSX 10.4.10 > ruby 1.8.5 (2007-03-13 patchlevel 35) [i686-darwin8.9.1] > Rails 1.2.3 > > On Sep 25, 5:25 pm, bjhess <bjh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I''ve had a problem with irb and script/console since about mid-summer > > and it''s absolutely killing me. In either environment, I''m unable to > > use the spacebar. It simply doesn''t register. > > > I''ve tried using Terminal.app and iTerm and I see the same behavior. > > > Anyone ever had this problem before? Solutions? > > > ~Barry Hess--~--~---------~--~----~------------~-------~--~----~ 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 For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Responding to my own message. If anyone wants to read about my path to resolving this problem (in excruciating detail), check the below link. It''s an embarrassing statement of how little I know about compiling things and *nix in general. Expect lots of statements about irb, Ruby versions, and readline. http://bjhess.com/bjhessblog/2007/10/22/ruby-console-spacebar-problems/ So far I''ve only resolved my Ruby problem. My MySQL issue still exists... ~Barry On Oct 3, 9:18 am, bjhess <bjh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> They used to work for me as well... > > OSX 10.4.10 > ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-darwin8.10.1] > Rails 1.2.3 > > I just reinstalled my Ruby-MySQL driver and now MySQLconsolewon''t > accept the space bar, either. I really wish I knew what the hell is > going on. > > ~Barry > > On Sep 25, 9:53 pm, jemminger <jemmin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > they all work for me... > > > OSX 10.4.10 > > ruby 1.8.5 (2007-03-13 patchlevel 35) [i686-darwin8.9.1] > > Rails 1.2.3 > > > On Sep 25, 5:25 pm, bjhess <bjh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I''ve had aproblemwithirband script/consolesince about mid-summer > > > and it''s absolutely killing me. In either environment, I''m unable to > > > use thespacebar. It simply doesn''t register. > > > > I''ve tried using Terminal.app and iTerm and I see the same behavior. > > > > Anyone ever had thisproblembefore? Solutions? > > > > ~Barry Hess--~--~---------~--~----~------------~-------~--~----~ 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 For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Responding to my own message. If anyone wants to read about my path to resolving this problem (in excruciating detail), check the below link. It''s an embarrassing statement of how little I know about compiling things and *nix in general. Expect lots of statements about irb, Ruby versions, and readline. http://bjhess.com/bjhessblog/2007/10/22/ruby-console-spacebar-problems/ So far I''ve only resolved my Ruby problem. My MySQL issue still exists... ~Barry On Oct 3, 9:18 am, bjhess <bjh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> They used to work for me as well... > > OSX 10.4.10 > ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-darwin8.10.1] > Rails 1.2.3 > > I just reinstalled my Ruby-MySQL driver and now MySQLconsolewon''t > accept the space bar, either. I really wish I knew what the hell is > going on. > > ~Barry > > On Sep 25, 9:53 pm, jemminger <jemmin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > they all work for me... > > > OSX 10.4.10 > > ruby 1.8.5 (2007-03-13 patchlevel 35) [i686-darwin8.9.1] > > Rails 1.2.3 > > > On Sep 25, 5:25 pm, bjhess <bjh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I''ve had aproblemwithirband script/consolesince about mid-summer > > > and it''s absolutely killing me. In either environment, I''m unable to > > > use thespacebar. It simply doesn''t register. > > > > I''ve tried using Terminal.app and iTerm and I see the same behavior. > > > > Anyone ever had thisproblembefore? Solutions? > > > > ~Barry Hess--~--~---------~--~----~------------~-------~--~----~ 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 For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---