search for: gettext_rails

Displaying 8 results from an estimated 8 matches for "gettext_rails".

2009 Apr 18
0
gettext-2.0.1, gettext_activerecord-2.0.1, gettext_rails-2.0.1
Hi, Ruby-GetText-Package-2.0.1 and the families (gettext-2.0.1, gettext_activerecord-2.0.1 and gettext_rails-2.0.1) are now available. Ruby-GetText-Package is the library/tools for message localization. * gettext - Message localization libraries and tools for all kind of apps/libs. * gettext_activerecord - ActiveRecord Localization * gettext_rails - Rails support with gettext. Changes ------- * g...
2009 May 06
0
gettext-2.0.2, gettext_activerecord-2.0.2, gettext_rails-2.0.2
Hi, Ruby-GetText-Package-2.0.2 and the families (gettext-2.0.2, gettext_activerecord-2.0.2 and gettext_rails-2.0.2) are now available. Ruby-GetText-Package is the library/tools for message localization. * gettext - Message localization libraries and tools for all kind of apps/libs. * gettext_activerecord - ActiveRecord Localization * gettext_rails - Rails support with gettext. Changes ------- ==...
2010 Feb 23
12
"no such file to load -- gettext/rails" error
I get the error below when I try to start my server. Here are the versions installed: OS: Windows Server 2008 Ruby: 1.8.7 Gems: actionmailer (2.3.5, 1.3.5) actionpack (2.3.5, 1.13.5) actionwebservice (1.2.5) activerecord (2.3.5, 1.15.5) activeresource (2.3.5) activesupport (2.3.5, 1.4.4) cgi_multipart_eof_fix (2.5.0) daemons (1.0.10) gem_plugin
2010 Jan 19
1
How I installed ovirt on fc 12
...mailer (2.3.4) actionpack (2.3.4) activeldap (1.2.0) activerecord (2.3.4) activeresource (2.3.4) activesupport (2.3.4) cgi_multipart_eof_fix (2.5.0) cobbler (1.6.1) columnize (0.3.1) daemons (1.0.10) fastthread (1.0.7) flexmock (0.8.6) gem_plugin (0.2.3) gettext (2.0.4) gettext_activerecord (2.0.4) gettext_rails (2.0.4) highline (1.5.1) hoe (2.3.3) krb5-auth (0.7) linecache (0.43) locale (2.0.4) locale_rails (2.0.4) mongrel (1.1.5) postgres (0.7.9.2008.01.28) rack (1.0.1) rails (2.3.4) rake (0.8.7) ruby-debug (0.10.3) ruby-debug-base (0.10.3) rubyforge (1.0.5) gem uninstall rack -v 1.0.0 gem install colu...
2010 Jul 05
1
[PATCH] gettext initiation problem Thanks to Thibault Deloffre <tdeloffre@linagora.com>
...0644 --- a/src/app/controllers/application_controller.rb +++ b/src/app/controllers/application_controller.rb @@ -20,12 +20,13 @@ # Filters added to this controller apply to all controllers in the application. # Likewise, all the methods added will be available for all controllers. +require 'gettext_rails' class ApplicationController < ActionController::Base # FIXME: once all controller classes include this, remove here include ApplicationService -# init_gettext "ovirt" + init_gettext "ovirt" layout :choose_layout before_filter :is_logged_in, :get_help...
2009 Dec 20
1
Install oVirt in fc11/fc12
Hi. Show you how to install oVirt in FC11/FC12? I acted on instructions http://ovirt.et.redhat.com/install-instructions.html, but there were problems with the versions of the module locale (requires 2.0.4 and installed 2.0.5). WBR, Fyodor.
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
Note that this does not fix gettext for app, that will be done separately in another patch as F10/F11 require different setups for that. In the meantime gettext works if manually changed in environment.rb to gettext_rails instead of gettext/rails Signed-off-by: Jason Guiditta <jason.guiditt at gmail.com> --- src/app/controllers/application.rb | 200 -------- src/app/controllers/application_controller.rb | 200 ++++++++ src/config.ru | 7 + src/config/boot.rb...