Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Added Object#self which returns the object itself | David Heinemeier Hansson | 2014-08-01 | 4 | -0/+26 | |
* | | | | | | Use available method rather than macro name checking | Carlos Antonio da Silva | 2014-07-31 | 1 | -1/+1 | |
* | | | | | | Rename method for clarity | Carlos Antonio da Silva | 2014-07-31 | 1 | -3/+3 | |
* | | | | | | use `get` instead of accessing the named routes internals | Aaron Patterson | 2014-07-31 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge pull request #16363 from arthurnn/null_transaction | Rafael Mendonça França | 2014-07-31 | 2 | -70/+67 | |
|\ \ \ \ \ | ||||||
| * | | | | | Replace ClosedTransaction with NullTransaction | Arthur Neves | 2014-07-31 | 2 | -8/+5 | |
| * | | | | | Move TransactionManager to bottom of class | Arthur Neves | 2014-07-31 | 1 | -67/+67 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16341 from arthurnn/transactions_remove_begin | Rafael Mendonça França | 2014-07-31 | 2 | -56/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make ClosedTransaction a null object | Arthur Neves | 2014-07-31 | 1 | -16/+6 | |
| * | | | | | Remove parent on Transaction object | Arthur Neves | 2014-07-31 | 1 | -16/+9 | |
| * | | | | | Remove being/number methods from transaction class | Arthur Neves | 2014-07-31 | 2 | -29/+10 | |
* | | | | | | invert check so we fail faster | Aaron Patterson | 2014-07-31 | 1 | -1/+1 | |
* | | | | | | do a hash lookup for collision detection | Aaron Patterson | 2014-07-31 | 2 | -1/+5 | |
* | | | | | | Merge pull request #16350 from JackDanger/test-rake-db-migrate-task | Rafael Mendonça França | 2014-07-31 | 3 | -4/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add ActiveRecord::Tasks::DatabaseTasks.migrate | Jack Danger Canty | 2014-07-31 | 3 | -4/+24 | |
* | | | | | | | Merge pull request #16361 from JackDanger/clearer-connection-pool-documentation | Rafael Mendonça França | 2014-07-31 | 1 | -15/+36 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Clarify how the ConnectionHandler works | Jack Danger Canty | 2014-07-31 | 1 | -15/+36 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #16353 from eileencodes/refactor-join_keys-usage-in-reflec... | Rafael Mendonça França | 2014-07-31 | 2 | -29/+29 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Refactor join_keys to remove complex conditionals | eileencodes | 2014-07-31 | 2 | -29/+29 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Realign assignments :scissors: | Carlos Antonio da Silva | 2014-07-31 | 1 | -5/+5 | |
* | | | | | | | Do not reassign variable when mutation is happening | Carlos Antonio da Silva | 2014-07-31 | 1 | -8/+5 | |
* | | | | | | | Only concatenate path if it was given rather than converting blindly | Carlos Antonio da Silva | 2014-07-31 | 1 | -1/+1 | |
* | | | | | | | Rename variable to better show its intent | Carlos Antonio da Silva | 2014-07-31 | 1 | -12/+12 | |
* | | | | | | | Simplify conditional | Carlos Antonio da Silva | 2014-07-31 | 1 | -3/+2 | |
* | | | | | | | Push options check up so we can simplify internal methods | Carlos Antonio da Silva | 2014-07-31 | 1 | -13/+10 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16351 from eileencodes/finish-refactoring-macro-to-elimin... | Rafael Mendonça França | 2014-07-31 | 3 | -11/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Redefine macro checks for reflections | eileencodes | 2014-07-30 | 3 | -11/+9 | |
* | | | | | | | Simplify code branch, remove #tap | Carlos Antonio da Silva | 2014-07-31 | 1 | -7/+6 | |
* | | | | | | | Avoid a new hash object | Carlos Antonio da Silva | 2014-07-31 | 1 | -1/+1 | |
* | | | | | | | Fix assertion arguments order | Carlos Antonio da Silva | 2014-07-31 | 1 | -1/+1 | |
* | | | | | | | Avoid creating an extra hash | Carlos Antonio da Silva | 2014-07-31 | 1 | -2/+2 | |
* | | | | | | | Remove unnecessary call to #tap | Carlos Antonio da Silva | 2014-07-31 | 1 | -5/+3 | |
* | | | | | | | Merge pull request #16356 from gchan/add-hwia-tests | Yves Senn | 2014-07-31 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add tests to ensure default proc is used when `HashWithIndifferentAccess' is ... | Gordon Chan | 2014-07-31 | 1 | -0/+12 | |
* | | | | | | | | Merge pull request #16355 from xaviershay/validate-in-groups-of-args | Aaron Patterson | 2014-07-30 | 2 | -0/+11 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Raise a descriptive error if non-positive integer passed to in_groups_of. | Xavier Shay | 2014-07-30 | 2 | -0/+11 | |
|/ / / / / / / | ||||||
* | | | | | | | Properly assert for the expected messages | Carlos Antonio da Silva | 2014-07-30 | 1 | -4/+8 | |
* | | | | | | | Avoid defining the test if it does not need to when not on JRuby | Carlos Antonio da Silva | 2014-07-30 | 1 | -2/+2 | |
* | | | | | | | Use default argument when testing generators without the need for extra args | Carlos Antonio da Silva | 2014-07-30 | 2 | -7/+7 | |
* | | | | | | | Simplify path setup | Carlos Antonio da Silva | 2014-07-30 | 1 | -1/+1 | |
* | | | | | | | Simplify plugin tests a bit, leave the regexp work for minitest | Carlos Antonio da Silva | 2014-07-30 | 1 | -6/+6 | |
* | | | | | | | Invert unless..else conditions on JRuby checks | Carlos Antonio da Silva | 2014-07-30 | 2 | -12/+12 | |
* | | | | | | | Merge pull request #16352 from gchan/remove-unnecessary-convert-key | Carlos Antonio da Silva | 2014-07-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Removed unnecessary call to 'convert_key' in 'HashWithIndifferentAccess#to_hash' | Gordon Chan | 2014-07-31 | 1 | -2/+2 | |
* | | | | | | | | Remove some more globals from tests | Carlos Antonio da Silva | 2014-07-30 | 1 | -26/+26 | |
* | | | | | | | | Fix / improve some assertions | Carlos Antonio da Silva | 2014-07-30 | 1 | -6/+4 | |
* | | | | | | | | Remove some globals from configuration tests | Carlos Antonio da Silva | 2014-07-30 | 1 | -20/+20 | |
* | | | | | | | | remove useless deup | Aaron Patterson | 2014-07-30 | 1 | -1/+1 | |
* | | | | | | | | push options inside the scope object | Aaron Patterson | 2014-07-30 | 1 | -4/+9 | |
* | | | | | | | | turn scope in to a linked list | Aaron Patterson | 2014-07-30 | 1 | -15/+36 | |
| |/ / / / / / |/| | | | | | |