aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* `Model.all` alone does nothingAkira Matsuda2013-01-041-1/+1
* remove meaningless use of Relation#allAkira Matsuda2013-01-033-4/+4
* PUT => PATCHAkira Matsuda2013-01-033-6/+6
* let's get started with PATCH method rather than PUTAkira Matsuda2013-01-031-5/+5
* Remove action/page caching from Rails guidesMatthew Stopa2013-01-021-163/+2
* Add documentation for BacktraceCleaner#remove_filters!Matthew Stopa2013-01-021-0/+3
* make symbol reference in docs appear as codeGosha Arinich2013-01-031-1/+1
* Link to the right fork of country_select.Franck Verrot2013-01-021-1/+1
* s/ERb/ERB/Akira Matsuda2013-01-021-1/+1
* PUT => PATCH or PUTAkira Matsuda2013-01-022-2/+2
* wrong model nameAkira Matsuda2013-01-021-1/+1
* Observers was extracted from Active Model as `rails-observers` gemAkira Matsuda2013-01-021-18/+0
* find + conditions is deprecated in AR 4Akira Matsuda2013-01-021-3/+3
* find_or_initialize_by is deprecated in AR 4Akira Matsuda2013-01-021-7/+0
* find_or_create_by is deprecated in AR 4Akira Matsuda2013-01-024-35/+10
* find_last_by is deprecated in AR 4Akira Matsuda2013-01-022-6/+3
* find_all_by is deprecated in AR 4Akira Matsuda2013-01-023-9/+5
* scoped_by is deprecated in AR 4Akira Matsuda2013-01-021-6/+0
* Model.scoped is deprecated in favour of Model.allAkira Matsuda2013-01-021-4/+4
* a bit of inline code tagsMikhail Dieterle2013-01-011-4/+4
* no more supporting 1.8Akira Matsuda2013-01-021-11/+1
* correct raw GitHub URLsAkira Matsuda2013-01-021-2/+2
* "SSL everywhere" for GitHub URLsAkira Matsuda2013-01-022-2/+2
* New hash syntax works only with symbol keysMikhail Dieterle2013-01-011-1/+1
* fix wrong hash syntaxMikhail Dieterle2013-01-011-1/+1
* Add more documentation to TimeWithZoneMatthew Stopa2013-01-011-0/+14
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-016-8/+50
|\
| * copy edits [ci skip]Vijay Dev2013-01-011-4/+3
| * Merge pull request #123 from m-o/masterVijay Dev2013-01-011-1/+1
| |\
| | * Update guides/source/layouts_and_rendering.mdMarek Ovečka2012-12-301-1/+1
| * | 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
|\ \