Displaying 20 results from an estimated 2000 matches similar to: "Komodo - switch between controller/view"
2006 Jun 21
5
model with not te be updated attributes ?
Hi List,
I have a table that contains several fields that must be initialized
when first created, but may not be altered afterwards (when updating the
other fields) because they can be changed by external processes.
I noticed that the ActiveRecord update commands (even update_attribute)
only seem to work by loading the complete record, changing fields that
need to be changed and doing a full
2012 Feb 17
8
Puppet syntax check for Komodo Edit
Hi folks,
Recently I''ve been using a MacBook Pro (Lion) as a workstation, I''m
feeling good even if still missing some tool (coming from Ubuntu
environment).
I''d like to have a cross platform IDE with basic Puppet syntax
highlight, so far the one that seems to better fit my needs is Komodo
Edit v7, that is mentioned here:
2006 May 23
4
Where''s Ruby? Too many Ruby interpreters on OS X.
I seem to have two versions of Ruby on my PowerBook. I have been learning
RoR and walked through the online scripted install of Ruby and Rails several
weeks ago before I really understood what was going on.
If I open Terminal and type:
ruby -v
I get back:
ruby 1.8.4 (2005-12-24) [powerpc-darwin8.5.0]
So that looks fine, but I don''t know where my Ruby interpreter is located. I
2007 Jan 23
11
dynamic tablenames
Hi List!
May I tap into your combined common sense ?
I have a legacy logging app that needs to be modernized. At the moment,
Data is going to be stored in 5 tables, one table is going to contain
more than 200 million and 2 others about 60 million rows. Mysql will be
used, unless someone sees a major advantage in using something else (at
the moment data is stored in a raw positioned file format,
2007 Mar 12
2
altering prefix to multiple variables in different locations within a command file
Hello,
I am seeking advice regarding how I might add the prefix " kc$ " to
variables in a series of commands. The complication is that there is
a large number of variables with different commands. Examples of the
variables in typical commands follow.
It is simple to use search & replace for common variables such as
"group" but I would appreciate advice about whether
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete
features for win32.
It would be perfect if it could do something akin to what DHH is doing
on the screencast hosted on the rails website.
http://media.rubyonrails.org/video/rails_take2_with_sound.mov
Cheers
--
Posted via http://www.ruby-forum.com/.
2011 Nov 07
1
Missing public folder
Hi
i am using dovecot 2.0.13 and i can't see public folder in my mail client. But what is strange, it
was working after instalation, and i don't know when it dissapeared. Maybe after some upgrade ?
When i enable debug, then i can see in my log that folder exists and no errors. Please where should
i find the problem ?
Thanks
Martin
Here is log
Nov 7 11:00:27 OVZ dovecot:
2006 Jan 25
14
Salted Hash Login Generator
Does this work with rails 1.0 ? I saw that people said it failed with rails 14.1, which
practically identical.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060125/5da24694/attachment.html
2006 Jan 30
5
Debian Sarge Server with iptables behind D-Link Router
Hi,
I have the shown (end of this post) net work configuration.
In a "few" words: My Debian Sarge server is connected to a D-Link ADSL
Router (DSL-562T). DMZ is enabled for the Debian Sarge IP on the Router.
My Linux server has two NIC''s.
ethlan = internal Net
ethdsl = external -> D-Link
My Linux server is configured to make NAT via iptables.
Current state -
2009 Jan 31
1
Test Driven Development in R
Hi,
I wonder what kind of interest there is on Test Driven Development (TDD) in R.
Test Driven Development consists of writing the test before the function, and
iteratively build the function until it passes the test.
Python and Ruby (specially Ruby) have very strong test-oriented cultures. In
fact, in Ruby at least the custom is to do TDD and lately Behavior-driven
development (BDD). In BDD,
2004 Feb 11
7
large fonts on plots
Hi all,
I need to enlarge te fonts used oo R-plots (plots, histograms, ...) in
labels and titles etc.
I seem to be unable to figure out how to do it. The problem is that the
titles of the plots are simply unreadable when I insert them into my LaTeX
text, since they are relatively small compared to the entire plot.
I am sure it is pretty simple, can anybody give me a hint ?
Please reply
2001 Nov 02
0
Samba namequery error
Hi,
I have joined a RedHat-7.1 box with Samba 2.2.2 to a NT Domain, and
everything works perfect.
Except when I look in de log file I see a name query error every 5
minutes , and I don't know how to solve this problem.
The PDC-A is de primary domain controller and tux is the linux box with
samba.
I made u tcpdump on the same moment when I receive the error and it
seems that the NT box sends
2016 Sep 15
0
Mingw gcc 6.x on CentOS6?
Hello there!
I'm stuck here on my CentOS6 w/ current EPEL's version of mingw32/64 gcc
(4.9.2), jealous about the Ubuntu's 5.3.0 version and even more jealous
about Fedora 24's top-recent 6.1.0.. and now I need msvcr120.dll
compatibility (provided by gcc 6.1.0).
Has anybody any experience w/ recompiling Fedora's 24 mingw RPMs or
another way to get the latest gcc
2007 Jul 12
1
WWW::Mechanize::Link.inspect needs some TLC
The problem: users trying to debug Mechanize apps with Komodo
are finding the debugger times out once it''s loaded a web
page. They don''t run into this in the ruby-debug debugger,
or running in normal mode.
The reason: Komodo''s debugger is graphical, which means that
whenever it hits a breakpoint it automatically shows the
contents of each local variable. It has a
2005 Jan 25
2
"disregarded projections" warning when fitting lm model
Hi all,
I'm fitting a linear model (using lm) to some 2500 data points. The
model consists of 4 single terms and two combined terms. I get the
following warning message:
"Extra arguments projections are just disregarded. in: lm.fit(x, y,
offset = offset, singular.ok = singular.ok, ...) "
Can anybody clarify this ? I don't seem to find any pointer to what
this might
2005 Jan 24
1
proj() function for lm objects
Dear all,
I'm trying to find a clear explanation of what the 'proj(lm)' function
produces after having fit a linear model using 'lm'. I find the help
page on the proj() function highly unclear (surely part to my limited
knowledge of statistics). Can anybody provide a pointer to a clearer
explanation, preferable containing some examples of the calculations
involved ?
2003 Nov 02
1
Boxplot with full x-range
Hi all,
I'm new to R, and have the following problem:
I wish to draw a boxplot of simple data in two columns. The x-axis
(taken from first column) is grouped to intervals (using 'cut').
These intervals serve as x-value to the boxplot, and the data from the
second column are the y-values.
The problem is that I want to give an impression of the trend of the data
in the x-range.
2004 Apr 17
1
Bug in "force group" parameter, or group membership checking?
Hello,
I have the following situation:
Samba with ldap passdb backend.
In my setup I have a group called exact:
------------
dn: cn=exact,ou=Groups,dc=ahm,dc=nl
objectClass: posixGroup,sambaGroupMapping
cn: exact
gidNumber: 1000
sambaSID: S-1-5-21-4269728302-1655870493-3894479995-3001
sambaGroupType: 4
memberUid: gerrit,piet,hornie
------------
maps to the unix group exact:
exact
2011 Jan 04
2
Courier-mta with Dovecot LDA again
Hi all
Sorry for repost, but i don't believe that there is noone who know where the problem can be. At
least developers should know :-)
I have sent this post once, but without answer.
I have setup dovecot lda instead of maildrop on my courier server.
Delivery is working, sieve plugin too, but i can't figure out why lda can't send emails via sendmail
(vacation).
I always get
2003 Sep 28
3
FYI-New ATA clone out
was breezing over http://voxilla.com/
Looks like a new ATA from the founder of Komodo Technology
(aka the Cisco 186)
Sipura SPA 2000 http://www.sipura.com/products/spa2000.htm
to join the others
Cisco ATA 186/188 http://www.cisco.com/warp/public/cc/pd/as/180/186/
8x8 DTA-310 http://www.8x8.com/products/home_office/dta-310/index.asp.html
Grandstream HandyTone 286