| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | Add documentation for ActiveRecord::QueryMethods#offset [ci skip] | Ulises Cabanillas | 2012-06-16 | 1 | -0/+7 |
| * | Add documentation for ActiveRecord::QueryMethods#limit [ci skip] | Florent Guilleux | 2012-06-16 | 1 | -3/+7 |
* | | Merge pull request #6800 from mschneider/dynamic_finders_for_aliased_attributes | Rafael Mendonça França | 2012-06-22 | 5 | -1/+15 |
|\ \ |
|
| * | | made dynamic finders alias_attribute aware | Maximilian Schneider | 2012-06-22 | 5 | -1/+15 |
* | | | Fix changelog typo [ci skip] | Carlos Antonio da Silva | 2012-06-22 | 1 | -1/+1 |
* | | | Add changelog entry and guide updates for pluck with multiple columns | Carlos Antonio da Silva | 2012-06-22 | 2 | -0/+10 |
* | | | Refactor pluck with multiple columns | Carlos Antonio da Silva | 2012-06-22 | 2 | -36/+29 |
* | | | ActiveRecord#pluck now accepts multiple columns | jeroeningen | 2012-06-22 | 2 | -16/+51 |
* | | | Fix serializable_hash with xml generation and default :except option | Carlos Antonio da Silva | 2012-06-22 | 3 | -5/+30 |
* | | | Add some coverage for AR serialization with serializable_hash | Carlos Antonio da Silva | 2012-06-22 | 3 | -26/+113 |
* | | | disallow mutating a relation once loaded | Jon Leighton | 2012-06-22 | 3 | -18/+50 |
* | | | It's AR::Reflection not AR::Relation | Andrew White | 2012-06-22 | 1 | -1/+1 |
* | | | Improve the derivation of HABTM assocation join table names | Andrew White | 2012-06-22 | 13 | -52/+85 |
* | | | Set the hash value directly instead of using merge! | Carlos Antonio da Silva | 2012-06-21 | 1 | -1/+1 |
* | | | changed the firm of changes_from_zero_to_string? | Angelo capilleri | 2012-06-21 | 1 | -2/+2 |