aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Improve EnglishRuafozy2013-01-011-5/+7
| * | Add documentation for TimeWithZone methodsMatthew Stopa2012-12-311-3/+19
| * | Add documentation for the TimeWithZone#dst? method.Matthew Stopa2012-12-311-0/+6
| * | Update guides/source/rails_on_rack.mdJonathan Baudanza2012-12-301-1/+1
| * | fixed inconsistent `require 'test_helper'` in testing guideJoey Schoblaska2012-12-301-1/+1
| |/
| * Update documentation for yml usageNishant Modak2012-12-301-1/+1
| * Document JoinTable migration generatorSammy Larbi2012-12-291-0/+19
* | Merge pull request #8668 from guilleiguaran/exceptionsDavid Heinemeier Hansson2013-01-0112-65/+258
|\ \
| * | formatted_code_for should be privateGuillermo Iguaran2012-12-311-12/+12
| * | Summary and Details HTML elements aren't supported in all modern browsersGuillermo Iguaran2012-12-312-12/+12
| * | Fix test for DebugExceptions due to template changeGuillermo Iguaran2012-12-311-1/+1
| * | Add style to AV::Template::Error exception pageGuillermo Iguaran2012-12-313-18/+54
| * | Improve line-height to have better line spacing in exception messageGuillermo Iguaran2012-12-311-0/+1
| * | Add new style to Routing Error pageGuillermo Iguaran2012-12-311-19/+22
| * | Styling for exception pageGuillermo Iguaran2012-12-316-29/+150
| * | Add source extract to detailed exception pageGuillermo Iguaran2012-12-314-2/+34
* | | Merge pull request #8667 from andrew/copyright-updateJeremy Kemper2012-12-3113-13/+13
|\ \ \
| * | | Updated copyright notices for 2013Andrew Nesbitt2012-12-3113-13/+13
|/ / /
* / / Only call MiniTest.autorun if the dependecy is presentRafael Mendonça França2012-12-314-16/+12
|/ /
* | Merge pull request #8664 from acapilleri/spawn_methodRafael Mendonça França2012-12-311-8/+10
|\ \
| * | refatctoring of some code repetition in spawn_methodsAngelo capilleri2012-12-311-8/+10
* | | Revert "Do not install debugger in the pathlevel 362"Rafael Mendonça França2012-12-311-1/+1
* | | Use ActiveSupport::TestCase in the journey testsRafael Mendonça França2012-12-3113-13/+13
* | | Do not install debugger in the pathlevel 362Rafael Mendonça França2012-12-311-1/+1
* | | Merge pull request #8666 from mekishizufu/fix_lambdasSantiago Pastorino2012-12-313-4/+4
|\ \ \
| * | | Fix usage of lambda as a Rack endpointJiri Pospisil2012-12-313-4/+4
* | | | Merge branch 'minitest_cleanup'Rafael Mendonça França2012-12-3157-718/+147
|\ \ \ \ | |/ / / |/| | |
| * | | Add note on the contributing guide to not use the refute methodsRafael Mendonça França2012-12-311-2/+3
| * | | Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-3126-67/+76
| * | | Do not use the same tests descriptionRafael Mendonça França2012-12-311-3/+3
| * | | Remove unneeded testsRafael Mendonça França2012-12-318-584/+0
| * | | Add active_support/testing/autorunRafael Mendonça França2012-12-3115-14/+20
| * | | Inherit from MiniTest::Unit::TestCase instead of MiniTest::SpecRafael Mendonça França2012-12-316-29/+3
| * | | Revert "minitest provides "it" and "describe""Rafael Mendonça França2012-12-312-19/+42
|/ / /
* | | Merge pull request #8662 from senny/8661_should_not_append_charset_if_already...Santiago Pastorino2012-12-314-3/+25
|\ \ \ | |/ / |/| |
| * | charset should not be appended for `head` responsesYves Senn2012-12-314-3/+25
* | | Define [], []=, permanent, signed and encrypted as the only allowed methods f...Santiago Pastorino2012-12-301-9/+57
* | | Merge pull request #8546 from hsbt/fix-testcase-strict-warningSantiago Pastorino2012-12-301-1/+2
|\ \ \ | |/ / |/| |
| * | change spy of after invoked controller action. because ruby-2.0.0 waned unus...SHIBATA Hiroshi2012-12-201-1/+2
* | | Revert "Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack...Guillermo Iguaran2012-12-301-1/+0
* | | Point to guides.rubyonrails.org instead of edgeguides.rubyonrails.orgSantiago Pastorino2012-12-301-2/+2
* | | Merge pull request #8651 from tjouan/activerecord-structure_dump-ending_nlRafael Mendonça França2012-12-301-1/+3
|\ \ \
| * | | Fix missing ending newline in db structure dump:Thibault Jouan2012-12-301-1/+3
* | | | Improve secret_token deprecation messageSantiago Pastorino2012-12-301-3/+4
|/ / /
* | | Merge pull request #8656 from arunagw/warning_removed_shadowing_varGuillermo Iguaran2012-12-301-2/+2
|\ \ \
| * | | warning removed: shadowing outer local variableArun Agrawal2012-12-301-2/+2
|/ / /
* | | Merge pull request #8647 from nishantmodak/patch-2Vijay Dev2012-12-291-1/+1
|\ \ \
| * | | Update documentation for yml usageNishant Modak2012-12-301-1/+1
* | | | Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack masterSantiago Pastorino2012-12-291-0/+1
* | | | Merge pull request #8650 from codeodor/patch-1Guillermo Iguaran2012-12-291-1/+1
|\ \ \ \