Displaying 20 results from an estimated 100000 matches similar to: "Rails on DB2"
2010 Jan 21
0
New version 2.0.0 of IBM_DB- The Rails Adapter/Ruby driver for DB2 and Informix now available
Hi All,
New version 2.0.0 of the IBM_DB gem is been released. This release of
the gem adds support for ActiveRecord to use parameterized SQL Queries
with DB2. With this support you can now reap more performance benefits
for your Rails applications. Enabling this feature is as simple as
just adding the parameter “parameter” in your database.yml and setting
it to true. Refer to Parameterized
2010 Nov 10
3
using DB2 with Rails 3
I have developed a rails 3 app and for various reasons I have been
compelled to try using DB2 as the underlying database system. Does
anyone have much experience of using DB2 with rails 3? Any good pointers
on resources? I have just been using postgres to date
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on
2010 May 12
0
New version 2.5.0 of IBM_DB gem now available
Hi All,
New version 2.5.0 of the IBM_DB gem, the Rails Adapter/Ruby Driver for
IBM DB2 and IBM Informix is now available. This release of the gem
adds unicode support in the IBM_DB driver for Ruby 1.9. When used with
Ruby1.8 the Driver will function in ASCII mode.
To know more and get hands with the IBM_DB gem download the latest gem
from http://rubygems.org/gems/ibm_db or
2009 Dec 08
3
invalid pointer in libxml xmlFreeNodeList
Hi,
Not sure if there is a better place to post this. The libxml-ruby mailing
list doesn''t have much activity.
We are getting occasional errors on our production box, that I can''t
duplicate in testing. It''s not even reproducible on the production box
with the same inputs, but I''ve managed to track down (via a lot of print
statements into the Apache
2006 Jun 03
0
IBM''s Starter Toolkit for DB2 on Rails (Windows only, at present)
I just saw this mentioned on OSNews:
http://www.alphaworks.ibm.com/tech/db2onrails?open&S_TACT=105AGX59&S_CMP=GR&ca=dgr-lnxw07awdb2onrails
(or http://tinyurl.com/o9npt)
From that page:
<quote>
What is Starter Toolkit for DB2 on Rails?
Users starting with Ruby and Rails are faced with the task of
downloading source code, obtaining compilers, compiling code, and
finding a
2010 Apr 30
12
Can't seem to install RMAGICK on Ubuntu Karmic Koala
hi guys,
I have been trying to install Rmagick on ubuntu karmic koala for a
day.
Yes, ImageMagicK has already been installed and works great with
paperclip and a few other perl scripts I have (which uses
Image::Magick).
The following is what the execution looks like when I tried to
install rmagick ( " gem install rmagick" ):
-------------------- Extract start
2007 May 25
6
IBM Article: DB2 on Rails
I often forward IBM DeveloperWorks articles about RoR to this list.
This is a new well-written ''Intermediate'' article using DB2 with Rails:
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0705chun/
Hope this helps.
Cheers
Mohit.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2005 Dec 30
5
Rails using DB2
Hello,
I have been trying to connect a Rails application to DB2 database.
Based on information found on the web it doesn''t seem to be possible.
Can some confirm the state of DB2 support with Rails?
Thanks for you help,
David
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jan 26
2
Rails with DB2
Anyone has a working installation of DB2 DBI driver for Ruby?
Davide
2011 Aug 09
5
Sqlite 3 install error on Heroku, Rails 3.1
Hello Rails people.
I tried to push a Rails 3.1 app ( created using cedar stack) to Heroku
and I encountered the following error
Installing sqlite3 (1.3.4) with native extensions Unfortunately, a
fatal error has occurred. Please report this error to the Bundler
issue tracker at https://github.com/carlhuda/bundler/issues so that we
can fix it. Thanks!
2012 Sep 18
4
"best practices" for Rails serving RESTful JSON services for use by AngularJS, Ember.js, etc.
I''ve been writing a gem to implement and extend common controller
functionality so that Rails can be used with Javascript frameworks like
AngularJS (which we are using), Ember.js, etc. in such a way that the user
doesn''t have to tweak a a bunch of rails g controller boilerplate code to
provide services for use in these frameworks that in turn would require
various changes to
2011 May 31
1
Calendars in Rails
Hi all,
I''m currently in the need to implement a calendar in rails.
It should be able to present a year, month and day view.
The events in these 3 views should be able to be opened, on click, to view
the information and/or edit it (according to restrictions).
The events will belong to users. One requirement is that users could filter
which other users events they want to see (different
2006 Apr 26
0
DB2 under Windows XP - "Missing DB2 Libraries or headers"
I''m trying to get the Ruby DB2 bindings to compile under Windows XP.
I''ve been working on this on and off over the last few days with little
success.
The second step, "ruby setuyp.rb setup" was generating this error
message:
ABORT: Could not locate DB2 libraries or headers
I know I have Db2 installed correctly so I did a little digging and
found that
the extconf.rb
2010 Jun 14
0
rails and HTML 5 offline application cache
I''m working on building an app that will also function offline using
new features available in HTML 5, including the offline application
cache. I am having some issues with defining the resources in the
cache manifest file, as it appears they all need to be defined in
routes.rb. For instance, if I want the app to cache all of the
javascript files in the public/javascripts directory, I
2010 Feb 11
2
Error when starting rails server [on rails 3]
Hi all,
I receive an error when starting the server, namely:
~/Documents/blog$ rails server
/usr/local/lib/site_ruby/1.8/rubygems.rb:827:in `report_activate_error'':
RubyGem version error: rack-mount(0.5.0 not ~> 0.4.0) (Gem::LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems.rb:261:in `activate''
from /usr/local/lib/site_ruby/1.8/rubygems.rb:296:in `activate''
2010 Aug 03
3
Juggernaut Rails 3
Are there any plans to update the Juggernaut gem to be compatible with
Rails 3? It doesn''t seem to work as of now with Rails 3, unless I set up
the whole thing wrong. Also are there any good working alternatives for
a push server?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
2011 Nov 16
1
New to Ruby On Rails. Problems Installing Rails.
Hi Everyone,
I am completely new to this thing and i have absolutely no clue about
Ruby and Rails/Gems anything. So i thought about starting off on this
learning path. I have got some tutorials and learning stuff with me. But
before that i thought of at least getting the software installed. I got
Ruby and Gems done properly but when i try to install Rails i get a
weird exception I dont know
2010 Feb 04
3
Rails / Rack version mismatch
I attempted to install rails, with these error messages:
$ sudo gem install rails
ERROR: Error installing rails:
actionpack requires rack (~> 1.0.0, runtime)
$ sudo gem install rack
Successfully installed rack-1.1.0
1 gem installed
$ sudo gem install rails
ERROR: Error installing rails:
actionpack requires rack (~> 1.0.0, runtime)
Why does gem install a current version of rack which
2014 Mar 31
0
CMS Recommendations
Hello all,
I’m moving to Rails from another OO language where I’ve built my own
extensive CMS systems - and I’m the kind of guy who learns by breaking
things and figuring out why they broke. Strange method but true - I guess
I’m just the impatient sort :)
Since I’m most familiar with CMS architecture and multi-level
user/group/authenicated access systems I thought it logical to start with a
2011 Feb 19
1
undefined method `map' for nil:NilClass for rails 2.3.2
Hai guys!
When i try to do rake gems:install and rake gems:refresh_specs in my app
below error is occurred. please give some solution for this.
config.gem: Unpacked gem authlogic-2.1.3 in vendor/gems has no specification
file. Run ''rake gems:refresh_specs'' to fix this.
rake aborted!
undefined method `map'' for nil:NilClass
enivorment.rb
RAILS_GEM_VERSION =