aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Document ActionDispatch::Staticschneems2014-08-051-0/+9
* [ci skip] document ActionDispatch::FileHandlerschneems2014-08-051-0/+10
* [ci skip] Document PublicExceptions middlewareschneems2014-08-051-0/+10
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-024-30/+11
|\
| * copy edits[ci skip]Vijay Dev2014-08-021-3/+1
| * [ci skip] Normalize all localhost linking.Juanito Fatas2014-07-201-2/+2
| * Performed Returns true if redirect/render has happenedGaurish Sharma2014-07-191-1/+4
| * [ci skip] Remove duplicated last! section.Juanito Fatas2014-07-161-17/+0
| * [ci skip] Use appropriate mailer syntax.Juanito Fatas2014-07-161-3/+3
| * Add link to minitest rdoc & githubGaurish Sharma2014-07-131-1/+3
* | just set the host, no need for another hash allocation / merge!Aaron Patterson2014-08-011-1/+1
* | always return a string from find_script_nameAaron Patterson2014-08-012-7/+9
* | Rename tests tooRafael Mendonça França2014-08-011-2/+2
* | Rename Object#self to Object#itself to have parity with matz sanctioned metho...David Heinemeier Hansson2014-08-014-6/+6
* | Added Object#self which returns the object itselfDavid Heinemeier Hansson2014-08-014-0/+26
* | Use available method rather than macro name checkingCarlos Antonio da Silva2014-07-311-1/+1
* | Rename method for clarityCarlos Antonio da Silva2014-07-311-3/+3
* | use `get` instead of accessing the named routes internalsAaron Patterson2014-07-311-1/+1
* | Merge pull request #16363 from arthurnn/null_transactionRafael Mendonça França2014-07-312-70/+67
|\ \
| * | Replace ClosedTransaction with NullTransactionArthur Neves2014-07-312-8/+5
| * | Move TransactionManager to bottom of classArthur Neves2014-07-311-67/+67
|/ /
* | Merge pull request #16341 from arthurnn/transactions_remove_beginRafael Mendonça França2014-07-312-56/+20
|\ \
| * | Make ClosedTransaction a null objectArthur Neves2014-07-311-16/+6
| * | Remove parent on Transaction objectArthur Neves2014-07-311-16/+9
| * | Remove being/number methods from transaction classArthur Neves2014-07-312-29/+10
* | | invert check so we fail fasterAaron Patterson2014-07-311-1/+1
* | | do a hash lookup for collision detectionAaron Patterson2014-07-312-1/+5
* | | Merge pull request #16350 from JackDanger/test-rake-db-migrate-taskRafael Mendonça França2014-07-313-4/+24
|\ \ \
| * | | Add ActiveRecord::Tasks::DatabaseTasks.migrateJack Danger Canty2014-07-313-4/+24
* | | | Merge pull request #16361 from JackDanger/clearer-connection-pool-documentationRafael Mendonça França2014-07-311-15/+36
|\ \ \ \
| * | | | Clarify how the ConnectionHandler worksJack Danger Canty2014-07-311-15/+36
* | | | | Merge pull request #16353 from eileencodes/refactor-join_keys-usage-in-reflec...Rafael Mendonça França2014-07-312-29/+29
|\ \ \ \ \
| * | | | | Refactor join_keys to remove complex conditionalseileencodes2014-07-312-29/+29
* | | | | | Realign assignments :scissors:Carlos Antonio da Silva2014-07-311-5/+5
* | | | | | Do not reassign variable when mutation is happeningCarlos Antonio da Silva2014-07-311-8/+5
* | | | | | Only concatenate path if it was given rather than converting blindlyCarlos Antonio da Silva2014-07-311-1/+1
* | | | | | Rename variable to better show its intentCarlos Antonio da Silva2014-07-311-12/+12
* | | | | | Simplify conditionalCarlos Antonio da Silva2014-07-311-3/+2
* | | | | | Push options check up so we can simplify internal methodsCarlos Antonio da Silva2014-07-311-13/+10
|/ / / / /
* | | | | Merge pull request #16351 from eileencodes/finish-refactoring-macro-to-elimin...Rafael Mendonça França2014-07-313-11/+9
|\ \ \ \ \
| * | | | | Redefine macro checks for reflectionseileencodes2014-07-303-11/+9
* | | | | | Simplify code branch, remove #tapCarlos Antonio da Silva2014-07-311-7/+6
* | | | | | Avoid a new hash objectCarlos Antonio da Silva2014-07-311-1/+1
* | | | | | Fix assertion arguments orderCarlos Antonio da Silva2014-07-311-1/+1
* | | | | | Avoid creating an extra hashCarlos Antonio da Silva2014-07-311-2/+2
* | | | | | Remove unnecessary call to #tapCarlos Antonio da Silva2014-07-311-5/+3
* | | | | | Merge pull request #16356 from gchan/add-hwia-testsYves Senn2014-07-311-0/+12
|\ \ \ \ \ \
| * | | | | | Add tests to ensure default proc is used when `HashWithIndifferentAccess' is ...Gordon Chan2014-07-311-0/+12
* | | | | | | Merge pull request #16355 from xaviershay/validate-in-groups-of-argsAaron Patterson2014-07-302-0/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-302-0/+11
|/ / / / / /