| Commit message (Expand) | Author | Age | Files | Lines |
* | Update 4.0 Release Notes with changelogs [ci skip] | Carlos Antonio da Silva | 2012-07-02 | 1 | -3/+3 |
* | Use strings for the table names | Rafael Mendonça França | 2012-07-01 | 1 | -1/+1 |
* | Unify the collation API for the database adpters | Rafael Mendonça França | 2012-07-01 | 6 | -15/+15 |
* | Merge pull request #6914 from lexmag/migration_tests | Rafael Mendonça França | 2012-07-01 | 2 | -37/+11 |
|\ |
|
| * | Refactor migration test_helper | Aleksey Magusev | 2012-07-01 | 2 | -37/+11 |
* | | Update AR and AP changelogs [ci skip] | Carlos Antonio da Silva | 2012-06-30 | 1 | -1/+13 |
* | | Merge pull request #6913 from lexmag/column_exists_options | Carlos Antonio da Silva | 2012-06-30 | 2 | -10/+18 |
|\ \ |
|
| * | | Add more options to column_exists? method | Aleksey Magusev | 2012-06-30 | 2 | -10/+18 |
| |/ |
|
* | | 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 | 8 | -8/+88 |
* | | | Remove ActiveRelation#inspect | Brian Cardarella | 2012-06-29 | 3 | -5/+5 |
* | | | Remove unused responsibilities and add a few load definitions to engines | José Valim | 2012-06-29 | 1 | -1/+1 |
* | | | Added an entry about fda24312d3 in the CHANGELOG. | kennyj | 2012-06-29 | 1 | -0/+15 |
* | | | Require URI | Chris Bandy | 2012-06-28 | 1 | -0/+2 |
* | | | Support collate and ctype on the PostgreSQL. | kennyj | 2012-06-29 | 4 | -1/+40 |
* | | | fixing typo in from documentation | Subba Rao Pasupuleti | 2012-06-28 | 1 | -2/+2 |
* | | | Remove some aggregation tests related to composed_of | Carlos Antonio da Silva | 2012-06-28 | 2 | -21/+0 |
* | | | Move newly added multiparameter tests to base_test file | Carlos Antonio da Silva | 2012-06-28 | 2 | -35/+36 |
* | | | Skip test_setting_time_attribute because Oracle database | Yasuo Honda | 2012-06-28 | 1 | -0/+2 |
* | | | fix: limit of enum columns of mysql | Yamada Masaki | 2012-06-28 | 5 | -0/+41 |
* | | | Fixes #6825, adds tests covering cases and error possibilities, also changes ... | Mauricio Linhares | 2012-06-27 | 3 | -16/+58 |
| |/
|/| |
|
* | | Merge pull request #6880 from kennyj/fix_20120628 | Carlos Antonio da Silva | 2012-06-27 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix wrong environment. env should be RAILS_ENV or test. | kennyj | 2012-06-28 | 1 | -1/+1 |
* | | | Merge pull request #6856 from lexmag/polymorphic_generators | Carlos Antonio da Silva | 2012-06-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Add polymorphic option to model generator | Aleksey Magusev | 2012-06-27 | 1 | -1/+1 |
* | | | | Address test_basic_model test error with Oracle enhanced adapter | Yasuo Honda | 2012-06-27 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Setup each test with default ActiveRecord timezone settings to ensure each te... | Erich Menge | 2012-06-26 | 1 | -20/+8 |
* | | | Use args.flatten! in query methods when applicable | Carlos Antonio da Silva | 2012-06-25 | 1 | -7/+12 |
* | | | Merge pull request #6544 from flexoid/issue-6431 | Piotr Sarnacki | 2012-06-25 | 3 | -6/+14 |
|\ \ \ |
|
| * | | | exists?(false) returns false | Egor Lynko | 2012-06-25 | 3 | -6/+14 |
| |/ / |
|
* | | | Ensure Arel columns are typecasted properly when grouping with calculation | Carlos Antonio da Silva | 2012-06-25 | 2 | -9/+13 |
* | | | Move to db:structure namespace, because these methods are global. | kennyj | 2012-06-26 | 1 | -8/+9 |
* | | | Remove session_table_name method because this is global and used only once. | kennyj | 2012-06-26 | 1 | -5/+1 |
* | | | Add a description about ENV["SCOPE"] | kennyj | 2012-06-26 | 1 | -1/+1 |
* | | | Change the behavior of db:test:prepare task when schema_format is sql for con... | kennyj | 2012-06-26 | 1 | -1/+1 |
* | | | Change the behavior of db:test:clone task when schema_format is sql for consi... | kennyj | 2012-06-26 | 1 | -1/+11 |
* | | | Change an order of methods for readbility. | kennyj | 2012-06-26 | 1 | -7/+7 |
|/ / |
|
* | | Revert "Merge pull request #6344" | Piotr Sarnacki | 2012-06-25 | 4 | -17/+5 |
* | | Stop assuming strings for grouped calculations | Ernie Miller | 2012-06-24 | 2 | -6/+22 |
* | | Move tasks(rake) tests to under the tasks dir. | kennyj | 2012-06-24 | 4 | -0/+0 |
* | | Add test cases for 46492949b8c09f99db78b9f7a02d039e7bc6a702 | Andrew White | 2012-06-23 | 1 | -0/+52 |
* | | add :nodoc: to internal implementations [ci skip] | Francesco Rodriguez | 2012-06-22 | 1 | -1/+1 |
* | | Allow precision option for postgresql datetimes | Tony Schneider | 2012-06-22 | 3 | -0/+87 |
|/ |
|
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-06-22 | 2 | -4/+16 |
|\ |
|
| * | fixes a few mistakes in api docs [ci skip] | Vijay Dev | 2012-06-22 | 1 | -4/+2 |
| * | Typo in documentation. | Andrés Mejía | 2012-06-19 | 1 | -1/+1 |
| * | Add documentation for ActiveRecord::QueryMethods#reverse_order [ci skip] | Florent Guilleux | 2012-06-16 | 1 | -0/+3 |