search for: marston

Displaying 20 results from an estimated 40 matches for "marston".

2007 Apr 03
4
Replacing ERB with Erubis
Hey guys, I''ve been hearing a lot about erubis: http://www.kuwata-lab.com/erubis/ Especially about how much faster it is than straight ERB. In their Ruby on Rails support docs: http://www.kuwata-lab.com/erubis/users-guide.05.html#topics-rails They state that with a few added lines to your environment.rb it will replace ERB completely. I''m wondering if anyone has done this in
2006 Apr 20
4
Small Date Formatting Question regarding datetime_select()
Is there a way to make datetime_select() dropdowns work on a 12hr clock? I need to make a input field that works exactly like the reminders datetime selecton dropdowns in Backpack to populate a datetime field in my DB. i.e in the format: month, day, year ? hour (1-12) minute am/pm. Should I change my database to have a separate column for date and one for time and use date_select()? Can
2006 Jun 20
4
Searching ActiveRecord sets
Hey all, I''m learning AR and I''m trying to find the best way to search an ActiveRecord set in order to make a conditional statement decision, something like .has_value?(value) but for a multi-dimensional array like an AR set of like 100 rows. I know I can do something like this: results = Table.find_by_sql("...") for result in results if
2013 Jan 15
1
Permissions when running `dovecot --exec-mail imap`
...d the dovecot executable and change it's group to "mail" (i.e., `chgrp mail dovecot` and `chmod g+s dovecot`)? Would this pose some kind of security risk? Would this actualy do what I want, or am I missing a bigger picture? Kind regards, [1] http://wiki.dovecot.org/PreAuth -- Tim Marston ed.am
2007 May 19
3
Capistrano installation error--Zlib buffer error
I''m trying to install Capistrano. When I run gem install Capistrano --include-dependencies, I get the following error: ERROR: While executing gem ... (Zlib::BufError) buffer error Anyone got any ideas what''s causing this and how I can fix it? I''d really like to use Capistrano to deploy my rails app, but I need to install it first.... Thanks, Myron -- Posted
2006 May 04
1
Ajas Scaffolding and RJS Templates the same thing?
Hey all, I''m just starting in rails and am working on my first app. I need to do inline editing for 2-15 rows of data on a page. I found Ajax Scaffolding here: http://www.ajaxscaffold.com/ And it is EXACTLY what I want in my app. But I''ve also been trying to read a bit up on RJS Templates. Are they basically the same things except RJS is built into rails or is the
2006 May 12
3
How to implement a global partial?
Quick question: Whats the easiest way to implement a global partial? Where I can call one partial from many different controllers (err controller views)? -- Posted via http://www.ruby-forum.com/.
2006 May 25
2
Have a quick Gruff Graphing question
I have some graphs and everything is working great, but I''d like to set a minimum height so to speak on the vertical scale. Is there a method to do that with Gruff? I''ve tried looking through the docs but can''t seem to get it to work. So for example, if the highest datapoint in my graph was say 500, is it possible to have the minimum vertical scale on the left set
2002 Aug 26
2
Homedrive mapping
...Is the issue described in the q-article ( cleartext passwords sent to downlevel servers ) truly the issue? Is there any way to re-enable this functionality with more modern (2.2.x) versions of samba? Thanks, Ben Vaughan Ben Vaughan Systems Engineer, Engineering Computing Support Services 210 Marston 515 294-1629, Iowa State University benvon@iastate.edu pageben@iastate.edu
2017 Mar 16
1
[Announce] Samba 4.4.11 Available for Download
======================================================= "Take your mind off the problems for a moment, and focus on the positive possibilities. Consider how very much you are able to do." Ralph Marston ======================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.4. Please note that this will very likely be the last maintenance release of the Samba 4.4 release branch. Changes since 4.4.10: --------------------...
2017 Mar 16
1
[Announce] Samba 4.4.11 Available for Download
======================================================= "Take your mind off the problems for a moment, and focus on the positive possibilities. Consider how very much you are able to do." Ralph Marston ======================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.4. Please note that this will very likely be the last maintenance release of the Samba 4.4 release branch. Changes since 4.4.10: --------------------...
2006 Aug 26
5
LiteSpeed Web Server 2.2 with Ruby Rails integration....
Fellow Rail users and developers, Right now the easiest way to run Rails is in combination with Mongrel. However, it may not be a good idea to expose Mongrel directly to the outside world in a high-load production environment. In-addition, Mongrel_cluster + proxy + load balancer have to be used even for a single server deployment making the unified setup more complicated than needs be.
2006 Apr 20
21
Can someone please explain Lighttpd + Mongrel + Rails.
I know that Mongrel is a web server that hosts rails applications. But i don''t understand what part Lighttpd (or Apache) has in the setup. I know that you can use Mongrel on its own. What does Lighttpd improve on? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2006 Apr 29
10
A Good Tutorial on Params and Variables
I have found various posts about instance variables, session variables and parameters (each of which seems to use differnet syntax and have different view on the "best practice") I would like to find a single, reliable source that provides a good overview on all of it. Specifically, I would like to learn how to pass parameters between controllers and how to set session variables so
2006 Apr 30
1
link_to_remote possible with :class AND progress indicators?
I have the following code: <code> <span id="loader" style="display:none;"> <%= image_tag "spinner.gif" %></span> <strong><%= link_to_remote(''Add Entry'', {:update => ''add-entry'', :url => { :action => "show_add_entry" }}, :loading =>
2006 Jan 20
2
select_time issue: how to get hours only upto 12 along with AM/PM
My code is like this: <%= select_time () %> 1) I would like to pass more options so that the a blank value is at the top. I tried ":include_blank => true" but it didn''t work. 2) I would like to limit the number of hours to only upto 12. With the current code the hours has value rangin from ''00'' to ''23'' 3) Would like to have
2001 Nov 21
0
drug discovery and drug development
...working in biopharm discovery and development, Would you like to help out and contribute to an article about R by completing a quick survey? Please follow the link below to access the survey. http://www.pharmastatsci.com/R_survey.htm Your feedback will be appreciated, thanks! Sincerely, Sarah Marston -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2010 Dec 12
0
rspec-2.3.0 is released
...include matcher fails (Mike Sassak) ### rspec-mocks-2.3.0 / 2010-12-12 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.2.1...v2.3.0) * Bug fixes * Fix our Marshal extension so that it does not interfere with objects that have their own @mock_proxy instance variable. (Myron Marston) ### rspec-rails-2.3.0 / 2010-12-12 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.2.1...v2.3.0) * Changes * Generator no longer generates autotest/autodiscover.rb, as it is no longer needed (as of rspec-core-2.3.0)
2002 Sep 06
1
A user named homes and homedir mounting
...a conflict between the "homes" share definition and his username and samba getting confused. Could this be a bug or unchecked special case in samba? Has anyone else seen this behavior? Thanks! Ben Vaughan Ben Vaughan Systems Administrator, Engineering Computing Support Services 210 Marston 515 294-1629, Iowa State University benvon@iastate.edu pageben@iastate.edu
2006 May 18
4
time select with am/pm?
Hi everyone, Is there a time select helper which uses a 12 hour clock rather than a 24 hour one? Also, does anyone know if :discard_year actually works in datetime_select now, or how I could find this out? Thanks! Daniel