[Rails] Re: OS X rails path problem

2009-07-28 Thread Hassan Schroeder
On Mon, Jul 27, 2009 at 6:12 PM, Richard Schneemanrails-mailing-l...@andreas-s.net wrote: I have had rails up and running for about 2 years now, but while troubleshooting an arduino problem, I inadvertently changed something related to my path variable that caused scrip/server to no longer

[Rails] Re: OS X rails path problem

2009-07-28 Thread Richard Schneeman
You were right it was the /usr/bin in front and the '/usr/local/lib/ruby/gems/1.8' that was screwing everything up http://pastie.org/562566d Everything works again, thanks! Besides the 'profile', 'bashrc', and 'bash_profile' are there any other common locations where the PATH variable would

[Rails] Re: OS X rails path problem

2009-07-28 Thread Hassan Schroeder
On Tue, Jul 28, 2009 at 3:36 PM, Richard Schneemanrails-mailing-l...@andreas-s.net wrote: Everything works again, thanks! Besides the 'profile', 'bashrc', and 'bash_profile' are there any other common locations where the PATH variable would be set? A few of those declarations could not be

[Rails] OS X rails path problem

2009-07-27 Thread Richard Schneeman
I have had rails up and running for about 2 years now, but while troubleshooting an arduino problem, I inadvertently changed something related to my path variable that caused scrip/server to no longer run, after a reinstalling the basics... ruby-gems, etc... everything seemed to run smoothly but

[Rails] Re: OS X rails path problem

2009-07-27 Thread Richard Schneeman
System information here: http://pastie.org/561126 -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ 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

[Rails] path problem

2009-05-03 Thread Stephen Fagan
Hi all, I am trying to create a mobile version of my application and for example for the mobile forums in routes.rb is: map.resources :forums, :controller = 'mobile/forums', :path_prefix = '/mobile', :name_prefix = 'mobile_' do |forums|