Displaying 3 results from an estimated 3 matches for "memcah".
Did you mean:
memcap
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/acti...
2006 Oct 11
0
storing typo sessions in memcache
...orage is because, I have
modified typo for hosting multiple blogs. The app works when i switch
to active_record storage.
Also, Users model of typo actually makes connection to one other apps
database, using establish_connection method of activerecord.
But why is this inconsistency.
And i am using memcahe-client written by Eric Hodel.
--
There was only one Road; that it was like a great river: its springs
were at every doorstep, and every path was its tributary.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "...