aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | bump AS deprecation_horizon to 4.0Francesco Rodríguez2012-06-171-2/+2
|/ /
* | Merge pull request #6756 from arunagw/build_fix_apRafael Mendonça França2012-06-161-1/+1
|\ \
| * | It should also include text/css => Build FixArun Agrawal2012-06-161-1/+1
|/ /
* / Merge pull request #6752 from steveklabnik/fix_5680Rafael Mendonça França2012-06-163-4/+21
|/
* Remove unneded tests.Rafael Mendonça França2012-06-141-11/+1
* registers the deprecation of update_attribute in the CHANGELOGXavier Noria2012-06-141-0/+8
* Merge pull request #6739 from steveklabnik/3-2-stableXavier Noria2012-06-147-17/+41
|\
| * Deprecate update_attribute.Steve Klabnik2012-06-147-17/+41
* | adding a test for #6459Aaron Patterson2012-06-141-0/+10
|/
* ActionController::Caching depends on RackDelegation and AbstractController::C...Santiago Pastorino2012-06-132-0/+35
* Merge pull request #6716 from frodsan/patch-2Rafael Mendonça França2012-06-121-1/+1
|\
| * Fix buildFrancesco Rodríguez2012-06-121-1/+1
|/
* Merge branch '3-2-stable-rel' into 3-2-stableAaron Patterson2012-06-1220-16/+58
|\
| * updating changelogsAaron Patterson2012-06-127-7/+11
| * bumping version numbersAaron Patterson2012-06-119-9/+9
| * updating changelogs with security fixesAaron Patterson2012-06-112-0/+6
| * updating changelogsAaron Patterson2012-06-115-0/+20
| * Array parameters should not contain nil values.Aaron Patterson2012-06-112-2/+8
| * Additional fix for CVE-2012-2661Ernie Miller2012-06-112-3/+9
* | Merge pull request #6715 from arunagw/add_assertsRafael Mendonça França2012-06-121-2/+2
* | Merge pull request #6676 from aurelian/masterRafael Mendonça França2012-06-122-1/+5
* | Merge pull request #6682 from acapilleri/dup_validation_fix_backport_for_1_9_3Rafael Mendonça França2012-06-123-1/+16
|\ \ | |/ |/|
| * Fix the the backport of the object dup with the ruby 1.9.3p194.Angelo capilleri2012-06-123-1/+16
* | Change the string to use in test case.kennyj2012-06-112-2/+2
* | Fix GH #3163. Should quote database on mysql/mysql2.kennyj2012-06-113-1/+22
* | Merge pull request #6690 from suginoy/fix-templates-copyRafael Mendonça França2012-06-112-1/+13
* | Merge pull request #6698 from yahonda/address_ora_911_masterRafael Mendonça França2012-06-112-2/+2
* | Merge pull request #6521 from Empact/throw-resultRafael Mendonça França2012-06-102-1/+8
* | Remove warningRafael Mendonça França2012-06-101-1/+1
* | Add test to column alias in `exists?` SQL.Rafael Mendonça França2012-06-101-0/+6
* | Minimal change to query generation of exists? that makes SQLServer and others...iaddict2012-06-101-1/+1
* | Merge pull request #6688 from c42engineering/buffered_logger_level_while_crea...Rafael Mendonça França2012-06-102-2/+7
|\ \
| * | buffered logger is initialized with the log level passed trough the initializerNiranjan Paranjape2012-06-092-2/+7
* | | Merge pull request #6695 from kennyj/fix_6635Rafael Mendonça França2012-06-102-5/+14
* | | Merge pull request #6693 from jkraemer/3-2-stableJosé Valim2012-06-101-1/+1
|\ \ \
| * | | fix namespace collision with test-unit-activesupportJens Kraemer2012-06-101-1/+1
|/ / /
* | | Merge pull request #6687 from tiegz/3-2-optimizationsJosé Valim2012-06-091-1/+3
|\ \ \
| * | | ActiveRecord#attributes optimization: minimize objects createdTieg Zaharia2012-06-091-1/+3
| |/ /
* | | Merge pull request #6689 from arunagw/duplicate_test_removedAndrew White2012-06-091-16/+0
|\ \ \ | |/ / |/| |
| * | Duplicate tests removed.Arun Agrawal2012-06-091-16/+0
|/ /
* | Don't add sqlite3 to gemspec with -O on rails plugin newPiotr Sarnacki2012-06-082-0/+10
* | Merge pull request #6678 from arunagw/fix_issue_6673Rafael Mendonça França2012-06-082-1/+9
|\ \
| * | We should not include engine.rake file into rakeArun Agrawal2012-06-082-1/+9
| |/
* | Merge pull request #6677 from arunagw/3-2-stableRafael Mendonça França2012-06-081-2/+0
|\ \ | |/ |/|
| * Removed protected as we already doing it above. Arun Agrawal2012-06-081-2/+0
|/
* Fix railties test suitePiotr Sarnacki2012-06-081-2/+1
* Fix asset tags for files with more than one dotPiotr Sarnacki2012-06-074-1/+9
* Make test cover previous reversionJon Leighton2012-06-071-0/+1
* Revert "Perf: Don't load the association for #delete_all."Jon Leighton2012-06-076-45/+21
* Merge pull request #6642 from kuroda/3-2-activemodel-translation-patchJosé Valim2012-06-062-2/+7
|\