| Commit message (Expand) | Author | Age | Files | Lines |
* | Represent association scope options as AR::Relations insternally. | Jon Leighton | 2012-07-13 | 13 | -146/+153 |
* | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 5 | -25/+37 |
* | support relations created with a table alias | Jon Leighton | 2012-07-13 | 1 | -1/+1 |
* | Merge pull request #6874 from robbkidd/rename_sequences_too | Aaron Patterson | 2012-07-10 | 1 | -0/+7 |
|\ |
|
| * | Update psql adapter to rename a default pkey sequence when renaming a table. | Robb Kidd | 2012-06-27 | 1 | -0/+7 |
* | | Add references statements to migration generator | Aleksey Magusev | 2012-07-08 | 1 | -4/+16 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-07-07 | 3 | -6/+41 |
|\ \ |
|
| * | | minor text change [ci skip] | Vijay Dev | 2012-07-07 | 1 | -1/+1 |
| * | | Revert "Add nodoc to relation methods" | Vijay Dev | 2012-07-07 | 1 | -22/+24 |
| * | | Add nodoc to relation methods | Oscar Del Ben | 2012-07-06 | 1 | -24/+22 |
| * | | Add order docs | Oscar Del Ben | 2012-07-05 | 1 | -0/+10 |
| * | | Add group documentation | Oscar Del Ben | 2012-07-05 | 1 | -0/+12 |
| * | | Add documentation for includes | Oscar Del Ben | 2012-07-05 | 1 | -0/+11 |
| * | | remove :nodoc: of AR::Scoping#unscoped [ci skip] | Francesco Rodriguez | 2012-07-01 | 1 | -4/+4 |
| * | | fix AR::SchemaStatements#column_exists? example [ci skip] | Francesco Rodriguez | 2012-06-30 | 1 | -1/+1 |
| * | | update AR::SchemaStatements#column_exists? documentation [ci skip] | Francesco Rodriguez | 2012-06-30 | 1 | -2/+4 |
* | | | Refactor locked? method in query cache | Carlos Antonio da Silva | 2012-07-07 | 1 | -5/+2 |
* | | | Load all records in Relation#inspect | Jon Leighton | 2012-07-07 | 1 | -4/+1 |
* | | | Merge pull request #6838 from kennyj/added_registration_task | Carlos Antonio da Silva | 2012-07-07 | 1 | -7/+11 |
|\ \ \ |
|
| * | | | Added a feature to add a database task. e.g. OracleDatabaseTasks | kennyj | 2012-06-24 | 1 | -7/+11 |
* | | | | Relation#inspect handles doesn't perform a new query on an already-loaded rel... | Jon Leighton | 2012-07-07 | 1 | -1/+4 |
* | | | | Simplify Relation#inspect | Jon Leighton | 2012-07-07 | 1 | -12/+3 |
* | | | | Merge pull request #6993 from morgoth/engine-table-name-prefix-generator-fix | José Valim | 2012-07-07 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fixed generating namespaced table_name_prefix in engines | Wojciech Wnętrzak | 2012-07-06 | 1 | -1/+1 |
* | | | | | Merge pull request #6997 from kennyj/fix_stored_attributes | José Valim | 2012-07-07 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Added *instance_writer: false* for stored/serialized attributes. | kennyj | 2012-07-07 | 2 | -2/+2 |
| |/ / / / |
|
* / / / / | Limit the number of records in Relation#inspect | Damien Mathieu | 2012-07-06 | 1 | -1/+13 |
|/ / / / |
|
* | | | | Merge pull request #6985 from sidonath/disable-query-cache-for-locks | Rafael Mendonça França | 2012-07-06 | 1 | -1/+9 |
|\ \ \ \ |
|
| * | | | | Disable query cache for lock queries | Damir Zekic | 2012-07-06 | 1 | -1/+9 |
* | | | | | Show the records in Relation#inspect | Jon Leighton | 2012-07-06 | 1 | -0/+4 |
|/ / / / |
|
* | | | | Merge pull request #6927 from parndt/patch-3 | Carlos Antonio da Silva | 2012-07-05 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Made ArgumentError messages consistent. | Philip Arndt | 2012-07-06 | 1 | -2/+2 |
* | | | | | Add documentation for inheritance_column method | Vitor Balocco | 2012-07-05 | 1 | -1/+3 |
* | | | | | fix quoting for ActiveSupport::Duration instances | Francesco Rodriguez | 2012-07-04 | 1 | -1/+1 |
* | | | | | Don't need to use delete in the options hash | Rafael Mendonça França | 2012-07-03 | 2 | -3/+2 |
* | | | | | Refactor references schema definitions | Aleksey Magusev | 2012-07-03 | 1 | -18/+12 |
* | | | | | Make references statements reversible | Aleksey Magusev | 2012-07-03 | 1 | -1/+13 |
* | | | | | Add references schema statements | Aleksey Magusev | 2012-07-03 | 1 | -0/+37 |
* | | | | | Don't mark the store as changed if an attribute isn't changed. | kennyj | 2012-07-03 | 1 | -2/+5 |
|/ / / / |
|
* | | | | Unify the collation API for the database adpters | Rafael Mendonça França | 2012-07-01 | 2 | -5/+5 |
* | | | | Merge pull request #6913 from lexmag/column_exists_options | Carlos Antonio da Silva | 2012-06-30 | 1 | -4/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add more options to column_exists? method | Aleksey Magusev | 2012-06-30 | 1 | -4/+6 |
* | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-06-30 | 2 | -5/+15 |
|\ \ \ \ |
|
| * | | | | update AR::FinderMethods#exists?(false) example [ci skip] | Francesco Rodriguez | 2012-06-28 | 1 | -5/+7 |
| * | | | | Mention effect of accepts_nested_attributes_for on association autosave optio... | Chris Gunther | 2012-06-27 | 1 | -0/+8 |
* | | | | | Fix collation database task to use begin..rescue..end | Carlos Antonio da Silva | 2012-06-30 | 1 | -4/+6 |
* | | | | | Extract collation tasks to database tasks. | kennyj | 2012-07-01 | 4 | -8/+20 |
* | | | | | Remove ActiveRelation#inspect | Brian Cardarella | 2012-06-29 | 1 | -4/+0 |
* | | | | | Remove unused responsibilities and add a few load definitions to engines | José Valim | 2012-06-29 | 1 | -1/+1 |
* | | | | | Require URI | Chris Bandy | 2012-06-28 | 1 | -0/+2 |