| Commit message (Expand) | Author | Age | Files | Lines |
* | reusing the time instrumentation from the instrumenter rather than Benchmark.... | Aaron Patterson | 2010-07-19 | 1 | -4/+7 |
* | unfactoring clear_stale_cached_connections! | Aaron Patterson | 2010-07-16 | 1 | -16/+7 |
* | only test for existence of +pool+ once | Aaron Patterson | 2010-07-16 | 1 | -2/+4 |
* | use an attr_reader for performance | Aaron Patterson | 2010-07-16 | 1 | -4/+2 |
* | remove useless ternary in PostgreSQL adapter | Aaron Patterson | 2010-07-14 | 1 | -1/+1 |
* | PostgreSQLAdapter#query string interpolation calls to_s for us | Aaron Patterson | 2010-07-14 | 1 | -1/+1 |
* | PostgreSQLAdapter#query bail early if there is no column and dry up our condi... | Aaron Patterson | 2010-07-14 | 1 | -4/+6 |
* | Let's initialize instance variables in the postgres adapter. | Aaron Patterson | 2010-07-14 | 1 | -0/+3 |
* | reducing range comparisons when converting types to sql | Aaron Patterson | 2010-07-13 | 1 | -3/+4 |
* | only loop through all rows and columns once in the postgres adapter | Aaron Patterson | 2010-07-13 | 1 | -23/+23 |
* | use constants instead of magic numbers. meow | Aaron Patterson | 2010-07-13 | 1 | -1/+3 |
* | Merge remote branch 'docrails/master' | Xavier Noria | 2010-07-13 | 1 | -1/+1 |
|\ |
|
| * | Fixed many references to the old config/environment.rb and Rails::Initializer | Benjamin Quorning | 2010-07-13 | 1 | -1/+1 |
* | | our method is modifying the original array, so refactor to use destructive me... | Aaron Patterson | 2010-07-12 | 1 | -5/+4 |
* | | PostgreSQLAdapter#select_raw removing dead code | Aaron Patterson | 2010-07-12 | 1 | -3/+0 |
* | | PostgreSQLAdapter#select_raw use each_with_index to avoid multiple array lookups | Aaron Patterson | 2010-07-12 | 1 | -5/+5 |
* | | PostgreSQLAdapter#select_raw fields and results are empty even if ntuples is 0 | Aaron Patterson | 2010-07-12 | 1 | -25/+21 |
* | | refactor PostgreSQLAdapter#result_as_array to create fewer Range objects | Aaron Patterson | 2010-07-12 | 1 | -3/+3 |
* | | cleaning up PostgreSQLAdapter#select | Aaron Patterson | 2010-07-12 | 1 | -8/+2 |
* | | these strings do not need to be frozen | Aaron Patterson | 2010-07-12 | 1 | -2/+2 |
* | | use Hash#each to avoid a second hash lookup | Aaron Patterson | 2010-07-12 | 1 | -4/+2 |
* | | Remove old rubygems require. | José Valim | 2010-07-12 | 1 | -7/+1 |
* | | reducing funcalls, cleaning up primary key methods for sqlite adapter | Aaron Patterson | 2010-07-10 | 1 | -6/+11 |
|/ |
|
* | Merge remote branch 'docrails/master' | Xavier Noria | 2010-07-09 | 1 | -2/+7 |
|\ |
|
| * | copy-edits some docs | Xavier Noria | 2010-07-08 | 1 | -6/+5 |
| * | clarifying how to create non standard primary key | Neeraj Singh | 2010-07-08 | 1 | -1/+7 |
* | | moving parse_sqlite_config to the sqlite3_connection method (where it belongs... | Aaron Patterson | 2010-07-08 | 2 | -20/+11 |
* | | removing useless code. [#5070 state:resolved] | Aaron Patterson | 2010-07-08 | 1 | -2/+1 |
|/ |
|
* | Fixed error when removing an index from a table name values, which is a reser... | J. Pablo Fernández | 2010-06-29 | 1 | -1/+1 |
* | removing useless code. [#4988 state:resolved] | Aaron Patterson | 2010-06-26 | 1 | -15/+4 |
* | Refactor of column_exists? method and this works with PostgreSQL | Santiago Pastorino | 2010-06-26 | 1 | -12/+6 |
* | adding adapter tests, avoiding private apis, fixing code in 1.9 [#4986 state:... | Aaron Patterson | 2010-06-26 | 1 | -3/+7 |
* | refactoring the postgres adapter index method to avoid inject and use values_... | Aaron Patterson | 2010-06-26 | 1 | -4/+4 |
* | Merge branch 'tago' | José Valim | 2010-06-26 | 2 | -4/+63 |
|\ |
|
| * | Add column and index query methods to ActiveRecord::Schema | Andrew White | 2010-06-26 | 2 | -4/+63 |
* | | index dump should not include full text indexes. Thanks Ken Mayer for the ori... | Aaron Patterson | 2010-06-26 | 1 | -8/+3 |
|/ |
|
* | Merge remote branch 'miloops/fixes' | José Valim | 2010-06-24 | 3 | -3/+3 |
|\ |
|
| * | Remove block definition from method, is not needed since yield is used inside. | Emilio Tagua | 2010-06-24 | 3 | -3/+3 |
* | | Your original TIME ZONE value on PostgreSQL is correctly restored now, after ... | Santiago Pastorino | 2010-06-24 | 1 | -3/+5 |
|/ |
|
* | remove_column should raise an ArgumentError when no columns are passed [#4803... | Jeff Dean | 2010-06-23 | 2 | -0/+2 |
* | Fix connection reloading in development mode. [#4929 state:resolved] | Edgars Beigarts | 2010-06-22 | 2 | -3/+6 |
* | remove executable permission from files that don't need it. [#4802 state:reso... | rohit | 2010-06-20 | 1 | -0/+0 |
* | Fix bug with rolling back frozen attributes. | Brian Durand | 2010-06-18 | 1 | -2/+2 |
* | setting the timezone in postgres to whatever ruby thinks the timezone is [#48... | Aaron Patterson | 2010-06-17 | 1 | -1/+6 |
* | edit pass: the names of Rails components have a space, ie, "Active Record", n... | Xavier Noria | 2010-06-14 | 4 | -12/+12 |
* | Revert "Temporarily revert "Update after_commit and after_rollback docs and t... | Jeremy Kemper | 2010-06-08 | 1 | -0/+56 |
* | Temporarily revert "Update after_commit and after_rollback docs and tests to ... | Jeremy Kemper | 2010-06-08 | 1 | -56/+0 |
* | forcing encoding on 1.9 when dealing with "binary" columns [#4612 state:resol... | Aaron Patterson | 2010-06-08 | 1 | -0/+4 |
* | MySQL: require 2.7 or later so we can rely on result.each_hash | Jeremy Kemper | 2010-06-05 | 1 | -49/+8 |
* | Whoops. _run_*_callbacks is private | wycats | 2010-06-04 | 1 | -1/+1 |