aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #4469 from guilleiguaran/fix-skipping-assets-in-route-insp...José Valim2012-01-152-1/+15
|\ \
| * | Don't hardcode assets route skipped in route inspectorGuillermo Iguaran2012-01-142-1/+15
* | | Refactored watchable_args and build_original_fullpath methods in railties/lib...Nathan Broadbent2012-01-151-13/+2
* | | Extract index and uniq index options to constantsCarlos Antonio da Silva2012-01-141-4/+7
|/ /
* | Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-131-0/+2
* | config.force_ssl should mark the session as secure.José Valim2012-01-132-0/+33
* | Merge pull request #4451 from guilleiguaran/add-therubyracer-commentedJosé Valim2012-01-132-6/+16
|\ \ | |/ |/|
| * Add therubyracer gem commented in default GemfileGuillermo Iguaran2012-01-122-6/+16
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-131-1/+3
|\ \
| * | Update Railties section of 3.2 release notesGuillermo Iguaran2012-01-121-1/+3
* | | revise wording [ci skip]Vijay Dev2012-01-131-2/+1
* | | Update railties 3.2.0 changelogGuillermo Iguaran2012-01-121-2/+5
| |/ |/|
* | 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