Displaying 3 results from an estimated 3 matches for "memcahed".
Did you mean:
memcached
2009 Aug 07
4
ActionController::UnknownAction (No action responded to 22.
I try to switch my application from Rails 2.2.2 to Rails 2.3.3.
In namespace :admin I have a resource-based controller. See controller
class Admin::OSystemsController < Admin::BaseController
def index
.......
end
def edit
.........
end
def update
..........
end
end
Resource is added to routes.rb like
map.namespace :admin do |admin|
............
admin.resources :o_systems,
2006 Mar 07
0
MemCacheStore; memcached-problem on freeze_edge (export version 3811)
Heya,
I got the following problem on an app using memcahed.
Using the latest stable release from gem install rails and lighttpd
all is fine.
If I do a rake freeze_edge as I want to take advantage of the latest fun,
I get the following error-message at startup time.
rails@lists.rubyonrails.org
$ ruby script/process/respawn
.....
...
/vendor/rails/active...
2006 Oct 11
0
storing typo sessions in memcache
I was trying to use memcache for session storage in Typo. And i got
following error, when user logs into the system.
Session ID:
Cookie set: is_admin=yes; path=/
Redirected to http://foobar.com:8002/admin/content
Completed in 0.02042 (48 reqs/sec) | DB: 0.00236 (11%) | 302 Found
[http://foobar.com/accounts/login]
undefined class/module User