Project

General

Profile

Actions

Bug #3077

closed

Issue with the cache also displays error in german.

Added by Jon Shanks over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
High
Category:
Internationalization
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

If i have a session active and i restart nginx, it will then try and attempt to lookup my details i guess from some cache. However this is causing an error to be generated: With a mixture of german and english oddly. I have however tried to implement the plugin foreman_memcache, this looks like it relies inside the gemspec on rails 3.2.13, as oppose 3.2.8 (the packaged version). I have added the bundle file in bundler.d and modified it against 3.2.8 as not sure if it actually genuinely does need this or not. Not sure though if or how it activates the cache using dalli.

Will have to look at that separtely. but this issue is occuring currently.

Oops, wir entschuldigen uns aber es ist etwas schief gelaufen

x The single-table inheritance mechanism failed to locate the subclass: 'General'. This error is raised because the column 'category' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Setting.inheritance_column to use another column for that information.

Bitte öffne eine neue Anfrage falls du denkst daß dies ein Fehler von Foreman ist Foreman Ticket System, Du wird vermutlich noch das anbinden müssen Alles aufzeichnen und relevante Logeinträge

Cache read: entries_per_page
CACHE (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'entries_per_page' ORDER BY name LIMIT 1
Cache read: entries_per_page
CACHE (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'entries_per_page' ORDER BY name LIMIT 1
Cache read: entries_per_page
CACHE (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'entries_per_page' ORDER BY name LIMIT 1
Cache read: entries_per_page
CACHE (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'entries_per_page' ORDER BY name LIMIT 1
Processing by HostgroupsController#index as HTML
Cache read: authorize_login_delegation
Setting Load (1.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'authorize_login_delegation' ORDER BY name LIMIT 1
Operation FAILED: The single-table inheritance mechanism failed to locate the subclass: 'General'. This error is raised because the column 'category' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Setting.inheritance_column to use another column for that information.
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/inheritance.rb:143:in `rescue in find_sti_class'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/inheritance.rb:136:in `find_sti_class'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/inheritance.rb:62:in `instantiate'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/querying.rb:38:in `block (2 levels) in find_by_sql'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/querying.rb:38:in `collect!'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/querying.rb:38:in `block in find_by_sql'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/explain.rb:40:in `logging_query_plan'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/querying.rb:37:in `find_by_sql'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/relation.rb:171:in `exec_queries'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/relation.rb:160:in `block in to_a'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/explain.rb:40:in `logging_query_plan'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/relation.rb:159:in `to_a'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/relation.rb:189:in `exec_queries'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/relation.rb:160:in `block in to_a'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/explain.rb:40:in `logging_query_plan'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/relation.rb:159:in `to_a'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/relation/finder_methods.rb:378:in `find_first'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/relation/finder_methods.rb:122:in `first'
/usr/share/foreman/app/models/setting.rb:40:in `[]'
/usr/share/foreman/lib/sso/apache.rb:5:in `available?'
/usr/share/foreman/lib/sso.rb:6:in `select'
/usr/share/foreman/lib/sso.rb:6:in `get_available'
/usr/share/foreman/app/controllers/application_controller.rb:59:in `available_sso'
/usr/share/foreman/app/controllers/application_controller.rb:75:in `require_login'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:431:in `block (2 levels) in run_398122128596967681__process_action__4041867198370829518__callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in conditional_callback_around_1202'
/usr/share/foreman/lib/foreman/thread_session.rb:31:in `clear_thread'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_1202'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:415:in `block in _run
_398122128596967681__process_action__4041867198370829518__callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in conditional_callback_around_1201'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in `around'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_around_13'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_1201'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in `_run
_398122128596967681__process_action__4041867198370829518__callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.0.18/lib/apipie/static_dispatcher.rb:56:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__388413254266034217__call__194823587243300445__callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/sendfile.rb:102:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in `fetch'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in `lookup'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in `call!'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/builder.rb:134:in `call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:64:in `block in call'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `each'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `call'
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.5/lib/phusion_passenger/rack/thread_handler_extension.rb:77:in `process_request'
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.5/lib/phusion_passenger/request_handler/thread_handler.rb:140:in `accept_and_process_next_request'
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.5/lib/phusion_passenger/request_handler/thread_handler.rb:108:in `main_loop'
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.5/lib/phusion_passenger/request_handler.rb:441:in `block (3 levels) in start_threads'
Rendered common/500.html.erb within layouts/application (55.0ms)
Completed 500 Internal Server Error in 132ms (Views: 122.3ms | ActiveRecord: 1.1ms)
Cache write: _session_id:e41cee306b1ee4e25b72483e7aa25838 ({:expires_in=>nil})

Actions #1

Updated by Dominic Cleal over 10 years ago

  • Category changed from Users, Roles and Permissions to Internationalization

re the memcached plugin, it probably doesn't really require Rails 3.2.13, it's that's the version used in a pure source checkout. We could get this packaged as an RPM in our plugins yum repo if it was made configurable.

It looks like your problem is a database migration one, e.g. a Foreman 1.1 database used against 1.2. Running a DB migration should solve it: cd ~foreman && sudo -u foreman RAILS_ENV=production ruby193-rake db:migrate

And yes, the errors shouldn't be in German by default!

Actions #2

Updated by Jon Shanks over 10 years ago

This was already done before hand, in fact, with some of the errors i received i did it twice anywya just in case i did something wrong the first time. So it doesn't appear to be related to that.

i.e. if i run that command again, there is no output as there is nothing to change.

Actions #3

Updated by Sam Kottler over 10 years ago

I've also just run into this:

http://i.imgur.com/zEsZx89.png

Actions #4

Updated by Dominic Cleal over 10 years ago

  • Priority changed from Normal to High
  • Target version set to 1.3.0
Actions #5

Updated by Jon Shanks over 10 years ago

SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'authorize_login_delegation' ORDER BY name LIMIT 1;
id | name | value | description | category | settings
_type | default | created_at | updated_at
----+----------------------------+-------+------------------------------------------------------------------+------------------+---------
------+-----------+----------------------------+----------------------------
5 | authorize_login_delegation | | Authorize login delegation with REMOTE_USER environment variable | Setting::General | boolean | --- false | 2013-07-12 12:03:05.996415 | 2013-07-12 12:03:05.996415

This is what is inside the DB:

Operation FAILED: The single-table inheritance mechanism failed to locate the subclass: 'Auth'. This error is raised because the column 'category' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Setting.inheritance_column to use another column for that information.

Has something gone wrong with the db migrate for 1.1 -> 1.2.2 , what should that category column contain?

Actions #6

Updated by Jon Shanks over 10 years ago

class AddStiToSettings < ActiveRecord::Migration
def self.up
execute "UPDATE settings set category='Setting::Auth' where category='Auth'"
execute "UPDATE settings set category='Setting::General' where category='General'"
execute "UPDATE settings set category='Setting::Puppet' where category='Puppet'"
execute "UPDATE settings set category='Setting::Provisioning' where category='Provisioning'"
add_index :settings, :category
end

Looks like it has updated the DB as per the migration DB, but it is failing to find the subclass. Not 100% sure however, how it is finding these subclasses? where it is looking specifically for them?

Actions #7

Updated by Jon Shanks over 10 years ago

Inside the setting.rb model it has

class Setting < ActiveRecord::Base
self.inheritance_column = 'category'

As explained in the error, so this seems like it is the correct column. There is a Setting::Auth

require 'facter'
class Setting::Auth < Setting

perms look fine too:

drwxr-xr-x. 2 root root 4096 Sep 10 12:05 setting
rw-r--r-. 1 root root 6190 Sep 3 12:32 setting.rb

drwxr-xr-x. 2 root root 4096 Sep 10 12:05 .
drwxr-xr-x. 10 root root 4096 Sep 11 14:40 ..
rw-r--r-. 1 root root 1641 Sep 3 12:32 auth.rb
rw-r--r-. 1 root root 1280 Sep 3 12:32 general.rb
rw-r--r-. 1 root root 1871 Sep 3 12:32 provisioning.rb
rw-r--r-. 1 root root 2612 Sep 3 12:32 puppet.rb

selinux is permissive mode so it's not that it is hitting some selinux issue that is preventing it reading the files.

So i am raelly confusing :(

Actions #8

Updated by Jon Shanks over 10 years ago

OK, so i restarted memcached and cleared the cache, seems once the cache is cleared i don't get the error. I am using the memcache foreman plugin, which is using dalli .

/usr/lib/ruby/gems/1.8/gems/passenger-4.0.5/lib/phusion_passenger/request_handler.rb:441:in `block (3 levels) in start_threads'
Rendered common/500.html.erb within layouts/application (4.0ms)
Completed 500 Internal Server Error in 15ms (Views: 10.4ms | ActiveRecord: 1.2ms)
Cache write: _session_id:24f031a3c933fb7c50710438a5361753 ({:expires_in=>nil})

Actions #9

Updated by Lukas Zapletal over 10 years ago

Can you please try to downgrade fast_gettext to version prior to 0.8.0 and test if that happends too?

Actions #10

Updated by Jon Shanks over 10 years ago

Hey,
thanks for getting back to me. It appears to already be on a version below 0.8.0: 0.5.10 to be precise - listing all packages below.

ruby193-facter-1.6.18-4.el6.x86_64
ruby193-hiera-1.0.0-5.el6.noarch
ruby193-puppet-3.1.1-6.el6.noarch
ruby193-ruby-1.9.3.327-29.el6.x86_64
ruby193-ruby-augeas-0.4.1-5.el6.x86_64
ruby193-rubygem-actionmailer-3.2.8-2.el6.noarch
ruby193-rubygem-actionpack-3.2.8-6.el6.noarch
ruby193-rubygem-activemodel-3.2.8-3.el6.noarch
ruby193-rubygem-activerecord-3.2.8-12.el6.noarch
ruby193-rubygem-activeresource-3.2.8-3.el6.noarch
ruby193-rubygem-activesupport-3.2.8-6.el6.noarch
ruby193-rubygem-ancestry-1.3.0-2.el6.noarch
ruby193-rubygem-apipie-rails-0.0.18-4.el6.noarch
ruby193-rubygem-arel-3.0.2-4.el6.noarch
ruby193-rubygem-audited-3.0.0-2.el6.noarch
ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch
ruby193-rubygem-awesome_print-1.0.2-7.el6.noarch
ruby193-rubygem-bigdecimal-1.1.0-29.el6.x86_64
ruby193-rubygem-builder-3.0.0-3.el6.noarch
ruby193-rubygem-bundler-1.1.4-4.el6.noarch
ruby193-rubygem-bundler_ext-0.3.0-3.el6.noarch
ruby193-rubygem-coffee-rails-3.2.2-3.el6.noarch
ruby193-rubygem-coffee-script-2.2.0-3.el6.noarch
ruby193-rubygem-coffee-script-source-1.3.3-4.el6.noarch
ruby193-rubygem-commonjs-0.2.6-4.el6.noarch
ruby193-rubygem-daemon_controller-1.1.4-3.el6.noarch
ruby193-rubygem-daemons-1.1.4-7.el6.noarch
ruby193-rubygem-dalli-2.6.4-1.el6.x86_64
ruby193-rubygem-diff-lcs-1.1.3-4.el6.noarch
ruby193-rubygem-erubis-2.7.0-5.el6.noarch
ruby193-rubygem-eventmachine-0.12.10-9.el6.x86_64
ruby193-rubygem-excon-0.20.1-1.el6.noarch
ruby193-rubygem-execjs-1.4.0-5.el6.noarch
ruby193-rubygem-fast_gettext-0.5.10-3.el6.noarch
ruby193-rubygem-ffi-1.0.9-10.el6.x86_64
ruby193-rubygem-flot-rails-0.0.3-2.el6.noarch
ruby193-rubygem-fog-1.11.1-3.el6.noarch
ruby193-rubygem-foremancli-1.0-4.el6.noarch
ruby193-rubygem-foreman_memcache-0.0.1-4.el6.x86_64
ruby193-rubygem-formatador-0.2.1-6.el6.noarch
ruby193-rubygem-gettext-2.3.7-4.el6.noarch
ruby193-rubygem-gettext_i18n_rails-0.9.4-1.el6.noarch
ruby193-rubygem-gettext_i18n_rails_js-0.0.8-1.el6.noarch
ruby193-rubygem-hike-1.2.1-4.el6.noarch
ruby193-rubygem-hirb-0.7.0-4.el6.noarch
ruby193-rubygem-hirb-unicode-0.0.5-3.el6.noarch
ruby193-rubygem-i18n-0.6.0-4.el6.noarch
ruby193-rubygem-i18n_data-0.2.7-2.el6.noarch
ruby193-rubygem-io-console-0.3-29.el6.x86_64
ruby193-rubygem-journey-1.0.4-2.el6.noarch
ruby193-rubygem-jquery-rails-2.0.2-3.el6.noarch
ruby193-rubygem-jquery-ui-rails-4.0.2-5.el6.noarch
ruby193-rubygem-json-1.5.4-29.el6.x86_64
ruby193-rubygem-less-2.3.1-4.el6.noarch
ruby193-rubygem-less-rails-2.3.2-4.el6.noarch
ruby193-rubygem-levenshtein-0.2.2-2.el6.x86_64
ruby193-rubygem-locale-2.0.8-2.el6.noarch
ruby193-rubygem-mail-2.4.4-5.el6.noarch
ruby193-rubygem-maruku-0.6.0-9.el6.noarch
ruby193-rubygem-metaclass-0.0.1-9.el6.noarch
ruby193-rubygem-mime-types-1.19-2.el6.noarch
ruby193-rubygem-minitest-3.5.0-3.el6.noarch
ruby193-rubygem-mocha-0.12.1-2.el6.noarch
ruby193-rubygem-multi_json-1.3.6-2.el6.noarch
ruby193-rubygem-mysql2-0.3.11-1.el6.x86_64
ruby193-rubygem-mysql-2.8.1-4.el6.x86_64
ruby193-rubygem-net-http-persistent-2.7-3.el6.noarch
ruby193-rubygem-net-ldap-0.2.2-5.el6.noarch
ruby193-rubygem-net-ping-1.5.3-8.el6.noarch
ruby193-rubygem-net-scp-1.1.0-2.el6.noarch
ruby193-rubygem-net-ssh-2.6.7-1.el6.noarch
ruby193-rubygem-nokogiri-1.5.6-7.el6.x86_64
ruby193-rubygem-oauth-0.4.7-3.el6.noarch
ruby193-rubygem-passenger-4.0.5-3.el6.x86_64
ruby193-rubygem-passenger-doc-4.0.5-3.el6.noarch
ruby193-rubygem-passenger-native-4.0.5-3.el6.x86_64
ruby193-rubygem-passenger-native-libs-4.0.5-3.el6.x86_64
ruby193-rubygem-pg-0.12.2-8.el6.x86_64
ruby193-rubygem-polyglot-0.3.3-3.el6.noarch
ruby193-rubygem-po_to_json-0.0.7-1.el6.noarch
ruby193-rubygem-quiet_assets-1.0.2-3.el6.noarch
ruby193-rubygem-rabl-0.7.6-3.el6.noarch
ruby193-rubygem-rack-1.4.1-5.el6.noarch
ruby193-rubygem-rack-cache-1.2-3.el6.noarch
ruby193-rubygem-rack-ssl-1.3.2-8.el6.noarch
ruby193-rubygem-rack-test-0.6.1-3.el6.noarch
ruby193-rubygem-rails-3.2.8-2.el6.noarch
ruby193-rubygem-railties-3.2.8-3.el6.noarch
ruby193-rubygem-rake-0.9.2.2-29.el6.noarch
ruby193-rubygem-rbovirt-0.0.20-1.el6.noarch
ruby193-rubygem-rbvmomi-1.6.0-1.el6.noarch
ruby193-rubygem-rdoc-3.12-10.el6.x86_64
ruby193-rubygem-ref-1.0.0-4.el6.noarch
ruby193-rubygem-rest-client-1.6.1-4.el6.noarch
ruby193-rubygem-ruby2ruby-2.0.1-5.el6.noarch
ruby193-rubygem-ruby-hmac-0.4.0-8.el6.noarch
ruby193-rubygem-ruby-libvirt-0.4.0-4.el6.x86_64
ruby193-rubygem-ruby_parser-3.1.1-5.el6.noarch
ruby193-rubygems-1.8.24-3.el6.noarch
ruby193-rubygem-safemode-1.2.0-3.el6.noarch
ruby193-rubygem-sass-3.1.20-3.el6.noarch
ruby193-rubygem-sass-rails-3.2.5-3.el6.noarch
ruby193-rubygem-scoped_search-2.5.1-3.el6.noarch
ruby193-rubygem-sequel-3.45.0-4.el6.noarch
ruby193-rubygem-sexp_processor-4.1.3-4.el6.noarch
ruby193-rubygem-shoulda-2.11.3-8.el6.noarch
ruby193-rubygem-spice-html5-rails-0.0.1-3.el6.noarch
ruby193-rubygem-sprockets-2.4.5-3.el6.noarch
ruby193-rubygem-sqlite3-1.3.6-2.el6.x86_64
ruby193-rubygem-syntax-1.0.0-9.el6.noarch
ruby193-rubygem-therubyracer-0.11.0-0.4.beta5.el6.x86_64
ruby193-rubygem-thin-1.3.1-7.el6.x86_64
ruby193-rubygem-thor-0.15.4-4.el6.noarch
ruby193-rubygem-tilt-1.3.3-9.el6.noarch
ruby193-rubygem-treetop-1.4.10-6.el6.noarch
ruby193-rubygem-trollop-2.0-2.el6.noarch
ruby193-rubygem-twitter-bootstrap-rails-2.2.6-3.el6.noarch
ruby193-rubygem-tzinfo-0.3.33-3.el6.noarch
ruby193-rubygem-uglifier-1.2.6-3.el6.noarch
ruby193-rubygem-unicode-display_width-0.1.1-4.el6.noarch
ruby193-rubygem-uuidtools-2.1.3-3.el6.noarch
ruby193-rubygem-will_paginate-3.0.2-7.el6.noarch
ruby193-rubygem-wirb-0.4.2-4.el6.noarch
ruby193-ruby-irb-1.9.3.327-29.el6.noarch
ruby193-ruby-libs-1.9.3.327-29.el6.x86_64
ruby193-ruby-shadow-1.4.1-22.el6.x86_64
ruby193-runtime-1-9.el6.x86_64
ruby193-v8-3.10.8-7.el6.x86_64

Actions #11

Updated by Lukas Zapletal over 10 years ago

  • Status changed from New to Assigned

Today I saw this on my box, it has nothing to do with memcache, it just -- my fault :-)

Fixing.

Actions #12

Updated by Jon Shanks over 10 years ago

Ah, i was going to say 'good' but that seems a bit of an odd response to someone encountering an issue.

Would be curious to know what it is and why as i coudln't figure it out :-S.

Actions #13

Updated by Dominic Cleal over 10 years ago

  • Status changed from Assigned to Ready For Testing
  • Assignee set to Lukas Zapletal
Actions #14

Updated by Dominic Cleal over 10 years ago

  • Related to Tracker #3112: [TRACKER] Issues to be released in 1.3 RC or final added
Actions #15

Updated by Lukas Zapletal over 10 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #16

Updated by Lukas Zapletal over 10 years ago

  • Related to deleted (Tracker #3112: [TRACKER] Issues to be released in 1.3 RC or final)
Actions

Also available in: Atom PDF