similar to: rails_panel - new admin interface for Rails

Displaying 20 results from an estimated 3000 matches similar to: "rails_panel - new admin interface for Rails"

2012 Apr 27
4
Is my developer dodgy?
Hi! I need some help, my partner and I have hired an app development company to create an iPhone app that allows shops to list their inventory and advertise their specials, there is also a back end admin website that shop owners can login to that allows them to update their inventory and specials. The admin website communicates directly with the iPhone app so that any changes made are shown on
2011 Jul 06
5
Monkey patching a gem (rails_admin, with Rails 3)
Hi. I''m trying to monkey patch the rails_admin gem. First, I tried to add a file in config/initializers containing: RailsAdmin::MainController.class_eval do def get_sort_hash CODE HERE... end end It was only loaded once, and then the method from the gem was always executed instead of mine. I also tried to add the code in lib/ with the correct line in config/application.rb to load
2006 Jul 17
2
DB Admin Console
Over the past few months, I''ve developed an administrative console for databases in the process of solving other problems. At the moment, the state of development is: * Going to /admin_panel/model will bring you to a list of items in the model: * Supports acts_as_list via drag/drop sorting * Supports "activated" via an activated/deactivated button * Supports basic
2011 Jul 18
0
rails_admin & carrierwave
Hi to all.... Please help me =( I use rails_admin and I need to upload files with the help of it. I found carrierwave for it and installed it with the help of https://gist.github.com/884835. But It doesn''t work =( when i login in rails_admit? i see default text field instead field for choose a file, but this text field without CSS styles of rails_admin. I think, that my views, which i
2013 Sep 19
0
problem with change Model url for rails_admin
i wont to change url name of model in rails_admin example i have model Help and *url : /admin/help/ * now i wont to change name of url to *"/admin/customerHelp"* so how can it be posible to change in rails_admin. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving
2013 Oct 07
0
rails_admin problem in raoutes, parallel login area in devise
hello friends, i am using rails_admin as webapp admin interface. it create a User model by default using Devise gem. after that i am creating another authorization area member. now /admin route change to /member/sign_in from user/sign_in. any body have idea how to create a parallel login area in devise with rails_admin. /admin => /user/sign_in (default) after * rails g devise member*. it
2006 Jul 21
4
pre-alpha Rails Admin Console
Hey all, I have released some pre-alpha code for my Administrative Console which I''ve been talking about for the past few days. The admin console, autoDB, provides and AJAXed, automated scaffolding-type system that''s pretty and very customizable. More details at http://trac.visualjquery.com/admin_console/ and my original post from last week, which has screenshots and some
2005 May 10
3
Packets going to default class iam having still the problem
Hi all Its been long time i have sending this message to this news group but i could not get proper responce from the authors or any experts that, is that bug or only the problem with my ssytem iam tryin this config with FC iptable 1.3.0 and latest TC tc utility, iproute2-ss050330 htb 3.17 iam trying past 2 weeks and digging all googles but could not able to come to conclusion whats wrong
2008 May 21
3
Converting a 'difftime' to integer - How to???
I want to find the DOY (Day of Year) of some dates. I think to substract the date 1. January from the data to achive this. Something like: > d <- as.Date("2006-03-13") - as.Date("2006-01-01") +1 > d Time difference of 72 days So far so good. But d is a 'difftime' object. How do I get an Integer value from that? I tried severel things, incuding the
2007 Apr 19
2
error: *** zlib missing
I am very new to linux and openSSH ,, i am trying to compile openssh for jungo openrg IXP45. but while configuring i am getting following error,, hecking for libgen.h... yes checking for getspnam... yes checking for library containing basename... none required checking for deflate in -lz... no configure: error: *** zlib missing - please install first or check config.log *** if anybody will me
2005 Oct 19
4
Cyberpower CP550SL/AE550 Serial
Is anyone working on anything to support the Cyberpower CP550SL/AE550 Serial? Any idea if it uses the same or similar protocol as the other Cyberpower models? I have an HP 4952A Serial Protocol Analyzer and a Cyberpower CP550SL. Once I get the CP550SL up and working in Windows over RS232 I'll hook up the 4952A and see whats going on. I'm not sure what it uses for default baud rate.
2005 Jun 14
5
RJ45 instead RJ11 in Digium's TDM20B card help me please
Dear all, I am happy to tell you that I received a Digium's TDM20B card for my Asterisk box today. but the phone jack is RJ45 instead of RJ11. So Please I need precise instructions to connect a phone to this card. please, assume that I have a phone (a normal analouge phone connected to the one end of a cable with an RJ11 jack (at the phone side). and now I want to connect the other end to the
2008 Feb 12
6
Matching Problem
Hi I have this vector of strings. MyData <- c("Test1","Test2","I(Test1^2)","I(Test2^3)","I(Test1.Test2^2)") where I want to extract only the text after "I(" and before "^" so that the string returned only contain c("Test1","Test2","Test1.Test2") I am not very skilled in the use of matching
2006 Sep 12
2
(no subject)
Hi, I have a problem with aggregate. x <- aggregate(t1,list(t2,t3,t4), mean) z<-x[,3] I want z to be a vector but it is a factor. I've tried to use as.vector(z,mode="numeric") but then the numbers get scrambeled. Any help is appriciated /anders
2011 Jan 26
2
a problem with is.na
Hello, I have observed the following odd behavior of "is.na( )" and hope someone can give me an explanation Example: X1=rep(1:2,5)[-1] X2=rep(1:5,rep(2,5))[-1] y= runif(9) y[3]=NA xtabs(y~x1+x2) Now xtabs(is.na(y)~x1+x2) says that cell 2,2 is NA x2 x1 1 2 1 0 0 2 0 1 3 0 0 4 0 0 5 0 0 Whereas xtabs(!is.na(y)~x1+x2) says that all but cell 1,1 and 2,2 are not NA x2
2011 May 06
2
Problems running programming IDE
Hey guys, This is Jesse Cox (KI4JGT) I'm writing you guys today because I'm having trouble figuring out what has been going on with a programming IDE I frequent on Windows. It's ran on every version of WINE I've installed for the last 3 years. Since the upgrade of Ubuntu 11.04, WINE no longer offers the ability to run this program (JustBASIC - http://www.justbasic.com) I was
2002 May 13
2
plot() function
Dear List Members, I have one basic question concerning the plotting abilities of the R language. I'd like to plot 2 functions (x,y1 and x,y2) which should appear in one graphic window but I didn't manage to do that and I haven't found any advice on that in one of the several FAQ's. I am only able to plot the first function: plot(x,y1). any help would be appriciated. bye,
2017 Sep 08
2
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
Thanks Rowland, Very appriciated. The dnsmasq servers are explained, these are no problem in his setup sofar i could tell/see. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: vrijdag 8 september 2017 10:50 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Server
2004 Jun 29
4
Ruggedised IP Phone
Hi all, I want to use my * box to control entry to a building. I was wondering who else has done this and what phones they might recommend. The phone itself needs to be externally mounted so will have to be durable. Functionally I would like it to just dial and extension when picked up. Any comments on your experiences would be very much appriciated. Best regards Matt
2005 Aug 13
2
Problems runing R CMD check
Hello! I have a problem checking the package. Firstly, I do not know how to specify the package to check. I tied specify it by supplying the path and by runing the R CMD check in the directory of the package. In addition to that, I get an error bellow. Any suggestions on how to set TMPDIR would be greatly appriciated! C:\Ales\Statistika\Blocno modeliranje\dr\blockmodeling>R CMD check *