| Commit message (Expand) | Author | Age | Files | Lines |
* | Oracle enhanced adapter shortens its name if it is longer than 30 bytes | Yasuo Honda | 2013-02-24 | 1 | -2/+10 |
* | also rename the test-case class inside columns_test.rb | Yves Senn | 2013-02-24 | 1 | -1/+1 |
* | adds a missing LIMIT 1 in #take docs | Xavier Noria | 2013-02-23 | 1 | -1/+1 |
* | rename_column_test.rb -> columns_test.rb to reveal intent. | Yves Senn | 2013-02-23 | 1 | -0/+0 |
* | forwardport #9388 rename/remove column preserves custom PK. | Yves Senn | 2013-02-23 | 1 | -1/+15 |
* | Merge pull request #9348 from schuetzm/doc_no_indices_with_create_join_table | Xavier Noria | 2013-02-21 | 1 | -0/+8 |
|\ |
|
| * | Indent comment block by two spaces. | Marc Schütz | 2013-02-21 | 1 | -4/+4 |
| * | Add more documentation for create_join_table. | Marc Schütz | 2013-02-20 | 1 | -0/+8 |
* | | Fix warning | Rafael Mendonça França | 2013-02-21 | 1 | -1/+1 |
|/ |
|
* | ActiveRecord -> Active Record [ci skip] | Xavier Noria | 2013-02-20 | 1 | -1/+1 |
* | Merge pull request #9345 from wangjohn/change_name_of_query_method_argument_c... | Rafael Mendonça França | 2013-02-20 | 1 | -10/+10 |
|\ |
|
| * | Renaming the check_empty_arguments method to something more descriptive. | wangjohn | 2013-02-20 | 1 | -10/+10 |
* | | removes relation bang methods from the AR changelog [ci skip] | Xavier Noria | 2013-02-20 | 1 | -12/+0 |
* | | removes some remaining relation bang methods documentation [ci skip] | Xavier Noria | 2013-02-20 | 1 | -3/+0 |
* | | puts a lambda around a default scope [ci skip] | Xavier Noria | 2013-02-20 | 1 | -1/+1 |
* | | adds an example in the docs of #not with multiple conditions [ci skip] | Xavier Noria | 2013-02-20 | 1 | -4/+8 |
* | | database.yml -> config/database.yml [ci skip] | Xavier Noria | 2013-02-20 | 1 | -1/+1 |
* | | Skip failing test and add a FIXME note | Rafael Mendonça França | 2013-02-20 | 1 | -0/+2 |
* | | unify AR changelog entries [ci skip] | Yves Senn | 2013-02-20 | 1 | -4/+4 |
* | | also rename indexes when a table or column is renamed | Yves Senn | 2013-02-20 | 7 | -8/+73 |
* | | moves the new :nsec date format to the Active Support changelog [ci skip] | Xavier Noria | 2013-02-20 | 1 | -6/+1 |
* | | revises the documentation of AR::Base.cache_timestamp_format [ci skip] | Xavier Noria | 2013-02-20 | 1 | -2/+4 |
|/ |
|
* | reserve less chars for internal sqlite3 operations | Yves Senn | 2013-02-20 | 1 | -7/+7 |
* | reserve index name chars for internal rails operations | Yves Senn | 2013-02-20 | 6 | -9/+64 |
* | Merge pull request #9332 from wangjohn/adding_documentation_to_error_raising_... | Rafael Mendonça França | 2013-02-20 | 3 | -15/+45 |
|\ |
|
| * | Added comments about the check_empty_arguments method which is called | wangjohn | 2013-02-20 | 3 | -15/+45 |
* | | Merge pull request #9342 from hone/db_migrate_with_database_url | Rafael Mendonça França | 2013-02-20 | 1 | -1/+1 |
|\ \ |
|
| * | | make type_cast_value a class level method | Terence Lee | 2013-02-21 | 1 | -1/+1 |
| |/ |
|
* / | Reduced memory leak problem in transactions by lazily updating AR objects wit... | wangjohn | 2013-02-20 | 6 | -6/+89 |
|/ |
|
* | standardize database_configuration to a hash | Terence Lee | 2013-02-21 | 2 | -5/+3 |
* | Whitespace :heart: and hash syntax change | Rafael Mendonça França | 2013-02-20 | 1 | -23/+22 |
* | descriptive error message when AR adapter was not found. Closes #7313. | Yves Senn | 2013-02-20 | 3 | -3/+20 |
* | s/revertible/reversible/ | Xavier Noria | 2013-02-19 | 1 | -1/+1 |
* | Merge pull request #9315 from Takehiro-Adachi/remove-unecessary-tests-from-ar... | Steve Klabnik | 2013-02-19 | 1 | -23/+0 |
|\ |
|
| * | delete duplicated tests in AR base_test.rb | Takehiro Adachi | 2013-02-19 | 1 | -23/+0 |
* | | moves a CHANGELOG entry from AR to AP | Xavier Noria | 2013-02-19 | 1 | -4/+0 |
* | | small tweaks in the AR CHANGELOG | Xavier Noria | 2013-02-19 | 1 | -4/+4 |
* | | Raise an error when query methods have blank arguments, and when blank argume... | John J Wang | 2013-02-19 | 2 | -9/+34 |
* | | Gist URLs are now namespaced | Akira Matsuda | 2013-02-18 | 2 | -5/+5 |
|/ |
|
* | add tests for ActiveRecord::Base#create | Takehiro Adachi | 2013-02-18 | 1 | -0/+8 |
* | Add CHANGELOG entry for 41ff6a10216f48f43605a1f9cd6094765cab750f | Andrew White | 2013-02-17 | 1 | -0/+40 |
* | copy-edits RDoc in fba496f | Xavier Noria | 2013-02-16 | 1 | -4/+4 |
* | Remove valid_type? method | Jon Leighton | 2013-02-15 | 4 | -17/+0 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-02-15 | 2 | -0/+24 |
|\ |
|
| * | copy edits [ci skip] | Vijay Dev | 2013-02-15 | 1 | -1/+1 |
| * | Add example for ActiveRecord::Base.joins using a string as argument | Maurizio De Santis | 2013-02-07 | 1 | -0/+5 |
| * | Add example for ActiveRecord::Base.group using a string as argument | Maurizio De Santis | 2013-02-07 | 1 | -0/+3 |
| * | Add documentation for ActiveRecord.select when use strings as arguments | Maurizio De Santis | 2013-02-07 | 1 | -0/+10 |
| * | Add ActiveRecord.count documentation when used on group relations | Maurizio De Santis | 2013-02-07 | 1 | -0/+6 |
* | | Revert "Make valid_type? public" | Jon Leighton | 2013-02-15 | 4 | -12/+17 |