aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* fix rails binary path when using --dev [ci skip]Vijay Dev2012-01-132-2/+2
* Added note about [ci skip] tag to contributing guidePiotr Sarnacki2012-01-121-0/+2
* deprecates Module#local_constant_namesXavier Noria2012-01-121-2/+4
* add info about kindle guides in the release guideVijay Dev2012-01-131-0/+4
* prepare for 3.2 guides release :)Vijay Dev2012-01-131-1/+1
* remove hidden link in guides layoutVijay Dev2012-01-131-1/+0
* Merge pull request #4387 from Karunakar/releasenotesVijay Dev2012-01-121-1/+1
|\
| * Added the release dates for rails 3.1.1, rails 3.1.2, rails 3.1.3Karunakar (Ruby)2012-01-081-1/+1
* | add 3.2 release notes to the guides indexVijay Dev2012-01-131-0/+4
* | minor editsVijay Dev2012-01-132-2/+2
* | fixes in api docsVijay Dev2012-01-132-2/+2
* | First attempt at providing a 'what to update' section for Rails 3.1Vijay Dev2012-01-131-0/+100
* | minor revision in 3.2 release guideVijay Dev2012-01-131-1/+1
* | Merge pull request #4427 from kennyj/fix_3980José Valim2012-01-121-1/+13
|\ \
| * | Fix GH #3980. Support assets:cache:clean method to respect sprockets cache.kennyj2012-01-131-1/+13
* | | Merge pull request #4414 from ask4prasath/changesAaron Patterson2012-01-121-4/+4
|\ \ \ | |/ / |/| |
| * | changing self.attribute to @atrribute to follow one kind of value assignment ...prasath2012-01-121-4/+4
* | | AS::Callbacks: remove unused runnerBogdan Gusiev2012-01-121-1/+1
* | | Add CHANGELOG entrySantiago Pastorino2012-01-111-0/+2
|/ /
* | add some missing formats in the release guideVijay Dev2012-01-111-5/+5
* | Some revisions to the release notes guideVijay Dev2012-01-111-13/+13
* | 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
|\ \