aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-112-17/+12
|\
| * Update Active Support Constants guide for 1.9.Hendy Tanata2012-01-101-12/+10
| * Substitute "gem" for "plugin" in contributing guideJo Liss2012-01-081-2/+2
| * remove ruby 1.8 example from Array.wrap documentationSergey Nartimov2012-01-051-3/+0
* | Merge pull request #4404 from rizwanreza/edits-to-spastorino-upgrade-notesSantiago Pastorino2012-01-111-11/+8
* | Add "What to update in your apps" section to the release notes guideSantiago Pastorino2012-01-101-0/+29
* | Remove dead codeSantiago Pastorino2012-01-101-4/+0
* | Rails initialization with initialize_on_precompile = false should set assets_dirSantiago Pastorino2012-01-101-0/+6
* | Merge pull request #4371 from rafaelfranca/test_unit_cleanupAaron Patterson2012-01-091-13/+0
|\ \
| * | Remove unneeded codeRafael Mendonça França2012-01-061-13/+0
* | | Fix tests, ./ is not needed for relative entries in Gemfile in newest bundler...Piotr Sarnacki2012-01-071-2/+2
* | | No need to check for 'draw do |map|' anymorePiotr Sarnacki2012-01-071-1/+1
* | | Add Gemfile entry when creating a plugin in application's directoryPiotr Sarnacki2012-01-072-1/+63
* | | if turn available then MiniTest::Unit.respond_to?(:use_natural_language_case_...Vishnu Atrai2012-01-071-4/+1
|/ /
* | remove reference to Test::UnitAaron Patterson2012-01-061-1/+0
* | Merge pull request #4360 from rafaelfranca/patch-1Aaron Patterson2012-01-062-41/+6
|\ \
| * | MiniTest is always defined in this caseRafael Mendonça França2012-01-061-8/+6
| * | Test::Unit::Util::BacktraceFilter is never definedRafael Mendonça França2012-01-062-33/+0
* | | require minitest rather than test/unitAaron Patterson2012-01-065-5/+5
|/ /
* | use a regular expression for the number of passes. We only care thatAaron Patterson2012-01-061-1/+1
* | We should finalize the routes as soon as possible and not wait for the contro...José Valim2012-01-061-1/+1
* | use Kernel#Array instead of Array.wrap in Rails::Generators::ActionsSergey Nartimov2012-01-061-2/+1
* | convert railties to use AS::TestCaseAaron Patterson2012-01-0535-35/+36
* | Merge pull request #4192 from mptre/masterJosé Valim2012-01-052-1/+11
|\ \
| * | Align rake notes.Anton Lindqvist2011-12-262-1/+11
* | | do not require a file that is not usedAaron Patterson2012-01-051-2/+0
* | | No need to require psych since require yaml does that.Rafael Mendonça França2012-01-041-1/+0
* | | No need to use rescue block to require psychRafael Mendonça França2012-01-041-6/+1
| |/ |/|
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-041-56/+58
|\ \
| * | General editing pass over assets pipeline guideMike Gunderloy2011-12-311-56/+58
* | | updates to 3.2 release notesVijay Dev2012-01-041-1/+8
* | | do not rewrite log during application bootstrapSergey Nartimov2012-01-031-1/+1
* | | Rails::Plugin has goneSantiago Pastorino2012-01-0336-1185/+29
* | | rename ruby-debug to ruby-debug19Vishnu Atrai2012-01-013-5/+5
* | | Merge pull request #4248 from andrew/2012Vijay Dev2011-12-311-1/+1
|\ \ \
| * | | Updated copyright notices for 2012Andrew Nesbitt2011-12-311-1/+1
* | | | DRY up guides index pageVijay Dev2011-12-313-48/+21
| |/ / |/| |
* | | remove wiki linkVijay Dev2011-12-311-1/+0
* | | fix a couple of formatting issuesVijay Dev2011-12-311-3/+2
* | | Minor readability improvementsSam Umbach2011-12-301-13/+13
* | | SCSS processor is provided by the sass gemSam Umbach2011-12-301-1/+1
* | | Fix rails/generators/base.rb documentation for hook_forPavel Gabriel2011-12-291-3/+3
* | | Merge pull request #4221 from tonycoco/masterJon Leighton2011-12-281-0/+1
|\ \ \ | |_|/ |/| |
| * | Update railties/lib/rails/generators/actions.rbTony Coconate2011-12-281-0/+1
* | | Refactor RouteInspectorPiotr Sarnacki2011-12-261-32/+69
* | | Merge pull request #4150 from Karunakar/new_PRSantiago Pastorino2011-12-261-1/+1
|\ \ \
| * | | change LogKarunakar (Ruby)2011-12-241-1/+1
* | | | Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-262-1/+27
* | | | Test::Unit::Util::BacktraceFilter not available in ruby19 test/unitVishnu Atrai2011-12-261-17/+0
* | | | removes the compatibility method Module#method_namesXavier Noria2011-12-251-6/+0