[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2010-06-20 Thread Fernando Perez
I installed ruby 1.9.1 with the 1.9 suffix, and I think ./script/server is confused and is trying to run the old ruby stuff that ships with OSX. Does it mean I have to reinstall everything from scratch with the +nosuffix flag? Thanks I confirm I needed to reinstall ruby with +nosuffix.

Re: [Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2010-06-20 Thread Conrad Taylor
Sent from my iPhone On Jun 20, 2010, at 4:50 AM, Fernando Perez li...@ruby-forum.com wrote: I installed ruby 1.9.1 with the 1.9 suffix, and I think ./script/ server is confused and is trying to run the old ruby stuff that ships with OSX. Does it mean I have to reinstall everything

[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2010-06-19 Thread Fernando Perez
Google brought me here. 2) Install Ruby 1.9.1, SQLite3, and Mysql 5 Ports sudo port install ruby19 +nosuffix sudo port mysql5 +server sudo port sqlite3 Note: The above ruby19 install generates the required executables without the extension. I installed ruby 1.9.1

[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2009-03-03 Thread Jeff Schwab
On Feb 15, 9:13 pm, Conrad Taylor conra...@gmail.com wrote: On Sun, Feb 15, 2009 at 3:32 AM, Conrad Taylor conra...@gmail.com wrote: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1 Thank you. This was extremely helpful. sudo gem install kwatch-mysql-ruby --

[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2009-03-03 Thread Jeff Schwab
On Feb 15, 9:13 pm, Conrad Taylor conra...@gmail.com wrote: On Sun, Feb 15, 2009 at 3:32 AM, Conrad Taylor conra...@gmail.com wrote: For the archives: 9)  Start Thin      script/server thin Thin works, but WEBrick encounters an error: Internal Server Error undefined method

[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2009-03-03 Thread Conrad Taylor
On Tue, Mar 3, 2009 at 5:01 AM, Jeff Schwab j...@schwabcenter.com wrote: On Feb 15, 9:13 pm, Conrad Taylor conra...@gmail.com wrote: On Sun, Feb 15, 2009 at 3:32 AM, Conrad Taylor conra...@gmail.com wrote: For the archives: 9) Start Thin script/server thin Thin works, but

[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2009-03-03 Thread Jeff Schwab
Conrad Taylor wrote: On Tue, Mar 3, 2009 at 5:01 AM, Jeff Schwab j...@schwabcenter.com mailto:j...@schwabcenter.com wrote: On Feb 15, 9:13 pm, Conrad Taylor conra...@gmail.com mailto:conra...@gmail.com wrote: On Sun, Feb 15, 2009 at 3:32 AM, Conrad Taylor

[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2009-03-03 Thread Conrad Taylor
On Tue, Mar 3, 2009 at 6:47 AM, Jeff Schwab j...@schwabcenter.com wrote: Conrad Taylor wrote: On Tue, Mar 3, 2009 at 5:01 AM, Jeff Schwab j...@schwabcenter.com mailto:j...@schwabcenter.com wrote: On Feb 15, 9:13 pm, Conrad Taylor conra...@gmail.com mailto:conra...@gmail.com

[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2009-03-03 Thread Jeff Schwab
Conrad Taylor wrote: If WEBrick was working, I would had added the following use case for step (9): script/server instead of script/server thin Fair enough. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2009-02-15 Thread Conrad Taylor
On Sun, Feb 15, 2009 at 3:32 AM, Conrad Taylor conra...@gmail.com wrote: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1 WARNING: If you want to live on the edge, please continue with the steps below. Also, please be aware that all gems are not fully compatible with Ruby