[Rails] Re: which ruby

2010-07-22 Thread Ken Foust
Fernando Perez wrote: > Ken Foust wrote: >> I am using 1.9.2-head and rails 3 beta 4 > > Didn't you encounter any utf8/us-ascii encoding problem? yea but I fixed it somehow -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed

[Rails] Re: Rails 3 RC

2010-07-22 Thread Ken Foust
Ken Foust wrote: > What happened to the release well i like it and it is working that is the important part. I will probably have a year at least on rail 3 before rails 4 so i am happy jumping in at the leading edge I just need a complex tutorial like a mini ebay -- Posted via h

[Rails] Re: which ruby

2010-07-22 Thread Ken Foust
Ivan Nastyukhin wrote: > mm, its in production? i wish say, that u are camikadze =) > > in other, u should use rc2 =) > Ivan Nastyukhin > dieinz...@me.com no just dev right now, dev and learning but i don't like to do the stuff twice right now everything is working but i am far from complex yet

[Rails] which ruby

2010-07-22 Thread Ken Foust
I am using 1.9.2-head and rails 3 beta 4 should i use 1.9.2.RC2 or stay put till the august release -- 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 rubyonra

[Rails] Rails 3 RC

2010-07-19 Thread Ken Foust
What happened to the release -- 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 rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email

[Rails] Re: Re: What Works

2010-05-13 Thread Ken Foust
Ken Foust wrote: and with another app Macintosh-5:blog kenfoust$ rails s /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta3/lib/active_support/values/time_zone.rb:208:in `utc_offset': undefined method `current_period' for nil:NilClass (NoMethodError) from /usr/local/lib

[Rails] Re: Re: What Works

2010-05-13 Thread Ken Foust
Conrad Taylor wrote: > On Wed, May 12, 2010 at 9:50 PM, Ken Foust wrote: > >> >> Thanks and yes I restarted the server over and over >> is there a bug in ruby?? >> > > Please post the exact error message. > > -Conrad Macintosh-5:todo kenfoust$ r

[Rails] Re: What Works

2010-05-12 Thread Ken Foust
Thanks and yes I restarted the server over and over is there a bug in ruby?? -- 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 rubyonrails-t...@googlegroups.co

[Rails] What Works

2010-05-12 Thread Ken Foust
So I installed 1.9.2dev and now the rails server doesn't work. I have rails beta3 release 3 What do I need to go back to for things to work?? When the fix something where do you download the fix? Thanks -- Posted via http://www.ruby-forum.com/. -- You received this message because you are sub

[Rails] Re: Re: Authlogic Rails 3

2010-03-24 Thread Ken Foust
Conrad Taylor wrote: > On Fri, Feb 19, 2010 at 1:08 AM, RaW wrote: > >> I think >> $ script/generate >> has been replaced with >> $ r g >> in Rails3 >> >> Am I right? >> >> > You'll need to do the following in Rails 3: > > rails g model user_session > > Then just edit the file and you should be

[Rails] Re: Re: Rails 3 beta plugins

2010-03-24 Thread Ken Foust
Fidel Viegas wrote: > On Wed, Mar 24, 2010 at 2:20 PM, Ken Foust wrote: > >> Thanks conrad, >> The following is what I am getting - do I need a configuration for "git" >> >> Fetching git://github.com/binarylogic/authlogic.git >> sh: git: command not

[Rails] Re: Rails 3 beta plugins

2010-03-24 Thread Ken Foust
> > Ken, you need to add the following to your Gemfile: > > gem "authlogic", :git => "git://github.com/binarylogic/authlogic.git" > > Then you'll invoke the following command: > > $ bundle install > > Good luck, > > -Conrad Thanks conrad, The following is what I am getting - do I need a conf

[Rails] Re: How to move ruby from /usr/bin/ to /usr/local/bin/ on OSX Snow leopard 10.6

2010-03-24 Thread ken foust
Peter writes: > > Hi i'm a beginner to ruby on rails and I am trying to start a tutorial > http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard > but still can't get it in the local folder. ANy help would be very > grateful. > > Regards Peter > Peter is your $PAT

[Rails] Rails 3 beta plugins

2010-03-23 Thread Ken Foust
Has anyone actually installed a plugin? I have used rails plugin install git://github.com/binarylogic/authlogic.git I reacts too fast - doesn't complain but you can't find the plugin anywhere. I have seen people giving advice on rails 3 to use script/plugin obviously they are responding having not

[Rails] Re: Re: Help with 3.0 Beta

2010-02-07 Thread Ken Foust
Jeffrey L. Taylor wrote: > Quoting Ken Foust : >> > >> Hi Jeffrey >> I did just as you did. It appears to work and the rails version says >> 3.0.0beta there is just nothing in the rails gem directory. I will try >> the links but I will keep doing my

[Rails] Re: Help with 3.0 Beta

2010-02-07 Thread Ken Foust
Jeffrey L. Taylor wrote: > Quoting Ken Foust : >> I am trying to install rails 3 beta >> It says it is installed but when I look in the rails-3.0.0.beta >> directory the only thing in there is .require_paths >> > > I expect you did "gem install rails3b&qu

[Rails] Re: Help with 3.0 Beta

2010-02-06 Thread Ken Foust
Conrad Taylor wrote: > Sent from my iPhone > > On Feb 6, 2010, at 12:56 PM, Ken Foust wrote: > >> I am trying to install rails 3 beta >> It says it is installed but when I look in the rails-3.0.0.beta >> directory the only thing in there is .require_paths >

[Rails] Help with 3.0 Beta

2010-02-06 Thread Ken Foust
I am trying to install rails 3 beta It says it is installed but when I look in the rails-3.0.0.beta directory the only thing in there is .require_paths Have I screwed up somewhere? I have also updated ruby 1.9.1 and that is fine the rest of the beta gems are there using snow leopard and installi