| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Fix touching an invalid parent record for belongs_to | Olek Janiszewski | 2013-02-26 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-02-26 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Typo fix | Carson McDonald | 2013-02-25 | 1 | -1/+1 |
| * | | | BELONGS TO ASSOCIATION | Typo fix | libin | 2013-02-25 | 1 | -1/+1 |
* | | | | Merge pull request #9414 from senny/9275_order_with_symbol_and_join | Rafael Mendonça França | 2013-02-26 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | Expand order(:symbol) to "table".symbol to prevent broken queries on PG. | Yves Senn | 2013-02-25 | 1 | -0/+5 |
* | | | | | No need to send public methods | Akira Matsuda | 2013-02-26 | 3 | -3/+3 |
| |_|_|/
|/| | | |
|
* | | | | removes redundant require | Xavier Noria | 2013-02-25 | 1 | -2/+0 |
* | | | | AR loads activerecord-deprecated_finders, no need to add it to the Gemfile | Xavier Noria | 2013-02-25 | 1 | -0/+2 |
* | | | | Do not override attributes on `dup` by default scopes | Hiroshige Umino | 2013-02-26 | 1 | -1/+0 |
* | | | | Preparing for 4.0.0.beta1 release | David Heinemeier Hansson | 2013-02-25 | 1 | -1/+1 |
* | | | | Merge pull request #9409 from wangjohn/adding_documentation_to_touch | Carlos Antonio da Silva | 2013-02-25 | 1 | -0/+7 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Added documentation about how touch now throws an error when one tries | wangjohn | 2013-02-25 | 1 | -0/+7 |
* | | | | Merge pull request #9246 from Noemj/update_prepared_statements | Aaron Patterson | 2013-02-24 | 1 | -3/+12 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Changed update_record to use prepared statements. | Noemj | 2013-02-11 | 1 | -3/+12 |
* | | | | Raising an ActiveRecordError when one tries to use .touch(name) on a new | wangjohn | 2013-02-25 | 1 | -0/+2 |
* | | | | Make explicit the method will raise an exception | Rafael Mendonça França | 2013-02-24 | 1 | -10/+10 |
* | | | | don't apply invalid ordering when preloading hmt associations. | Yves Senn | 2013-02-24 | 1 | -2/+2 |
* | | | | Merge pull request #9400 from senny/remove_auto_explain_threshold_in_seconds | Xavier Noria | 2013-02-24 | 5 | -87/+26 |
|\ \ \ \ |
|
| * | | | | remove AR auto-explain (config.auto_explain_threshold_in_seconds) | Yves Senn | 2013-02-24 | 5 | -87/+26 |
* | | | | | Updated doc to clarify about update_all and delete_all | Neeraj Singh | 2013-02-24 | 1 | -2/+2 |
* | | | | | Do not type cast all the database url values. | Rafael Mendonça França | 2013-02-24 | 6 | -32/+29 |
|/ / / / |
|
* | | | | Merge pull request #9356 from senny/988_multiple_actions_for_after_commit | Steve Klabnik | 2013-02-24 | 1 | -14/+17 |
|\ \ \ \ |
|
| * | | | | multiple actions for :on option with `after_commit` and `after_rollback` | Yves Senn | 2013-02-21 | 1 | -14/+17 |
* | | | | | adds a missing LIMIT 1 in #take docs | Xavier Noria | 2013-02-23 | 1 | -1/+1 |
|/ / / / |
|
* | | | | 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 |
* | | | | 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 some remaining relation bang methods documentation [ci skip] | Xavier Noria | 2013-02-20 | 1 | -3/+0 |
* | | | | | adds an example in the docs of #not with multiple conditions [ci skip] | Xavier Noria | 2013-02-20 | 1 | -4/+8 |
* | | | | | also rename indexes when a table or column is renamed | Yves Senn | 2013-02-20 | 4 | -5/+34 |
* | | | | | 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 | 3 | -4/+22 |
* | | | | Merge pull request #9332 from wangjohn/adding_documentation_to_error_raising_... | Rafael Mendonça França | 2013-02-20 | 1 | -11/+27 |
|\ \ \ \ |
|
| * | | | | Added comments about the check_empty_arguments method which is called | wangjohn | 2013-02-20 | 1 | -11/+27 |
* | | | | | 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 | 4 | -4/+65 |
|/ / / / |
|
* | | | | standardize database_configuration to a hash | Terence Lee | 2013-02-21 | 2 | -5/+3 |
* | | | | descriptive error message when AR adapter was not found. Closes #7313. | Yves Senn | 2013-02-20 | 1 | -2/+5 |
* | | | | Raise an error when query methods have blank arguments, and when blank argume... | John J Wang | 2013-02-19 | 1 | -9/+23 |
* | | | | Gist URLs are now namespaced | Akira Matsuda | 2013-02-18 | 2 | -5/+5 |
* | | | | 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 |