Displaying 20 results from an estimated 9000 matches similar to: "ActiveBudget - Track your money and learn Rails"
2007 Jun 21
9
it_should_behave_like
I''m trying to use it_should_behave_like, and something seems to be wonky
with the syntax. When I add :shared=>true, the DSL complains that the next
line is the fixture declaration:
/vendor/plugins/rspec/lib/spec/dsl/behaviour_eval.rb:137:in
`method_missing'': undefined method `fixtures'' for
#<Spec::DSL::EvalModule:0x324a2cc> (NoMethodError)
Here''s the
2006 Apr 13
3
Java/J2EE DAO/model objects vs. Ruby/Rails model objects
In typical Java/J2EE applications, domain model object do not have much
logic, they are basically data holders. It seems to be considered a sin to
put persistence logic in the domain model objects, instead it should be put
a DAO (Data Access Object). I have always thought this seems funny, after
all, what seems more natural/object-oreiented?:
user.save()
or
userDao.save(user)
In Ruby/Rails,
2006 Apr 13
1
New Guide - Looking for Feedback
I''ve written a new Rails howto guide. It covers installation of a
development environment, how to use Subversion and Capistrano
effectively, and deploying to production using Textdrive. It''s
basically a compilation of all the best guides I''ve found, plus a few
new things I''ve come up with. I''d love to have you take a look and let
me know what
2007 Jul 25
2
svn down
I tried to checkout AAF from the repository but get:
Fetching external item into ''trunk/vendor/plugins/acts_as_ferret''
svn: Can''t connect to host ''projects.jkraemer.net'': Connection refused
Anyone else experiencing the same ?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 18
3
basic variable question
Sorry if this may be a stupid question..
In my controller, what is the difference between doing:
total = 0
and
@total = 0
Thanks,
/mich
--
Posted via http://www.ruby-forum.com/.
2006 Jul 10
4
Advice on handling money
Hi,
I''m trying to handle money within an online store I''m building and I''m
very stuck. I understand that using a float in the db is bad because
of "rounding errors", and that storing the price as an integer is the
best way forward. I know this has been brought up before on the list
and I have search the archives but can''t find a good way forward.
2007 Mar 21
4
HELP!! I can''t mount my zpool!!
Hi all.
One of our server had a panic and now can''t mount the zpool anymore!
Here is what I get at boot:
Mar 21 11:09:17 SERVER142 ^Mpanic[cpu1]/thread=ffffffff90878200:
Mar 21 11:09:17 SERVER142 genunix: [ID 603766 kern.notice] assertion failed: ss->ss_start <= start (0x670000b800 <= 0x67
00009000), file: ../../common/fs/zfs/space_map.c, line: 126
Mar 21 11:09:17 SERVER142
2003 Jun 19
4
WinXP can`t log on Samba PDC
I`m folowing the steps on the unofficial Samba how to. I already join my
WinXP box to the domain but I can`t login from my WinXP box after restart.
There is an error message that sais: Windows can`t connect to the domain
because the domain controller is unable or
I`m using Samba-2.2.7a on red hat 9.0 with kernel 2.4.20-18.9
this is my smb.conf
[global]
domain logons = yes
2011 Jan 08
1
One shared folder to be HA over CIFS to windows clients
Hi,
i'm Emiliano this is my first mail to samba mailing list.
I have to solve this issue for a company. They need to had a folder, shared
over CIFS for windows/mac clients, that is always available, also if the
server who host it hang up or burn.
I've looked for a lot of solution but i cannot find the right for me.
Actually the company has two server, all running debian lenny as linux
2006 Jun 25
1
Money library usage?
Hi,
I''m obviously doing something stupid, but I''m trying to figure out how
the Money library (http://dist.leetsoft.com/api/money/) is supposed to
work. I have a Product model and I want to have an attribute in my
model called "price" and I want it to accept Money objects.
So I have this in my Product model.
class Product < ActiveRecord::Base
composed_of :price,
2007 Sep 04
23
I/O freeze after a disk failure
Hi all,
yesterday we had a drive failure on a fc-al jbod with 14 drives.
Suddenly the zpool using that jbod stopped to respond to I/O requests and we get tons of the following messages on /var/adm/messages:
Sep 3 15:20:10 fb2 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/disk at g20000004cfd81b9f (sd52):
Sep 3 15:20:10 fb2 SCSI transport failed: reason ''timeout'':
2007 Sep 16
3
PLOGI errors
Hello,
today we made some tests with failed drives on a zpool.
(SNV60, 2xHBA, 4xJBOD connected through 2 Brocade 2800)
On the log we found hundred of the following errors:
Sep 16 12:04:23 svrt12 fp: [ID 517869 kern.info] NOTICE: fp(0): PLOGI to 11dca failed state=Timeout, reason=Hardware Error
Sep 16 12:04:23 svrt12 fctl: [ID 517869 kern.warning] WARNING: fp(0)::PLOGI to 11dca failed. state=c
2011 Nov 24
5
ActiveRecord::AssociationTypeMismatch
Hi to all,
I have this error and I don''t understand why. I have three model,
Image and Playlist and PlaylistItem. Everything works fine. The app
should work also a XML REST service. When I made this call I obtain
this XML because the playlist don''t contains images:
GET http://0.0.0.0:3000/playlists/7.xml
<playlist>
<id>7</id>
2007 Sep 18
5
ZFS panic in space_map.c line 125
One of our Solaris 10 update 3 servers paniced today with the following error:
Sep 18 00:34:53 m2000ef savecore: [ID 570001 auth.error] reboot after
panic: assertion failed: ss != NULL, file:
../../common/fs/zfs/space_map.c, line: 125
The server saved a core file, and the resulting backtrace is listed below:
$ mdb unix.0 vmcore.0
> $c
vpanic()
0xfffffffffb9b49f3()
space_map_remove+0x239()
2007 May 12
3
zfs and jbod-storage
Hi.
I''m managing a HDS storage system which is slightly larger than 100 TB
and we have used approx. 3/4. We use vxfs. The storage system is
attached to a solaris 9 on sparc via a fiberswitch. The storage is
shared via nfs to our webservers.
If I was to replace vxfs with zfs I could utilize raidz(2) instead of
the built-in hardware raid-controller.
Are there any jbod-only storage
2002 Feb 20
2
samaba upgrade
I'm trying to upgrade from samba-2.2.1a-4 to samba-2.2.-3a but it keeps
failing. I've tried numerous ways and I still get the same error. I
must be doing something worry.
Thanks
# rpm -Uvh samba-2.2.3a-20020206.i386.rpm
error: failed dependencies:
samba = 2.2.1a is needed by samba-swat-2.2.1a-4
# rpm -qa | grep samba
samba-client-2.2.1a-4
samba-2.2.1a-4
samba-swat-2.2.1a-4
2006 Oct 19
8
puppet 0.20.0: updated language syntax doesn''t work?
Hi,
I just upgraded to puppet 0.20.0 today after a short time playing with
0.19.3. The docs say to use the uppercase form for types but that
seems to break for me. When I updated the remotefile function to use
the new way, the puppet clients complain about objects not being
found. For example:
----- OLD WAY (works, just with deprecations) -----
define remotefile (...) {
file { $name :
2007 Dec 29
2
Simply Rich Authenticator Released
Hi,
I have developed a mini Rails app using Rails 2.0.2, RESTful authentication
and Acts as State Machine. It has the following features:
1. Login
2. Logout
3. User Activation
4. Forgot Password
5. Reset Password
You can check out the code from:
svn checkout *http*://simply-rich-authenticator.googlecode.com/svn/trunk/simply-rich-authenticator-read-only
Happy New Year!
--
2018 Feb 08
2
Thousands of EPOLLERR - disconnecting now
Hello
I have a large cluster in which every node is logging:
I [socket.c:2474:socket_event_handler] 0-transport: EPOLLERR -
disconnecting now
At a rate of of around 4 or 5 per second per node, which is adding up to a
lot of messages. This seems to happen while my cluster is idle.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 23
3
ZFS panic caused by an exported zpool??
Apr 23 02:02:21 SERVER144 offline or reservation conflict
Apr 23 02:02:21 SERVER144 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/disk at g60001fe100118db00009119074440055 (sd82):
Apr 23 02:02:21 SERVER144 i/o to invalid geometry
Apr 23 02:02:21 SERVER144 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/disk at g60001fe100118db00009119074440055 (sd82):
Apr 23 02:02:21 SERVER144