Displaying 20 results from an estimated 24 matches for "kiser".
Did you mean:
kaiser
2006 Mar 20
7
strange charecters after redcloth usage
I''m using redcloth on my blog to transform my input into html. Alot of
times if I type "I''ve" I''ll wind up with "I,ve" except that it''s not a
comma but a very similar charecter. This is really killing my rss
feeds. What''s causing this? How do I fix it?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 18
2
Testing which RuntimeError is raised
...site" if id == 1
end
Then in my test file:
def test_cant_destroy_homepage
homepage = pages(:homepage)
assert_equal homepage.id, 1
# I would really love to figure out how to test what RuntimeError is raised
assert_raise(RuntimeError) {homepage.destroy}
end
--
Cynthia Kiser
2006 Sep 08
4
Does acts_as_attachment :storage => :db_system work?
...39;t
surprise me since I don''t see any link between the db_files table and
my pictures table. Parent_id could have been it, but a) it is blank
and b) the docs seem to indicate that is used mainly for keeping track
of which images are just resized versions of other images.
TIA
--
Cynthia Kiser
cynthia.kiser-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@...
2007 Nov 07
11
Links go to ''localhost''
I am using Apache2.2 + Mongrel on my machine.
Now I am accessing it over LAN. When I enter http://mymachinename/myapp
it opens fine but when I click on any link in my rails app, it replaces
mymachinename with localhost (http://localhost/myapp/controller/action)
and thus I am unable to access it from remote location.
2007 Nov 01
9
Mongrel + apache 2.2 + proxy error
Hi,
I have a setup with apache 2.2.6 proxying requests to a cluster of 5
mongrels. Occassionally, I receive the following error in the logs:
[Tue Oct 30 12:00:28 2007] [error] (70007)The timeout specified has
expired: proxy: pass request body failed to 127.0.0.1:8013 (127.0.0.1)
from 213.205.247.171 ()
[Tue Oct 30 12:00:28 2007] [error] [client 213.205.247.171] Handler for
proxy-server returned
2008 May 19
2
god - start command exited with non-zero code = 1
Hi, I''m trying to use god to monitor my mongrels. When they are running
everything looks OK but when a mongrel process dies and god tries to
restart it I get the following error:
command exited with non-zero code = 1
The weird thing is that if I try use the exact same command as god is
using but on the command line then the mongrel starts back up.
I''ve seen this error
2011 Nov 13
2
Rspec not finding my examples
...d Ruby 1.9.2 under RVM.
My directory structure is:
bacon
lib
bacon.rb
spec
bacon.spec
>From the bacon directory:
$ rspec
No examples found.
$ rspec spec
No examples found.
$ rspec spec/bacon.spec
..
Finished in 1.09 seconds
2 examples, 0 failures
--
Cynthia N. Kiser
cnk at ugcs.caltech.edu
2007 Feb 05
3
Kernel panic kickstarting to CentOS 4
...is a normal IDE Maxtor
Memory 3 G of DDR SDRAM
I can install CentOS 3.8 on this machine just fine, but I would like
to move to CentOS 4 because that is what my beefier database machines
are running (or will when I get the rest of them upgraded).
Thanks for any help folks can give me.
--
Cynthia Kiser
2005 Nov 03
12
Installation of plugins/gems/mix-ins confusion
I''m running 0.14.2 and am a little confused as to the best way to
install mix-ins. I''m specifically using "acts_as_paranoid" as an
example (as it is one of the simpler implementations). It is a gem and
can be "installed" as a gem, but then what''s the best way to integrate
it into my app (require_gem?). I''ve seen recommendations to require it
2006 Jul 16
1
Help: migrating data from fixtures
I''m attempting to load some test data into a table , following along
with AWDWR example.
My migration is failing on the user connection.
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in
`rake_original_const_missing'': uninitialized constant User (NameError)
So in this line from the migration file:
f =
2001 Jun 24
2
LANG=en_US, Xlib: connnection errors
This is odd but I'm trying to get the most elementary sides of WINE down. I
have gotten it to attempt to run write.exe out of my windows directory. but
upon doing so it comes up with the LANG errors which I don't think is
catastrophic. (I might be wrong) and then it comes up with these errors:
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT_MAGIC_COOKIE-1 key
2007 Nov 29
4
100% CPU use
...angs with:
HTTP request sent, awaiting response...
Top shows:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2305 mongrel 25 0 38404 19m 4192 R 50.7 7.7 6:20.55 mongrel_rails
2308 mongrel 25 0 38396 19m 4188 R 49.3 7.7 6:26.68 mongrel_rails
--
Cynthia Kiser
2005 Dec 29
3
Storage for images: Database BLOBs or files?
I can''t decide where store images for my Rails application.
--
Posted via http://www.ruby-forum.com/.
2006 Mar 08
8
New ajaxy CMS on Rails: adminpages
hey, i''ve created a basic content management system using rails and
scriptaculous. I posted a first version last week, but I heavily
extended it since then.
Features:
Pages are arranged in a sortable tree (sortable by drag and drop)
Pages have "nice" URLS (no /index?articleid=97361496 or something)
Cacheing on page basis
every page has a layout with a number of columns
page
2007 Jul 30
3
validates_uniqueness_of doesn't work if value tested is numeric and column is string
Hello all,
I am working through the depot example in the rails book. If I add a
validates_uniqueness_of to a string column in the model, and then try
to create a record with a number in this string column I get an SQL
error. Looks like the SQL generated to test for uniqueness does not
quote the value if it''s numeric even though it''s comparing against a
varchar column. It does
2006 Jul 21
20
New version of AWDwR
Folks:
I''ve uplaoded the B1.05 version of AWDwR. It fixes a number of
reported errata (and a few that weren''t reported :), and
adds two significant changes:
1. It now uses the new Active Record decimal -> BigDecimal
conversion. I''ve personally been waiting for this for a long
time, and I''m really happy it''s now part of core. However,
2008 Oct 01
8
Mongrel_Cluster unable to access OCI8 library
Hi,
I''m able to run a ROR application in a Red Hat Enterprise Linux 4.4
environment, as long as I start my mongrel_cluster via the command line:
[chris at localhost ~]$ mongrel_cluster_ctl start
I take a look at the two mongrel_rails processes that were just created:
[chris at localhost log]$ ps -ef | grep mongrel
chris 4781 1 5 05:55 ? 00:00:02 /usr/local/bin/ruby
2006 Mar 10
14
Oracle Date type errors rails on edit
I have a table with "expires_on" a DATE field.
"Show" and "Destroy" work, but "Edit" errors:
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/helpers/date_helper.rb:150:in
`select_hour''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/helpers/date_helper.rb:149:in
`select_hour''
It only happens when
2007 Oct 23
3
Ruby on Rails and Oracle
Hello, I''m having a trouble when I try to connect RoR and Oracle.
I believe that it has something to do with database.yml, this is how my
database.yml looks:
development:
adapter: oci
database: 127.0.0.1:1521/XE
username: system
password: y1984nip0359
host: 127.0.0.1
And this is the Error that i get:
-> http://127.0.0.1:3000/blog
OCIError in BlogController#index
2007 Feb 10
3
How to prevent reading of an xml in a particular directory from browser in apache on Centos4.4
hi friends,
I have configured a HelpDesk Ticketing System on Centos4.4. The
problem I am facing is that there is a file called "site.xml" which
contains the information about database connections and I don't want
ppl to be able to read that file through browser. As per the
readme.htm of that software if the below entries will be put in
.htaccess then nobody can read the xml through