Feeds:
日志
评论

Posts Tagged ‘Rails’

How to install the Oracle adapter  This has been asked many times on rails-talk mailing list, so I want to summarize:     sudo gem install activerecord-oracle-adapter –source http://gems.rubyonrails.org (Since ActiveRecord Oracle Adapter is moving to Rubyforge. “–source http://gems.rubyonrails.org” will be omitted ) or check it out from svn:     svn co http://svn.rubyonrails.org/rails/adapters/oracle/lib/active_record/connection_adapters/ And note that [...]

Read Full Post »

When launching a rails 2.0 app, error occurs: C:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:319:in `activate’: can’t activate activerecord (= 1.15.6), already activated activerecord-2.0.2] (Gem::Exception) To fix this, simply uninstall old rails gem by executing: gem cleanup ref: http://www.ruby-forum.com/topic/137509

Read Full Post »

Raimonds Simanovskis is "planning to create activerecord-oracle-enhanced-adapter where to put my monkey patches of original adapter". It’s a good news since Rails Oracle Adapter svn respository has been in silence for a few months. This guy posted an idea "Oracle adapter for Ruby on Rails" on Oracle MIX 3 months ago, but seems that he [...]

Read Full Post »

加关注

Get every new post delivered to your Inbox.