Displaying 8 results from an estimated 8 matches for "tsom".
Did you mean:
tso
2006 Aug 19
22
Wazzup with the rubyonrails-talk Google Group?
I just got a Google Groups notification that I had been
subscribed to http://groups.google.com/group/rubyonrails-talk.
Looking at the page, it appears that about 4300 folks have
been subscribed. However, I saw nothing about this on
rails@lists.rubyonrails.org. Wazzup?
-r
--
http://www.cfcl.com/rdm Rich Morin
http://www.cfcl.com/rdm/resume rdm@cfcl.com
2006 Aug 09
3
Can''t update actionmailer gem?
Trying to update actionmailer gem, and it''s complaining about the
version of actionpack not being correct.
C:\eclipse\workspace>gem update actionmailer
Updating installed gems...
Attempting remote update of actionmailer
Install required dependency actionpack? [Yn] Y
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find actionpack (= 1.12.4) in the repository
2023 Oct 09
3
Deleting voicemail by program
Hi all,
I need to be able to delete a voicemail message using a program.
Is is sufficient to simply delete the .wav and .txt files in the spool directory?
Or do I need to also renumber the remaining files?
For example, let say a given mailbox has 20 messages in it and I want to
delete message number 5. Can I just delete the 2 files and expect that
asterisk will renumber them? Or do I
2006 Aug 16
10
Rails wiki
Hey Fellows:
What happened to the Rails wiki? In http://wiki.rubyonrails.org/rails it
appears a very nasty message, saying something about cialis and some other
stuff.
cialis soft tab <http://genericcialis.ziomek.us/> [url=
http://genericcialis.ziomek.us/]cialis soft tab[/url] buy cheap
cialis<http://buycialisonline.xhostar.com/buy-cialis-online.html>[url=
2006 Aug 10
0
Errors while updating gems
I''ve reported this before, but never heard anything. Maybe someone now
has some insight.
When I do a gem update, I always get errors like the following:
Successfully installed actionpack-1.12.5
Installing ri documentation for actionpack-1.12.5...
While generating documentation for actionpack-1.12.5
... MESSAGE: Unhandled special: Special: type=17, text="SimpleXML"
... RDOC
2006 Jul 01
0
Rails Gem error after update
Hi,
I''ve updated rails to 1.1.4, and have also done a ''gem cleanup'' so
older versions are gone.
I went to a little app I had created back when I had 1.1.2. I tried to do a
script/generate migration xxxx
and got an error:
Cannot find gem for Rails =1.1.2:
Install the missing gem with ''gem install -v=1.1.2 rails'', or
change environment.rb to
2006 Jul 02
2
Cannot Find Gem error
I''ve updated rails to 1.1.4, and have also done a ''gem cleanup'' so
older versions are gone.
I went to a little app I had created back when I had 1.1.2. I tried to do a
script/generate migration xxxx
and got an error:
Cannot find gem for Rails =1.1.2:
Install the missing gem with ''gem install -v=1.1.2 rails'', or
change environment.rb to define
2006 Oct 07
2
Proxying Apache to Mongrel, not sure if Apache is serving up static files
Let''s try this one...
I have Apache 2.0.55 set up and also have Mongrel set up. I have
Radiant set up running under Mongrel, and have Apache proxying to the
Mongrel instance. That all seems to be working fine.
I thought I''d modify the settings a bit to let Apache serve up the
static files - images, stylesheets, etc. I have it set up, and am not
getting any errors.
However.