search for: dempsey

Displaying 20 results from an estimated 50 matches for "dempsey".

2006 Apr 14
6
LoginGeneratorACLSystem Issue
...;. I am not sure what I am doing wrong. Essentially what I am trying to do is lock down user actions based on what role they have. If anyone know of a "better" way of doing it than using LoginGenerator along with the LoginGeneratorACLSystem I appreciate the input. Sincerely, Robert Dempsey -- Posted via http://www.ruby-forum.com/.
2006 Apr 03
3
SaltedHashLoginGenerator Verification Trouble
...y the system: http://localhost:3004/user/welcome?user[id]=12&key=b69b31e8769c18cf94684ea12331cff49e9d5d52 I open it up locally (of course) with the message that I am logged on. I am not sure what is wrong. Any help with this is much appreciated. Thank you all in advance. Sincerely, Robert Dempsey -- Posted via http://www.ruby-forum.com/.
2006 Apr 03
3
Retrieving a record using created_by
...o, in order to not ask so many newbie questions, I have purchased a few books: Agile Web Development with Rails, Rails Recipes, and the O''Reilly (beta) book Rough Cuts: Ruby on Rails - Up and Running. Can anyone point me in the direction of other good books? Thanks. Sincerely, Robert Dempsey -- Posted via http://www.ruby-forum.com/.
2006 May 01
6
Two developers, one on unix and one on windows
...on a Linux box. We need an easy way to not keep breaking our app and each others development environs when we check in the code. The piece in question is the dispatch.fcgi. The path to ruby is (obviously) different in Windows and Unix. Has anyone run into this and what do you do? Thanks. - Rob Dempsey -- Posted via http://www.ruby-forum.com/.
2006 Jun 19
2
Auth_generator and domains
...ce.I am working with the auth_generator and see that the "roles" are domains. I am unsure how to add domains to the system and then control who is in what domain. Any help with this or an explanation of how domains work is greatly appreciated. Thank you in advance. Sincerely, Robert Dempsey -- Posted via http://www.ruby-forum.com/.
2006 Apr 14
7
SHA2 Issues
...that the constant 256 is not initialized. I have changed the Digest::SHA256 to Digest::SHA2 to no avail. I am using (on Windows - development only trust me) Ruby 1.8.4 and Rails 1.1.2 with all the latest updates. Does anyone know what the correct code might be? Thanks again. Sincerely, Robert Dempsey -- Posted via http://www.ruby-forum.com/.
2005 Mar 29
6
Aggregating data (with more than one function)
...LastName Department Salary 1 Johnson IT 56000 2 James HR 54223 3 Howe Finance 80000 4 Jones Finance 82000 5 Norwood IT 67000 6 Benson Sales 76000 7 Smith Sales 65778 8 Baker HR 56778 9 Dempsey HR 78999 10 Nolan Sales 45667 11 Garth Finance 89777 12 Jameson IT 56786 I want to calculate both the mean salary broken down by Department and also the total amount paid out per department i.e. I want both sum(Salary) and mean(Salary) for each Depar...
2006 May 19
12
How to build a server
Hi, I''ve been learning about building Rails apps for about 8 months but I don''t really know how servers work or how to build a server. I have an old 450 GHz Pentium computer I can play with. Since I use OS X, I was thinking about installing a BSD system and trying to make a MySQL/Rails server. That is about all I know about servers. How does a server in my house get connected
2006 Jun 12
3
New "made with Rails" web site
Hello, I''m very pleased to announce you a new "Made with Rails" website : http://www.pierre-farel.com Even if the site is running RoR the online shop is still using PHP and the whole backoffice (shop+site) have been rewriten with RoR I''m using Apache 2 + Fastcgi and for the moment everything seems to go fine !! Thanks for all the helpfull people here !! -- Posted
2002 Sep 17
2
Install on Mandrake 8.2
Hello, I have a fresh install of Mandrake 8.2 which comes with Samba 2.2.3a. I wish to upgrade to Samba 2.2.5, however, I cannot find the correct RPM to do so. Any help here is greatly appreciated. Thank you. - Robert Dempsey
2006 Apr 12
2
Tracking page hits
...as the pages are not going to be static. Has anyone else implemented this and if so could you please point me in the right direction. A potential solution that I have come up with is to keep a running tally in a table in the db. I appreciate any input that you all can give. Sincerely, Robert Dempsey -- Posted via http://www.ruby-forum.com/.
2006 Jun 12
5
railish icons?
This is a little off topic but someone here knows, I''m sure... Does anyone have a good site to find freely available standard icons for things like add/edit/delete/save? I''m looking for a set of clean and simple matching icons that capture that Railsy-Web 2.0 feel... Maybe icons aren''t Railsy... Steven -- Posted via http://www.ruby-forum.com/.
2006 Aug 18
3
equivalent of "puts" in rhtml
Hi everyone, This seems so basic, and yet I can''t quite figure it out. Say I have some code in an .rhtml document: <%= if @session[:user_id] link_to somethingA else link_to somethingB link_to somethingC end -%> Only the link to somethingC will show in the second case. I understand that the last thing returned from that else block is that last line. In php i could just add
2006 Jun 09
5
Rails "pasteboard"?
Hello all, I''m looking to setup a simple network "pasteboard" for files within my organization, to circumvent people trying to email 50 meg files and me being unwilling to open up our mail server for massive email transfers. I''ve seen the pasteboard idea elsewhere where you can go and paste code or log files or whatever, and then they just fall off an hour or a day
2006 Jun 07
9
Unobtrusive Javascript for Rails
I made a brief post on here the other day about this and now I can proudly present the initial release of our unobtrusive_javascript plugin for Rails. We''ll be working with Dan Webb of Vivabit to roll in much of the functionality in his own as-yet unreleased unobtrusive_javascript plugin into a single plugin. This is essentially a preview release and probably not suitable for use on a
2006 Mar 23
2
Scheduling Reminders
Hello everyone, I am not sure if this question belongs here but I will take my chances. I am creating a little app to keep track of my homework and when it is due, and I would like to send myself email reminders within x amount of the due time. What suggestions do you have for accomplishing this? I am running the latest versions of Ruby and Rails on a Fedora Core 5 box with qmail. Thanks for
2007 Mar 28
1
service::start problem on win32
...nel. However, when I try to start the service with the command: mongrel_rails service::start -N myapp, I get an error ERROR RUNNING ''service::start'': Plugin /service::start does not exist in categor y /commands Has this functionality been removed from mongrel_service? -- Jake Dempsey www.watij.com www.explainpmt.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070328/53518e1d/attachment.html
2002 Sep 02
1
File types and performance
...am wondering if Samba cares what types of files you are putting onto the server and if this effects the performance of the server. Attempts to copy various file types to my Samba 2.2.5 RH7.3 server have given mixed results. I appreciate any help on this matter. Thank you. Sincerely, Robert Dempsey Atlantic Dominion Solutions
2006 Apr 16
2
Making requests in order
...ing, or disallowing me from making the request. The question is this: is this the best way to do it (theorizing that I wouldn''t have a form showing me what had been completed and what hadn''t) or is there a better way. Thank you all for your ideas and input. Sincerely, Robert Dempsey -- Posted via http://www.ruby-forum.com/.
2006 Apr 18
11
how to release a plugin
I''ve developed a very useful (at least to me) plugin for rails. How do I go about releasing it. I have an account with rubyforge but I don''t know how to let rails know about it. Charlie Bowman www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: