aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Change the production log level default from :info to :debug. All production ...David Heinemeier Hansson2014-08-031-2/+2
* | | | | Generating stubs for helper tests is overly specific. Most helpers should sim...David Heinemeier Hansson2014-08-034-75/+0
|/ / / /
* | | | Merge pull request #16306 from aditya-kapoor/add-docs-for-uglifierZachary Scott2014-08-021-8/+9
|\ \ \ \
| * | | | [ci skip] add tip for uglifier in execjs errorAditya Kapoor2014-08-031-8/+9
* | | | | Merge pull request #16380 from y-yagi/patch-1Richard Schneeman2014-08-021-1/+0
|\ \ \ \ \
| * | | | | [ci skip] Remove "Machinist" from testing guideyuuji.yaginuma2014-08-031-1/+0
|/ / / / /
* | | | | Merge pull request #16378 from JackDanger/doc-fix-in-join-association-build_c...Rafael Mendonça França2014-08-021-1/+1
|\ \ \ \ \
| * | | | | updating documented parameter for build_constraintJack Danger Canty2014-08-021-1/+1
* | | | | | Merge pull request #16377 from JackDanger/doc-fix-in-association-reflectionEileen M. Uchitelle2014-08-021-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fixes small error in ActiveRecord::Reflection docsJack Danger Canty2014-07-311-1/+1
| |/ / / /
* | | | | [ci skip] fix markdownschneems2014-08-021-1/+1
* | | | | Merge pull request #16374 from rajcybage/consistency_minitestRafael Mendonça França2014-08-022-3/+3
|\ \ \ \ \
| * | | | | rename MiniTest to MinitestRajarshi Das2014-08-022-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #16373 from eileencodes/deprecate-reflection-source_macroRafael Mendonça França2014-08-022-1/+15
|\ \ \ \ \
| * | | | | Deprecate source_macroeileencodes2014-08-022-1/+15
|/ / / / /
* | | | | 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