Displaying 2 results from an estimated 2 matches for "huihoo".
Did you mean:
hiho
2011 Apr 20
3
API-MS-Win-Security-Base-L1-1-0.dll Failed To Initialize
Trying to run code I compiled on windows:
>
> debian-test:~# /usr/local/bin/wine EventLogViewer.exe
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> err:systray:initialize_systray Could not create tray window
> err:module:attach_process_dlls
2008 Aug 28
12
Rendering User attributes in XML
Let''s say an app has a User, and a User has many friends. Also, let''s
say the app authentication was built on the restful_authentication
plugin, and we have email and password in the Users table. The friends
controller index might look like this;
# GET /users/1/friends
# GET /users/1/friends.xml
def index
@users = @user.friends
respond_to do |format|
format.html