Ilan Berci wrote:
> Alexei Lexx wrote:
>
>>
>> I use memcahed sessions.
>
> clear your memcached sessions prior to deployment to production..
> development and production are using the same memcache?
No of course, development and productions are different servers
Ilan Berci wrote:
> Alexei Lexx wrote:
>
>> Everything works properly in development, error is only in production
>> environment and only ONE time. If I submit form second time then
>> everything goes well.
>>
>> Please, help.
>
>
> Sounds like
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 adde
3 matches
Mail list logo