search for: merb_sequel

Displaying 5 results from an estimated 5 matches for "merb_sequel".

2007 Sep 22
3
merb_sequel raketasks not working?
...'' for Merb::Orms::Sequel:Module I''m not 100% sure that I haven''t messed something up, so I hesitate to cry "bug" without checking with everyone. Is anyone else seeing this? P.S. I''m running merb trunk installed as a gem, the latest sequel gem, and the merb_sequel gem installed in ./gems. My dependencies.rb file has the ''dependency "merb_sequel"'' line enabled. -- Cheers, Kevin Williams http://kevwil.com/ http://www.almostserio.us/ http://kevwil.jaiku.com/
2007 Sep 05
1
Official Plugins - What should they be
...discussion on the #merb channel lately about official plugins. I''m starting this thread and hoping to get some discussion as to what these official plugins should be, at least in the lead-up to revision 1.0 So far as I have seen on the #merb these are: ORM''s merb_active_record merb_sequel merb_datamapper and merb_form_controls - there is a ticket for this one on trac As I understand it, these would be hosted on the merb track so that only merb commiters can update them, hence they remain official. Also I think the idea of some kind of merb_autorization would not be out of place....
2007 Sep 19
0
patch and a few questions
I have a patch for merb_sequel to get migrations to work a bit better for PostgresQL. Could someone look at it and tell me how badly I screwed it up? In this patch I tried to handle encoding and logging as well. I''ve tried sqlite and postgres but I don''t get any logging (still! after the patch). How do I get S...
2008 Mar 02
0
Models are not initialised correctly with ''rake test'' in Merb 0.9.1
...ng initialised if new is called but initialize is not? The strange thing is that this only happens when I run my unit tests. If I run ''merb -i'' (even with -e test) I can initialise an Item correctly: farrel at nicodemus ~/Projects/boxen $ merb -i -e test ~ loading gem ''merb_sequel'' from config/init.rb:30 ... ~ loading gem ''merb_test_unit'' from config/init.rb:41 ... ~ The merb_test_unit gem was not found. You may need to install it. ~ Loaded TEST Environment... ~ Connecting to the ''boxen_test'' database on ''localhost...
2007 Sep 26
0
Fwd: error with schema_info when doing multiple migrations
...om> Date: Sep 23, 2007 10:26 AM Subject: error with schema_info when doing multiple migrations To: sequel-talk at googlegroups.com I tried to post an issue to the project site but it kept giving me 500 server error messages. What steps will reproduce the problem? 0. install merb trunk gem and merb_sequel plugin trunk gem 1. create a merb trunk app 2. put the attached files in the appropriate places 3. run sequel:db:migrate What is the expected output? What do you see instead? I expected to see a "completed successfully" message. I got: rake aborted! table schema_info already exists My...