aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18779 from jduff/fix_documentation_typoAbdelkader Boudih2015-02-021-1/+1
|\
| * Fix typo in Time#change docsJohn Duff2015-02-021-1/+1
|/
* Merge pull request #18612 from eileencodes/fix-validates-on-associated-record...Aaron Patterson2015-02-019-5/+80
|\
| * Fix validations on child record when record parent has validate: falseeileencodes2015-02-019-5/+80
|/
* Cache `url_helpers` separately for mailersAndrew White2015-02-011-44/+50
* Merge pull request #18776 from eileencodes/cache-url-helpersAndrew White2015-02-011-42/+44
|\
| * Cache `url_helpers`eileencodes2015-02-011-42/+44
* | add destroyed records to the currend transactionAaron Patterson2015-02-012-1/+5
* | Fix Issue #15549, unbounded memory growth when saving records that have any a...Will Bryant2015-02-011-2/+3
* | make the private methods privateAaron Patterson2015-02-011-2/+2
* | push add to transaction logic down to the instanceAaron Patterson2015-02-013-6/+10
* | remove conditional that is always trueAaron Patterson2015-02-011-3/+2
* | stop making calls to add_recordAaron Patterson2015-02-011-1/+1
* | Merge pull request #18770 from palkan/docs-hasone-dependentAbdelkader Boudih2015-02-011-0/+4
|\ \
| * | [ci skip] add note about has_one :through and :dependentpalkan2015-02-011-0/+4
* | | Merge pull request #18756 from ajgrover/activejob_testsMatthew Draper2015-02-011-1/+1
|\ \ \ | |_|/ |/| |
| * | Update queue_classic gem to use latestAlex Grover2015-01-311-1/+1
* | | Merge pull request #18721 from sj26/pre-discard-flashAaron Patterson2015-02-014-28/+51
|\ \ \
| * | | Migrate old flash behaviourSamuel Cochran2015-01-302-6/+13
| * | | Discard from flash before persisting in sessionSamuel Cochran2015-01-292-24/+26
| * | | Fix flash remaining after last flash deletedSamuel Cochran2015-01-292-0/+14
* | | | Merge pull request #18769 from gsamokovarov/exception-wrapper-windows-pathsAndrew White2015-02-012-2/+25
|\ \ \ \
| * | | | Show proper traces on Windows for the error pagesGenadi Samokovarov2015-02-012-2/+25
* | | | | Merge branch 'master' into mdluo-masterAaron Patterson2015-02-0129-45/+45
|\ \ \ \ \
| * | | | | Move required error message and changelog to Active RecordCarlos Antonio da Silva2015-02-014-7/+7
| | |_|_|/ | |/| | |
| * | | | Merge pull request #18759 from yuki24/remove-warningYves Senn2015-02-011-3/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | :scissors: warning from controller renderer testYuki Nishijima2015-01-311-3/+3
| * | | | Merge pull request #18767 from robertomiranda/ruby-2.2Sean Griffin2015-01-3122-32/+32
| |\ \ \ \
| | * | | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-3122-32/+32
| * | | | | Merge pull request #18763 from robertomiranda/ruby-2.2Sean Griffin2015-01-312-3/+3
| |\| | | |
| | * | | | Use Module#include instead of send :include, since now is a public method [ci...robertomiranda2015-01-312-3/+3
| |/ / / /
* | | | | Merge pull request #1 from mdluo/pr/18316Mingdong Luo2015-01-313-1/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into pr/18316Mingdong Luo2015-01-31571-4788/+7210
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Attribute assignment and type casting has nothing to do with columnsSean Griffin2015-01-3115-113/+153
* | | | | Merge pull request #18760 from hjoo/fix_fixturesAaron Patterson2015-01-311-1/+2
|\ \ \ \ \
| * | | | | changed deleted_tables list to setHyonjee Joo2015-01-311-1/+2
|/ / / / /
* | | | | Merge pull request #18512 from vipulnsward/18492-fixtures-with-stiAaron Patterson2015-01-317-12/+46
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixes #18492Vipul A M2015-01-147-12/+46
* | | | | Remove `AttributeSet#initialized_keys`Sean Griffin2015-01-312-6/+2
* | | | | Merge pull request #18700 from nygrenh/better-required-messageAaron Patterson2015-01-314-3/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Provide a better error message on :required associationHenrik Nygren2015-01-284-3/+29
* | | | | Merge pull request #18753 from andreynering/guide-single-table-inheritanceRobin Dupret2015-01-312-0/+68
|\ \ \ \ \
| * | | | | Add Single Table Inheritance to guides [ci skip]Andrey Nering2015-01-312-0/+68
* | | | | | Merge pull request #18540 from andreynering/guides-custom-form-builderRobin Dupret2015-01-311-1/+8
|\ \ \ \ \ \
| * | | | | | Improving 'Customizing Form Builder' section with example [ci skip]Andrey Nering2015-01-161-1/+8
* | | | | | | Merge pull request #18752 from vipulnsward/kwargs-avArthur Nogueira Neves2015-01-313-29/+29
|\ \ \ \ \ \ \
| * | | | | | | Fixed test for deprecation warning in actionview, renaming from https://githu...Vipul A M2015-01-313-29/+29
* | | | | | | | Merge pull request #18749 from JuanitoFatas/doc/fix-type-in-deprecationAndrew White2015-01-311-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Fix a typo in deprecation warning. #process takes method instead of http_method.Juanito Fatas2015-01-311-1/+1
* | | | | | | | fix kindlerb version [ci skip]Xavier Noria2015-01-311-1/+1
|/ / / / / / /