Difference between revisions of "CA:DatabaseStuff"
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | * [[http://www.petefreitag.com/cheatsheets/postgresql/ postgres cheatsheet]] | ||
+ | |||
+ | CriteriaQuery - http://www.muermann.org/ruby/criteria_query/ | ||
+ | |||
+ | * http://antoniocangiano.com/articles/2007/02/10/top-10-ruby-on-rails-performance-tips | ||
+ | |||
* [[http://www.loudthinking.com/arc/000516.html Choose a single layer of cleverness]] | * [[http://www.loudthinking.com/arc/000516.html Choose a single layer of cleverness]] | ||
* [[http://lesscode.org/2005/09/29/should-database-manage-the-meaning/ Should Database Manage The Meaning?]] | * [[http://lesscode.org/2005/09/29/should-database-manage-the-meaning/ Should Database Manage The Meaning?]] | ||
+ | |||
+ | * [[http://martinfowler.com/bliki/DatabaseStyles.html DatabaseStyles]] | ||
+ | * [[http://martinfowler.com/bliki/ApplicationDatabase.html ApplicationDatabase]] | ||
+ | * [[http://martinfowler.com/bliki/IntegrationDatabase.html IntegrationDatabase]] | ||
* [[http://www.robbyonrails.com/articles/2005/09/27/the-bitter-sweet-taste-of-agnostic-database-schemas The bitter-sweet taste of agnostic database schemas]] | * [[http://www.robbyonrails.com/articles/2005/09/27/the-bitter-sweet-taste-of-agnostic-database-schemas The bitter-sweet taste of agnostic database schemas]] | ||
** RoR w/ PostgreSQL | ** RoR w/ PostgreSQL | ||
+ | |||
+ | * Legacy? | ||
+ | ** making rails work with pre-existing database schemas that don't follow rails naming schema, etc | ||
+ | ** http://www.planetargon.com/files/~robby/robby_russell_-_sneaking_rails_through_the_legacy_system.mov | ||
+ | ** [[http://www.robbyonrails.com/articles/2006/04/14/sneaking-rails-through-the-legacy-system Sneaking Rails through the (Legacy) system]] | ||
+ | ** [[http://groups.google.com/group/rubyonrails-legacy Ruby on Rails meets the Legacy World]] | ||
+ | |||
+ | * [[http://www.agiledata.org/ Agile Data]] | ||
+ | |||
+ | * [[http://www.oreillynet.com/ruby/blog/2005/11/migrating_to_ruby_on_rails_and.html CDBaby and RoR Interview]] | ||
+ | |||
+ | * [[http://blog.caboo.se/articles/2006/10/14/premcache-caching-and-precaching-with-memcached premcache: caching and precaching with memcached]] |
Latest revision as of 22:54, 26 March 2007
CriteriaQuery - http://www.muermann.org/ruby/criteria_query/
- [The bitter-sweet taste of agnostic database schemas]
- RoR w/ PostgreSQL
- Legacy?
- making rails work with pre-existing database schemas that don't follow rails naming schema, etc
- http://www.planetargon.com/files/~robby/robby_russell_-_sneaking_rails_through_the_legacy_system.mov
- [Sneaking Rails through the (Legacy) system]
- [Ruby on Rails meets the Legacy World]