aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-131-2/+2
|\
| * Changed 'proc' to 'Proc.new' in ActionController::Caching::Actions descriptionAlejandro Andrés2012-01-121-2/+2
| |
* | 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-135-6/+6
| |
* | 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-122-4/+22
|\ \ | | | | | | Fix GH #3980. Support assets:cache:clean task.
| * | Fix GH #3980. Support assets:cache:clean method to respect sprockets cache.kennyj2012-01-132-4/+22
| | |
* | | Merge pull request #4414 from ask4prasath/changesAaron Patterson2012-01-121-4/+4
|\ \ \ | | | | | | | | changing self.attribute to @atrribute to follow one kind of value assign...
| * | | changing self.attribute to @atrribute to follow one kind of value assignment ↵prasath2012-01-121-4/+4
| | | | | | | | | | | | | | | | through out the file
* | | | Merge pull request #4419 from j-manu/4255-handle-spaces-in-protocolsAaron Patterson2012-01-122-2/+9
|\ \ \ \ | | | | | | | | | | Handle leading spaces in protocol while sanitizing
| * | | | Handle leading spaces in protocol while sanitizingManu2012-01-122-2/+9
| | | | |
* | | | | Merge pull request #4425 from carlosantoniodasilva/url-for-refactorXavier Noria2012-01-121-3/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | Url for refactor
| * | | | Delegate subdomain method to the URL module, removing duplicationCarlos Antonio da Silva2012-01-121-1/+1
| | | | |
| * | | | Simplify named host logic and missing host condition checkCarlos Antonio da Silva2012-01-121-2/+2
| | | | |
| * | | | Extract ip host regexp to a constantCarlos Antonio da Silva2012-01-121-1/+3
|/ / / /
* | | | Merge pull request #4417 from bogdan/remove_runnerJosé Valim2012-01-123-18/+5
|\ \ \ \ | |/ / / |/| | | AS::Callbacks: remove unused runner
| * | | AS::Callbacks: remove unused runnerBogdan Gusiev2012-01-123-18/+5
|/ / /
* | | Add CHANGELOG entrySantiago Pastorino2012-01-112-0/+5
| | |
* | | html_escape already handles nilSantiago Pastorino2012-01-111-1/+1
| | |
* | | on and ON are type casted to a true boolean columnSantiago Pastorino2012-01-112-2/+31
| | |
* | | Tiny refactorSantiago Pastorino2012-01-111-3/+2
|/ /
* | add some missing formats in the release guideVijay Dev2012-01-111-5/+5
| |
* | Merge pull request #4412 from kennyj/fix_3743Santiago Pastorino2012-01-111-0/+2
|\ \ | | | | | | Fix GH #3743. We must specify an encoding in rdoc_option explicitly.
| * | Fix GH #3743. We must specify rdoc option's encoding.kennyj2012-01-121-0/+2
|/ /
* / Some revisions to the release notes guideVijay Dev2012-01-111-13/+13
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-117-20/+27
|\
| * Update Active Support Constants guide for 1.9.Hendy Tanata2012-01-101-12/+10
| |
| * Add missing endRafael Mendonça França2012-01-101-0/+1
| |
| * add documentation explaining reorder behaviorMatt Jones2012-01-091-0/+10
| |
| * Substitute "gem" for "plugin" in contributing guideJo Liss2012-01-081-2/+2
| |
| * Made an example a little more realisticcodesnik2012-01-071-1/+1
| |
| * Expanded rdoc about primary keys being protected from mass assignment. Joost Baaij2012-01-061-1/+2
| | | | | | People need to make sure they are generated internally or added to attr_accessible so they can be mass assigned (for instance, from an import job).
| * remove ruby 1.8 example from Array.wrap documentationSergey Nartimov2012-01-051-3/+0
| |
| * Update ConfirmationValidator docs, correct when the validator runsAlan Harper2012-01-051-1/+1
| |
* | Merge pull request #4408 from tomstuart/read-and-write-attribute-aliasesSantiago Pastorino2012-01-112-5/+46
|\ \ | | | | | | #[] and #[]= are no longer interchangeable with #read_attribute and #write_attribute
| * | Revert "Base#[] and Base#[]= are aliases so implement them as aliases :)"Tom Stuart2012-01-111-4/+6
| | | | | | | | | | | | This reverts commit 21eadc1b3f2eb818a4833381ee0a6cfa205f2955.
| * | Test that #[] and #[]= keep working when #read_attribute and ↵Tom Stuart2012-01-111-0/+33
| | | | | | | | | | | | #write_attribute are overridden
| * | Test ActiveRecord::Base#[]= as well as #write_attributeTom Stuart2012-01-111-1/+7
| | |
* | | Merge pull request #4404 from rizwanreza/edits-to-spastorino-upgrade-notesSantiago Pastorino2012-01-111-11/+8
|/ /
* | all tested database support migrations, so stop making the tests conditionalAaron Patterson2012-01-101-1436/+1434
| |
* | adding missing requireAaron Patterson2012-01-101-0/+2
| |
* | move column ordering tests to it's own classAaron Patterson2012-01-103-56/+60
| |
* | deprecate the subdirectories parameter to `migrations`Aaron Patterson2012-01-101-2/+10
| |
* | Add "What to update in your apps" section to the release notes guideSantiago Pastorino2012-01-101-0/+29
| | | | | | | | | | We should keep this up to date and the current version is probably wrong and/or incomplete. HELP!!!
* | refactoring migration testAaron Patterson2012-01-102-447/+415
| |
* | dropping support for `schema_info`.Aaron Patterson2012-01-102-12/+3
| |
* | Remove dead codeSantiago Pastorino2012-01-101-4/+0
| |
* | Add CHANGELOG entrySantiago Pastorino2012-01-101-0/+2
| |