| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Update Rake tasks to call `rails test` instead | Prem Sichanugrist | 2013-03-09 | 2 | -62/+41 |
| * | | Improve wording for rails test command | Dalibor Nasevic | 2013-03-09 | 5 | -39/+41 |
| * | | Load fixtures only when running suites, or `-f` | Prem Sichanugrist | 2013-03-09 | 4 | -3/+80 |
| * | | Add support for MiniTest flags in TestRunner | Prem Sichanugrist | 2013-03-09 | 4 | -59/+93 |
| * | | Update testing documentation | Prem Sichanugrist | 2013-03-09 | 1 | -63/+71 |
| * | | Add `rails test` command to run the test suite | Prem Sichanugrist and Chris Toomey | 2013-03-09 | 4 | -0/+311 |
* | | | Merge pull request #9657 from vipulnsward/cleanup_tests | Rafael Mendonça França | 2013-03-11 | 3 | -4/+2 |
|\ \ \ |
|
| * | | | Cleanup tests for unused variables | Vipul A M | 2013-03-11 | 3 | -4/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #9658 from tkhr/add-assert-to-test_company_descends_from_a... | Rafael Mendonça França | 2013-03-11 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | add an missing assertion to inheritance_test.rb | Takehiro Adachi | 2013-03-11 | 1 | -0/+1 |
|/ / |
|
* | | Merge pull request #9653 from jetthoughts/master | Carlos Antonio da Silva | 2013-03-10 | 1 | -5/+5 |
|\ \ |
|
| * | | Fixed tests for returning an instance of `Time` in the local system timezone. | Paul Nikitochkin | 2013-03-10 | 1 | -5/+5 |
* | | | Merge pull request #9651 from vipulnsward/change_to_each_value_intest | Carlos Antonio da Silva | 2013-03-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Change from each to each_value on hash to avoid unused variable warning | Vipul A M | 2013-03-11 | 1 | -1/+1 |
* | | | | Merge pull request #9650 from yahonda/group_by_oracle | Rafael Mendonça França | 2013-03-10 | 1 | -2/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Address ActiveRecord::StatementInvalid: OCIError: ORA-00979 | Yasuo Honda | 2013-03-11 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge pull request #9645 from senny/9643_habtm_wrong_table_name | Carlos Antonio da Silva | 2013-03-10 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | document habtm join-table name with custom prefix [ci skip]. | Yves Senn | 2013-03-10 | 1 | -0/+2 |
|/ / |
|
* | | Merge pull request #9638 from siong1987/debugger | Carlos Antonio da Silva | 2013-03-09 | 1 | -1/+1 |
|\ \ |
|
| * | | Make sure that debugger isn't included in production environment. | Teng Siong Ong | 2013-03-09 | 1 | -1/+1 |
|/ / |
|
* | | Change uniq validation with conditions examples to use where with hashes | Carlos Antonio da Silva | 2013-03-09 | 2 | -5/+5 |
* | | Merge pull request #9637 from GSI/master | Carlos Antonio da Silva | 2013-03-09 | 1 | -0/+1 |
|\ \ |
|
| * | | included "Montevideo" in list of time zone aliases (closes Issue #9628) | Gernot | 2013-03-09 | 1 | -0/+1 |
* | | | Merge pull request #9633 from senny/5321_make_it_lazy | Carlos Antonio da Silva | 2013-03-09 | 3 | -4/+23 |
|\ \ \ |
|
| * | | | Uniqueness validation uses a proc to specify the `:conditions` option. | Yves Senn | 2013-03-09 | 3 | -4/+23 |
| | |/
| |/| |
|
* | | | Merge pull request #9618 from manvsmachine/fix-postgres-enable-extension-error | Carlos Antonio da Silva | 2013-03-09 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fixes enable_extension bug in postgresql_adapter | Darren Woodley | 2013-03-08 | 1 | -1/+1 |
* | | | | Fix "ActiveRecord" => "Active Record" in changelog [ci skip] | Carlos Antonio da Silva | 2013-03-09 | 1 | -4/+3 |
| |/ /
|/| | |
|
* | | | Merge pull request #9371 from benmoss/access-connection-via-class | Jon Leighton | 2013-03-09 | 7 | -13/+19 |
|\ \ \ |
|
| * | | | Deprecate #connection in favour of accessing it via the class | Ben Moss | 2013-03-09 | 7 | -13/+19 |
* | | | | Merge pull request #9626 from dasch/dasch/instrument-strong-params | José Valim | 2013-03-09 | 2 | -1/+7 |
|\ \ \ \ |
|
| * | | | | Use the instrumentation framework to instrument Strong Params | Daniel Schierbeck | 2013-03-07 | 2 | -1/+7 |
* | | | | | Fix race condition in test | Jon Leighton | 2013-03-09 | 1 | -2/+2 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #9632 from senny/unify_the_changelogs | Carlos Antonio da Silva | 2013-03-09 | 4 | -36/+37 |
|\ \ \ \ |
|
| * | | | | Use "Fixes" in place of "Fix" in changelogs for consistency [ci skip]. | Yves Senn | 2013-03-09 | 4 | -36/+37 |
|/ / / / |
|
* | | | | Merge pull request #9630 from robertjwhitney/update_collection_docs | Carlos Antonio da Silva | 2013-03-09 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Update documentation for collection<< to reflect << on new records. | Robert Whitney | 2013-03-09 | 1 | -2/+2 |
* | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-10 | 9 | -16/+92 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | copy edits [ci skip] | Vijay Dev | 2013-03-10 | 2 | -4/+4 |
| * | | | | fixed typo in strong parameters example | Yves Senn | 2013-03-09 | 1 | -1/+1 |
| * | | | | strong parameter example for hashes with integer keys. | Yves Senn | 2013-03-09 | 1 | -0/+14 |
| * | | | | Adding a note for :body option in `mail` method. | Fabrizio Regini | 2013-03-08 | 1 | -0/+13 |
| * | | | | fixing typo in the merging scopes section | Neeraj Singh | 2013-03-08 | 1 | -4/+3 |
| * | | | | Explained how merging of scope works | Neeraj Singh | 2013-03-08 | 1 | -0/+56 |
| * | | | | Some copy edit and formatting for upgrading guide. | Hendy Tanata | 2013-03-08 | 1 | -3/+3 |
| * | | | | remove the new metadata note in Rails 4 upgrade guide | Alex Robbin | 2013-03-07 | 1 | -6/+0 |
| * | | | | fixes active_record_querying #pluck example | awilliams | 2013-03-07 | 1 | -1/+1 |
| * | | | | Update capture_helper.rb | Jess Brown | 2013-03-06 | 1 | -1/+1 |
| * | | | | Typppo | Akira Matsuda | 2013-03-06 | 3 | -4/+4 |
* | | | | | Fix AMo code example indent, add missing author to entry [ci skip] | Carlos Antonio da Silva | 2013-03-09 | 1 | -6/+8 |