search for: openbase

Displaying 15 results from an estimated 15 matches for "openbase".

2006 Jul 13
0
Openbase and Rails issue
Greetings, ever helpful Rails community. I''m trying to connect to an Openbase 9.1.1 database through Rails 1.1.4 on my Mac OSX 10.4.7 box (Ruby 1.8.4, Openbase driver version 0.7.3, both compiled with gcc 4; I''ve also got OCI and MySQL drivers out there, as well as the Ruby OpenLDAP library in case any of those cause conflicts). When I go into irb and type this:...
2006 Jan 06
0
New Database Adapter: OpenBase
Greetings to all! I''ve decided to begin my journey into Ruby generally, and Rails specifically, by writing a new database adapter for OpenBase. It''s nearly complete, but I''ve run into a small issue: In OpenBase, you cannot override a default value with a NULL during an INSERT. OpenBase detects the null value and chooses the default instead. This means that my adapter is not passing the test_default_values_on_...
2006 Jan 23
2
Redundancy recomendations?
I am working on a RoR project that fetches some of its data out of an existing database. The database server is physically located in Florida. When Wilma went through there were problems, I''m not sure how much of it was server related or the network connections between Illinois and Florida. Long story short we are now looking at deploying a geographically seperate servers for both for the
2006 Apr 18
1
NoMemoryError
I am using the Openbase adapter and have had a similar glitch here and there, but after I go into production I consistently get an error on one page. ActionView::TemplateError (NoMemoryError: failed to allocate memory: SELECT * FROM ... I cannot track down the exact location of the error, but the production log...
2006 Jan 09
1
AR: Quoting in Join Model Test
Greetings made men of rails! I am presently writing a new database adapter for rails to bring the OpenBase community on board. In working through the rather extensive AR tests (which I very much appreciate), I have come across a question I can''t seem to answer on my own. In the test_has_many_with_piggyback(AssociationsJoinModel) the result is expected as a quoted integer "2"....
2006 Jun 12
2
RoR Developer Needed
...dedicated person(s) to help us rewrite the system and drive future development. Applicants must have at least 2 years of prior web application development experience with demonstratable Ruby on Rails skills. Applicants must also have experience with relational database systems, preferably OpenBase. The current Web application uses OpenBase, but we are willing to switch to PostgreSQL. A strong commitment to Web standards and quality, test-driven code is a huge plus as is the ability to design intuitive applications. Our case management system is deployed on a Apple XServe running Mac...
2006 Apr 04
9
Does ActiveRecord have support for "Boolean" columns?
Hey all -- I''ve been using enumerable char(1)''s with ''y'' and ''n'' values for my Boolean columns in Rails, but it strikes me there should be a better way. How do you setup columns that represent true/false-ness in your schemas on Rails? Wondering what kind of standard approaches there are other than me writing something like class MyEntity
2006 Jan 25
9
connection_specification and adapter
Hi, I wish to know, how those class work exactly, where can I find the documentation? or can someone explain to me how a connection is made via those class??? Thanks you very much!!!! Saiho __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2006 Feb 24
6
Duplicate entry - how to check if an id exist before saving?
How do I check if an entry exists before saving? Someone one told me to use the method find_or_create (or something like that) but it didn''t work because I think the version of rails that we have is not the most recent. I need a way to check if an id exists in the db before saving. Any suggestions? Thank you -- Posted via http://www.ruby-forum.com/.
2006 Aug 29
1
float/decimal with dot or comma
Hi, I''m facing a really strange behaviour with rails 1.1.6. A model has a field declared as :float in schema.rb, as numeric in postgres 8.1. On save/update, rails makes the decimal point become a comma on the prod server only, hence making a sql error. This error was not there three weeks ago, i.e. when my prod server was in 1.1.4. Maybe something else changed, I cannot be sure
2006 Aug 05
22
MySQL vs SQLite
I have an application where speed is probably the #1 priority here. I am using MySQL 5.0.22. Would SQL be considerably faster than MySQL? I know this has been discussed before, but the search on the forums is not working. Thanks for your help. -- Posted via http://www.ruby-forum.com/.
2009 Mar 25
3
List of databases supported by Rails
Where can I obtain list of databases supported by Ruby on Rails? Thanks TheR -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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@public.gmane.org To unsubscribe
2006 May 28
0
[SUMMARY] Rails Core Weekly (May 23 - May 28)
...39;'AND'' clauses ( within SQL statements). DHH also enquires what part of the plugin architecture people would like to see refactored... [ http://wrath.rubyonrails.org/pipermail/rails-core/2006-May/001513.html ] This is a busy day. Derrick Spell needs his email address changed in the Openbase adapter and submits a tiny patch. Marcel makes it so even though he is not bored at al. See, the little things do matter. [ http://wrath.rubyonrails.org/pipermail/rails-core/2006-May/001516.html ] Now I''ve said before that when Josh Susser speaks you should pay attention. That time has c...
2006 Sep 04
8
ActiveRecord-JDBC is coming along
The ActiveRecord-JDBC adapter is rapidly maturing these days. I got the full set of AWDwR2 migrations to run with it against MySQL last night, and Ola Bini has gotten migrations working well against Oracle and Firebird. We also have SQL Server support running most of our test cases (under non-Windows environments too!) and have started adding support for Derby and HSQLDB (Java-based DBs). Things
2006 Mar 02
17
can''t get rails to connect to mySQL - HELP!!!!!!!!!
Sorry, but this is really NOT as easy as the tutorials/books make out. I''m really struggling at the first hurdle here. And while I''m not a programmer by design I do know my way around most stuff. And if I can''t get this to work I suspect more people will have the same issues. There seems to be too many variables to address. I have winXP, I have ruby and rails all