search for: iterms

Displaying 20 results from an estimated 25 matches for "iterms".

Did you mean: terms
2009 Jan 13
0
How can I get Rspec on Mac iTerm formatting and colors occuring when I use Putty remotely???
Hi, Any ideas how can I get the nice formatting & colors that occurs on my Mac iTerm when I run Rspec (e.g. ./script/autotest), to occur when I log in to my dev environment via Putty (from Windows) and run it here??? -- Greg http://blog.gregnet.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2005 Aug 31
6
Software to code Rails
Hi! After searching the list''s history an the rails-wiki I come to the conclusion that the subject of "which software to use for rails-coding" isn''t disucssed and written down yet. So here is my question: Watching a video like http://rubyonrails.org/media/video/clips/components.mov five question come to my mind 1. Whats the name of the commendline-software? 2. What
2006 May 27
36
Might be buying a Mac
I might be buying a Mac tomorrow. I checked out the new 13.3in MacBook at the new Apple Store on 5th ave in NYC. I''m torn between the smaller MacBook and the MacBook Pro. We have a pro at work and I''m not that thrilled with the way it feels. I like the keyboard much better on the 13inch. However, I think doing development on that small of a screen could get frustrating. Any
2006 Mar 16
8
Question on gems on Mac OSX
Hi all, lately I''ve been working with ROR on a MAC OSX tiger at work, however I have one huge problem with seems to be the root of all my problems whenever I use terminal or iTerm to start workign with ROR. Every single time I open a new terminal window or close one and open a new one, I have to reapply my path from .bash_login for Ruby and MySql, and than I have to install the
2005 Dec 22
2
Pretty Log Output on OS X
Howdy, I am using Apple''s Terminal and Rails 1.0 on Tiger. I am tailing my log files and it seems with one of these updates things changed a little. I see all these ''ESC'' codes all over. How can I make the output prettier? I''d rather not move to iTerm, not one of my faves. Cheers.
2011 Apr 08
3
Rails Tutorials
Hi, I''ve begun watching the rails tutorials video, and have downloaded the iterm application. I did a search for GIT (git-1.7.4.1-x86_64-leopard.dmg<http://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.7.4.1-x86_64-leopard.dmg&can=3&q=> ), and downloaded it the way it was suggested. After endlessy trying for an hour to follow the tutorial, I can not
2009 Feb 20
1
how can I disable the rails logging in development?
I can''t seem to disable rails logging when using Mongrel. Any fix for this? Also unanswered on the Rails forum: http://www.ruby-forum.com/topic/109422#784596 Re: how can I disable the SQL logging which occurs in develo Posted by Greg Hauptmann (Guest) on 29.05.2007 21:22 You''re exactly correct Isak! Thanks. The logging functionality worked as it should in webrick. Is seems
2011 Feb 04
1
selenium rc server - run it on a specific display help!
Dear all, i'm trying to run multiple selenium rc server on a centos box (different ports) with developers connecting to it through VNC (different respective ports) to check their automated test result. i can easily do the above manually (when it comes to running RC server). though automating the process is proving to be difficult. can anyone guide me on how to run a service on a specific
2006 Jul 04
1
Problems on testing moderating effect (or interactive effect).
...by adding a interactive variable between A and C. But I'm not sure how to do. Is there a default way to do it in package sem? I'm also thinking about create a interaction variable of A and C, but I don't know how to it. A has n (n = 27) items and p (p = 288) cases and C has m (m = 16) iterms and p (p = 288) cases. Does anyone have any suggestion? Thanks in advance.
2008 Mar 28
5
Upgrading from older version - how?
Hi there, We''ve been using previous version of bdrb (drb based one) for a while and it was running relatively OK. We recently attempted to upgrade to the new version to keep up / use supported version but we ended up reverting to the older version. Here are the things that moved us to revert : 1) With the workers we never manage to pass this error: '''' You have a nil
2020 Mar 28
4
osx permission issue
hello, does somebody know how to circumvent that "extra file access restriction feature" introduced in osx some time ago ? i already tried adding rsync binary to programms with "full disk access" privilege ( system-prefs -> security & privacy -> privacy -> full disk access)? , since running as root is not sufficient - but it does not work. i want to make sure
2006 May 09
2
newbie: OSX Ruby/MySQL issue?
I''m three pages into the OnLamp RoR Tutorial [1] and am wrestling with what appears to be a MySQL connection problem. I''ve created a simple controller called "recipe" with a corresponding "recipes" mysql table. The recipe controller is just a simple scaffold. When I browse to "recipe/new", though, I get these errors: == NoMethodError in
2006 May 18
10
new user.
Question please. I''ve bought the beta ''Agile web dev with rails''. Are book related questions valid on the list please? regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk
2013 Jul 24
1
[LLVMdev] ubuntu on the mac
24.07.2013, 12:31, "David Chisnall" <David.Chisnall at cl.cam.ac.uk>: > On 24 Jul 2013, at 08:47, Tyler Hardin <tghardin1 at catamount.wcu.edu> wrote: > >>  Not much slower. VBox does an amazing job at getting near native performance on modern machines (those with nested paging etc.). This is definitely the best option if your computer has ~2g ram and 2+ cores.
2006 Jun 27
0
[OT] Textmate __cg_jpeg_resync_to_restart
Mac OSX Tiger. When I type ''mate'' in a Terminal (not iTerm) window, I get the following error: dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /opt/local/lib/libJPEG.dylib I know this is OT but I posted to the TM list and
2006 Oct 31
1
missing SIGWINCH?
I have an R library which uses identify() and system(com="xterm -e less /a/corresponding/file") to view files when I click on an x11() plot. I can successfully resize the xterm on Linux (i486) and Macos 10.4 (G4 and G5), but NOT Macos 10.4 (Intel). For example, on a new mac pro: # in a terminal,xterm,iterm,etc: xterm -e "printenv | less" # the resulting xterm resizes
2010 Sep 15
19
Rails 3 with Mongrel possible?
After much fiddling and googling, it seems to me that Mongrel, even the 1.2.0pre2 release is not compatible with Rails 3 -- is that true? When I start up a new Rails 3 project (i.e. one fresh after a `rails new` command), mongrel appears to start (creates a pid file, and reports no errors on the CLI), but the app does not load in the browser and I find this in the mongrel.log
2011 Sep 22
1
Wrapper of linearHypothesis (car) for post-hoc of repeated measures ANOVA
...lt;- if (is.ordered(wframe[[wf]])) aovmlm$icontrasts[2] else aovmlm$icontrasts[1] } } # 3. Check that interacting factors in levelcomb are included in both the # between-subjects and within-subject designs ifactors <- names(levelcomb) iterm <- paste(ifactors,collapse=":") itermsort <- paste(sort(ifactors),collapse=":") anovaterms <- lapply(strsplit(aovmlm$terms,":"),function(x){paste(sort(x),collapse=":")}) if (all(is.na(match(anovaterms,itermsort)))){ warning("The term \"", iterm, "\" is not in the model des...
2006 Mar 29
38
Poll: Which distro do you use for Rails/Ruby development?
Good afternoon, I''ve two quick questions for the Ruby/Rails community. 1) Do you use Linux for Ruby or Rails development? 2) If you use Linux, which distro do you normally use to develop? Thank you for your input. :-) -- Posted via http://www.ruby-forum.com/.
2010 Jun 29
8
What TERMINAL software do you use for MS Windows platform and WHY?
Hi Everyone, I am accustomed to PUTTY and it's very nice as in it allows many many SSH profiles to be saved and allows tunneling etc....but it's not very good when it comes to scrolling up and down, colors, text size, and specially it doesn't give a title to the opened instance. Maybe giving the IP address as the title of the window would help a lot if you have many different servers