Displaying 2 results from an estimated 2 matches for "adminuserscontroller".
2012 May 21
1
Active Admin help
I have installed active admin and also add my model -controller
rate_professor there.......I can add/delete/edit data using active admin
...but if I click on submit button of my form in rate_professor controller
... I can see whatever I added in the index page ........but I don''t want
to see that one.....I want to find the information(whatever I added by
clicking submit button) on
2012 Jun 26
0
no such file load errors - md5
...tialize''
from /Users/workstation02/sportskaki/config.ru:1:in `new''
....................x................
to encrypt password using with require ''md5'' , require digest/md5 , in
my controller , I declare head of my controller
require digest/md5
Class Manage::AdminusersController < ApplicationController
def index
@adminusers = Adminuser.all
end
end .......................
And I run rails s -e production , I see no such file to load md5.
I remove require digest/md5 , I see this error also.
In my project I use
rails 3.2.2 and
ruby 1.9.3p125 (2012-02-16 revision 3464...