aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed-fonts on SchemaDefinitionsSebastian Martinez2011-05-021-3/+3
* Remove extra whitespacesSebastian Martinez2011-05-021-18/+18
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-018-24/+65
|\
| * Merge branch 'master' of github.com:lifo/docrailsDan Pickett2011-04-298-24/+65
| |\
| | * Better formatting hereSebastian Martinez2011-04-241-3/+3
| | * Added missing docs to mysql2_adapterSebastian Martinez2011-04-221-0/+13
| | * Fixed punctuation errors.Sebastian Martinez2011-04-221-4/+4
| | * Better docs formattingSebastian Martinez2011-04-221-10/+11
| | * Fix #postgresql_version docsSebastian Martinez2011-04-221-1/+1
| | * Added docs for #version on mysql_adapterSebastian Martinez2011-04-221-0/+1
| | * Added some docs on SQLite adapterSebastian Martinez2011-04-221-0/+5
| | * Make this docs more consistent with the rest of the docs presentSebastian Martinez2011-04-223-4/+6
| | * dot missing hereSebastian Martinez2011-04-221-1/+1
| | * Added doc for #table_exists?Sebastian Martinez2011-04-221-0/+4
| | * Added docs for #rename_table on some adaptersSebastian Martinez2011-04-223-0/+11
| | * Added docs for #columns on some adaptersSebastian Martinez2011-04-222-0/+2
| | * Merge branch 'master' of git://github.com/rails/railsXavier Noria2011-04-237-49/+49
| | |\
| | * | Added docs for #indexes on adaptersSebastian Martinez2011-04-223-1/+3
* | | | using bind parameters for updatesAaron Patterson2011-04-306-5/+16
* | | | make sure we flatten the fixture path listAaron Patterson2011-04-291-1/+1
* | | | shorten up our fixture path resolving codeAaron Patterson2011-04-291-2/+2
* | | | table name needs to be classified when instantiating fixturesAaron Patterson2011-04-291-2/+4
|/ / /
* | | convert query results to a list of listsAaron Patterson2011-04-291-2/+1
* | | requring pg ~> 0.11, so remove conditional code for supporting older versions...Aaron Patterson2011-04-291-56/+12
* | | Make postgresql faster on development (thanks to @tapajos).José Valim2011-04-291-0/+8
* | | lean on rubygems to provide error messages about missing gemsAaron Patterson2011-04-291-9/+2
* | | supporting delete with bind parameters in mysql2Aaron Patterson2011-04-291-0/+8
* | | refactor exec_delete to reuse the statement cache from exec_queryAaron Patterson2011-04-291-70/+44
* | | statement cache for deletes working on mysqlAaron Patterson2011-04-291-0/+39
* | | sqlite3 supports prepared statement deletesAaron Patterson2011-04-291-0/+5
* | | postgresql supports prepare statement deletesAaron Patterson2011-04-294-26/+52
* | | supporting nil when passed in as an IN clauseAaron Patterson2011-04-291-1/+12
* | | clearing statement from cache on exception in order to support older versions...Aaron Patterson2011-04-281-3/+13
* | | requiring a newer version of the mysql2 gemAaron Patterson2011-04-271-0/+1
* | | Fix #update_attributes api format errorSebastian Martinez2011-04-261-1/+1
* | | Merged pull request #307 from arunagw/master.Aaron Patterson2011-04-261-1/+1
|\ \ \
| * | | Database creation for jdbcpostgresql #jrubyArun Agrawal2011-04-261-1/+1
* | | | AR update_attributes api is updated to reflect the addition of assign_attributesJosh Kalderimis2011-04-261-4/+9
* | | | Merged pull request #310 from beanieboi/master.Aaron Patterson2011-04-261-1/+10
|\ \ \ \
| * | | | Added tsvector Datatype SupportBenjamin Fritsch2011-04-261-1/+10
* | | | | Merged pull request #308 from joshk/assign_attributes.José Valim2011-04-252-11/+16
|\ \ \ \ \
| * | | | | deprecated the use of the guard_protected_attributes argument with attributes...Josh Kalderimis2011-04-252-11/+16
| | |/ / / | |/| | |
* / | | | Do not use SQL LIKE operator for case insensitive uniqueness validationRaimonds Simanovskis2011-04-251-2/+3
|/ / / /
* | | | Fixed error when running db:create with jdbcmysqlRashmi Yadav2011-04-252-1/+23
* | | | Use existing #empty_insert_statement_value for an insert with no columns.Ken Collins2011-04-243-9/+1
* | | | added config.active_record.whitelist_attributes which creates an empty whitel...Josh Kalderimis2011-04-241-0/+3
* | | | Added assign_attributes to Active Record which accepts a mass-assignment secu...Josh Kalderimis2011-04-241-1/+40
| |_|/ |/| |
* | | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-233-8/+24
|\ \ \ | | |/ | |/|
| * | copy-edits 0e2644cXavier Noria2011-04-233-3/+3
| * | copy-edits e2656e0Xavier Noria2011-04-232-3/+3