|
I really wished the Dark Cloud series didn't end at 2, they are some of my all time favorite RPGs. There was talk of a part 3 a few years back but nothing solid was ever produced. Although there have been other Burnout games I always felt Burnout 3 never...
Started by LeadingManNigel on
, 13 posts
by 11 people.
Answer Snippets (Read the full thread at darkdemon):
Yes, it had one sequel but another one is needed favourite game ever, I want a sequel....
Yes, it had one sequel but another one is needed, the second: : Mirror's Edge.
Star Wars BattleFront.
Mirror's Edge.
|
|
I'm considering using Sequel for some of my hairier SQL that I find too hard to craft in Active Record.
Are there any things I need to be aware of when using Sequel and ActiveRecord on the same project? (Besides the obvious ones like no AR validations...
Started by Sam Saffron on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Sequel the database connection....
I'd be more inclined, if I felt Sequel was the stronger option, to hold off for Rails 3.0 that execute can't deal with?
Any examples we could look at?
Disclaimer: I'm the Sequel maintainer.
For a start.
|
|
Are there any alternatives to sequel orm when working on Sinatra based app
Started by Subba Rao on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you wish you can use Datamapper.
AFAIK, you are not forced to use Sequel with Sinastra.
|
Ask your Facebook Friends
|
When i try to connect to mysql from sequel. I am getting below errors? can you help me?
require 'rubygems' require 'sequel' DB = Sequel.connect(:adapter => 'mysql', :user => 'root', :host => 'localhost', :database => 'scanty',:password=>...
Started by Subba Rao on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on your.
It's a conflict? See http://groups.google.com/group/sequel-talk/browse_thread/thread/ee39640a92351f1 to install the native mysql driver, the pure ruby one is not compatible with Sequel.
|
|
A recurring thread, there are enough sequels (prequels or reboots) on the horizon yet again (or still!). Lets see which are interesting and which are not. And perhaps someone can point me to those I missed or forgot about!
Silent Hill Revelations 3D
Yeah...
Started by gimbal on
, 21 posts
by 8 people.
Answer Snippets (Read the full thread at abime):
Speaking of Star Trek, that one gets and deserves a sequel as well of course:
Untitled Star Trek sequel
Epic scifi movie, although I was a bit disappointed a sequel as well of course:
Untitled....
Batman, Star Trek...
Really does work.
|
|
I have a table which should store an id, a name and a hash. How do I serialize the Hash? (I'm using Ruby and Sequel as ORM.)
Started by t6d on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Nor Ruby nor SQL.
If you're using Sequel::Model, the Serialization plugin should do the trick.
|
|
We are using Sinatra and Sequel for a small API implementation. The problem we have however is that on every page request Sequel opens new connections to MySQL, and keeps them open till they timeout, or you restart Apache.
There's not a lot of documentation...
Started by jimeh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So instead we do:
DB = Sequel.mysql("...")
Then we simply use....
It was rather stupid, we initialized Sequel in a before filter in Sinatra.
I wrapped the Sequel stuff in a tiny wrapper and reuse this wrapper, like this:
get '/api/:call' do.
|
|
Can any one volunteer why the class below fails?
... src/model/user.rb:18: undefined method `set_schema' for User:Class (NoMethodError) I've looked in the Sequel-3.0 lib/ folder and the set_schema method is defined in a ClassMethods module.
I'm sure the...
Started by will on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Require 'sequel' require 'logger' LOGGER = Object.new() def LOGGER.method_missing( name, args ) puts "[#{name}] #{args}" end **Sequel', :loggers => [LOGGER] ) class User &....
The answer is to call up the plug-in for schema managing .
|
|
I'm trying to get migrations set up in Ramaze. I'm coming from doing mostly Rails stuff, but I wanted to give something else a shot. Anyway, I've got a directory in my project called "migrations" with a start.rb file and then my migrations. Here's start...
Answer Snippets (Read the full thread at stackoverflow):
This....
You can't use Sequel::Model.plugin :migration because migration is not a model plugin, it is a core extension.
Here's my solution:
http://github.com/mwlang/ramaze-sequel-proto-experimental
Run "rake -T" to see template at the moment.
|
|
Any sequels you dying to see? For me im hoping they do a scott pilgrim sequel & kickass 2.
Started by PC Fool! on
, 14 posts
by 10 people.
Answer Snippets (Read the full thread at btnhboard):
I would like a sequel to "the losers" I would like another A-Team, I liked.
I want a Sequel to I Am Number 4
Fire Fire Baby Originally Posted by B.B Ripsta I want a Sequel to I Am Number 4 Me too.
|