Displaying 11 results from an estimated 11 matches for "gers32".
Did you mean:
aes32
2007 Dec 14
17
Rails 2.0.1 RC2 - activerecord-oracle-adapter not found
Hi,
Does anyone know why gem can''t find activerecord-oracle-adapter?
C:\>rails --version
Rails 2.0.1
C:\>gem install activerecord-oracle-adapter
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find activerecord-oracle-adapter (> 0) in any repository
It all started when I tried to run Mongrel on a Win32 box:
C:\web\FDS_Server>mongrel_rails start
2008 Jan 24
3
ERROR RUNNING ''service::install''
Hi,
I''m trying to start a Mongrel (1.1.3) Server, running as a Windows
Service, via
mongrel_rails service::install -N FDS_Server_4001 -p 4001 -e production
But I get the following error message :
ERROR RUNNING ''service::install'': Plugin /service::install does not
exist in category /commands
I never had this problem before (Win XP, Vista), until I tried
installing on
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
2007 Dec 17
9
Rails 2.0.2: Some new defaults and a few fixes
Now that we have the big Rails 2.0 release out the door, it''s a lot
easier to push out smaller updates more frequently. So that''s what
we''re going to do. Rails 2.0.2 contains a bunch of smaller fixes to
various bugs, no show-stopping action, just further polish. But it
also contains a few new defaults:
2007 Aug 07
1
Can't start WEBrick or Mongrel server
After having successfully created and run a few RoR test projects via
RadRails in MyEclipse, I imported one from an Oracle tutorial (http://
www.oracle.com/technology/pub/articles/saternos-rails.html?_template=/ocom/print),
showing how to deal with a legacy Oracle database.
Unfortunately, after having configured database.yml, I get the
following error message when I attempt to start either a
2008 Dec 08
4
Removing string's accents
Hi, I''m pretty sure to have seen a new method ''remove_accents'' in Rails
2.2 but I can''t find it again. Is it me or does this method exists for
good ?
Thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Mar 14
21
Changing default date format in Rails
I''ve spent all day digging through the rails api and postgres-pr on
this, I think it''s time to ask the list.
Postgres stores a Date in YYYY-MM-DD format. My users want the dates
in MM/DD/YYYY format.
Sure, I could explicitly convert it on the app level every place where
a date is displayed, but that seemed like a DRY violation.
I thought I''d be clever and simply
2007 Sep 13
0
New DEPRECATION warning - xml_serialization.rb
Hi,
I''ve been developing a RoR application for a couple of months now, and
haven''t made any recent upgrades (Aptana RadRails in MyEclipse IDE).
All of a sudden, I''m getting the following warning messages:
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/
xml_serialization.rb:278: warning: Object#type is deprecated; use
Object#class
I''d
2008 Jan 24
1
Mongrel: ERROR RUNNING 'service::install'
Hi,
I''m trying to start a Mongrel (1.1.3) Server, running as a Windows
Service, via
mongrel_rails service::install -N FDS_Server_4001 -p 4001 -e
production
But I get the following error message :
ERROR RUNNING ''service::install'': Plugin /service::install does not
exist in category /commands
I never had this problem before (Win XP, Vista), until I tried
installing on
2008 Sep 05
1
RubyGems requesting win32/service on Red Hat Linux
Hi,
I successfully installed a RoR/Flex/Oracle application in a Windows
environment and am now in the process of trying the same in Linux.
Unfortunately, when I get to the part where I start Mongrel, I get the
following error message:
[root@localhost FDS_Server]# mongrel_rails start -e production -p 4001
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
2008 Jan 04
2
Encoding issue: is it Rails 2?
Hi,
I recently upgraded from Rails 1.2.6 to Rails 2.0.2 and an application
which used to correctly display European characters from an Oracle
database (Win-1252) now screws them up.
I previously had to convert from Win-1252 to UTF-8 for generating ODT
files (OpenOffice) via Documatic. But I never had to do any conversion
just to display the content in my Flex front-end.
Has anything changed in