[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-24 Thread Sébastien Clément
Sharagoz -- wrote: > Did you add init_gettext to the application controller? > class ApplicationController < ActionController::Base > init_gettext "aaa_arb" > end Ok, error from my part, the RAILS_GEM_VERSION variable in environment.rb was left by mistake to 2.0.1. I uninstalled rails 2.0.1, a

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-24 Thread Sébastien Clément
Sharagoz -- wrote: > Did you add init_gettext to the application controller? > class ApplicationController < ActionController::Base > init_gettext "aaa_arb" > end Hi Sharagoz, I followed the recommendations to migrate to rails 2.3 with gettext here: http://www.yotabanana.com/hiki/ruby-gettext-

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sébastien Clément
Sharagoz -- wrote: > Did you add init_gettext to the application controller? > class ApplicationController < ActionController::Base > init_gettext "aaa_arb" > end It was already there. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Goo

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sharagoz --
Did you add init_gettext to the application controller? class ApplicationController < ActionController::Base init_gettext "aaa_arb" end -- 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 t

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sébastien Clément
Sharagoz -- wrote: >> Then I try to restart the server: > You should also add this to the environment file: > config.gem "locale" > config.gem "locale_rails" > config.gem "gettext" > config.gem "gettext_activerecord" > config.gem "gettext_rails" > > Isn't the solution to your error message present

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sharagoz --
> Then I try to restart the server: You should also add this to the environment file: config.gem "locale" config.gem "locale_rails" config.gem "gettext" config.gem "gettext_activerecord" config.gem "gettext_rails" Isn't the solution to your error message presented in the error message itself? --

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sébastien Clément
Sharagoz -- wrote: >> Do you suggest removing that ? > Yes, and then look at the documentation here for how to set up > gettext_rails: > http://github.com/mutoh/gettext_rails Okay, I commented the line, and here's what I did, according to that page: C:\Windows\system32>gem uninstall gettext Rem

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sharagoz --
> Do you suggest removing that ? Yes, and then look at the documentation here for how to set up gettext_rails: http://github.com/mutoh/gettext_rails -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" grou

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sharagoz --
> C:/rails_apps/aaa_arb/config/environment.rb:17 What does this line contain? -- 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] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sébastien Clément
Sharagoz -- wrote: > "Rails support has been removed. Rails / ActiveRecord specific code now > lives in locale_rails, gettext_rails and gettext_activerecord." > http://github.com/mutoh/gettext > > Just a wild guess. Thanks Sharagoz, I installed those 3 gems + the locale gem, but the error persi

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sébastien Clément
Sharagoz -- wrote: >> C:/rails_apps/aaa_arb/config/environment.rb:17 > What does this line contain? it contains: require 'gettext/rails' Do you suggest removing that ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby

[Rails] Re: "no such file to load -- gettext/rails" error

2010-02-23 Thread Sharagoz --
"Rails support has been removed. Rails / ActiveRecord specific code now lives in locale_rails, gettext_rails and gettext_activerecord." http://github.com/mutoh/gettext Just a wild guess. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Go