search for: connection_ada

Displaying 4 results from an estimated 4 matches for "connection_ada".

2006 Jul 24
7
[PATCH] Support for DB Clusters/Replication in ActiveRecord (RFC)
Skipped content of type multipart/alternative-------------- next part -------------- Index: connection_adapters/abstract/connection_specification.rb =================================================================== --- connection_adapters/abstract/connection_specification.rb (revision 4617) +++ connection_adapters/abstract/connection_specification.rb (working copy) @@ -1,10 +1,21 @@ require ''...
2006 Apr 12
5
Rails talking to MySql (cygwin on Windows XP)
...better and appreciate good documentation than the other frameworks, I assume I don''t have to do anything more. 3) So I try: ruby script/generate and the following error (a snippet without the rest of the trace) comes up: /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.0/lib/active_record/connection_ada pters/abstract/connection_specification.rb:194:in `establish_connection'':ActiveR ecord::AdapterNotSpecified: adapter:mysql database:test username:root password:admin host:localhost database is not configured 4) OK, so I search on combinations of keywords here. Nothing turns up. OK, so...
2006 Apr 17
20
Rubricks - CMS on Rails
Hi list, I made an open source CMS powered by Rails, named Rubricks. I have a web page for Rubricks. You can download it or view a flash demo there. Please try them and feed me back, like bug report etc. Check it out at: http://rubricks.org/index_en.html Thanks. Shouta
2006 Aug 05
5
rake migrate error: nil.first
My migrations were working fine until today. I dropped and re-created the database.But, when I go to apply my migrations, rake migrate aborts with this error. You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.first Any idea what might be wrong? The migrations look right. It''s talking to the