aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19171 from JuanitoFatas/doc/more-examplesSean Griffin2015-03-021-0/+16
|\
| * Add more documents for AR connection_adapters abstract schema_definitions. [c...Juanito Fatas2015-03-031-0/+16
* | Merge pull request #19147 from gsamokovarov/work-around-ruby-10695Eileen M. Uchitelle2015-03-023-3/+5
|\ \
| * | Work around for upstream Ruby bug #10685Genadi Samokovarov2015-03-013-3/+5
* | | Merge pull request #15806 from tgxworld/partition_routes_during_setupAaron Patterson2015-03-024-8/+39
|\ \ \
| * | | Partition routes during setup.Guo Xiang Tan2015-02-264-8/+39
* | | | Merge pull request #19181 from davydovanton/update-helper-docsZachary Scott2015-03-021-0/+4
|\ \ \ \
| * | | | [ci skip] Add documentation for Helpers#all_helpers_from_pathAnton Davydov2015-03-031-0/+4
| | |_|/ | |/| |
* | | | Revert "delete unused method"Carlos Antonio da Silva2015-03-021-0/+4
* | | | Merge pull request #19177 from gregmolnar/fixturesRafael Mendonça França2015-03-022-6/+4
|\ \ \ \
| * | | | test reset_pk_sequence with multi connectionGreg Molnar2015-03-011-1/+1
| * | | | Use the correct connection for reset_pk_sequenceMontana Low2015-03-011-5/+3
* | | | | Revert "mutate the transaction object to reflect state"Aaron Patterson2015-03-023-37/+33
* | | | | be optimistic about missing route keysAaron Patterson2015-03-021-13/+15
* | | | | use arg size for parallel iterationAaron Patterson2015-03-021-1/+1
* | | | | ask the routes objects for its Rack env keyAaron Patterson2015-03-023-2/+4
* | | | | Merge pull request #19174 from zoltankiss/remove_unneeded_commentRafael Mendonça França2015-03-021-1/+0
|\ \ \ \ \
| * | | | | Remove unneeded comment. [ci skip]Zoltan Kiss2015-03-021-1/+0
* | | | | | delete unused methodAaron Patterson2015-03-021-4/+0
* | | | | | mutate the transaction object to reflect stateAaron Patterson2015-03-021-25/+21
* | | | | | ask the txn for it's state, not a state objectAaron Patterson2015-03-023-8/+16
* | | | | | change if! to unlessAaron Patterson2015-03-021-1/+1
|/ / / / /
* | | | | Merge pull request #19173 from robin850/rbx-buildRafael Mendonça França2015-03-0212-9/+34
|\ \ \ \ \
| * | | | | Skip the failing tests on Rubinius for nowRobin Dupret2015-03-024-0/+9
| * | | | | Wrap inline rescue with or-equal callsRobin Dupret2015-03-021-1/+1
| * | | | | Avoid Ruby versions check on RubiniusRobin Dupret2015-03-021-1/+1
| * | | | | Test against the mail gem's edgeRobin Dupret2015-03-022-2/+9
| * | | | | Add the platform-specific skip helpers to ActiveModelRobin Dupret2015-03-021-0/+9
| * | | | | Avoid accurate assertions on error messagesRobin Dupret2015-03-022-3/+3
| * | | | | Avoid parallelizing Action Pack's tests on RubiniusRobin Dupret2015-03-021-2/+2
* | | | | | Move Array#without from Grouping to Access concern and add dedicated test (re...David Heinemeier Hansson2015-03-023-12/+16
* | | | | | tests, favor `drop_table` and `:if_exists` over raw SQL.Yves Senn2015-03-024-14/+6
* | | | | | Merge pull request #19105 from amatsuda/array_takeSean Griffin2015-03-023-5/+18
|\ \ \ \ \ \
| * | | | | | Preserve Array#take(n) behaviour of HasManyAssociationAkira Matsuda2015-02-283-5/+18
* | | | | | | Merge pull request #19077 from robin850/unknown-attribute-errorSean Griffin2015-03-0211-24/+30
|\ \ \ \ \ \ \
| * | | | | | | Follow-up to #10776Robin Dupret2015-02-2611-24/+30
* | | | | | | | Remove not needed .tapArthur Neves2015-03-021-1/+1
* | | | | | | | Merge pull request #19172 from JuanitoFatas/doc/fix-typoRichard Schneeman2015-03-021-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | [ci skip] Fix a typo for PostgreSQL text limit, GB instead of Gb.Juanito Fatas2015-03-031-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Make private methods privateArthur Neves2015-03-021-0/+2
* | | | | | | | Remove !has_transactional_callbacks? checkArthur Neves2015-03-021-1/+1
* | | | | | | | Merge pull request #19170 from JuanitoFatas/doc/active_record/connection_adap...Carlos Antonio da Silva2015-03-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Clarify that t.references and t.belongs_to are interchangeable. [ci skip]Juanito Fatas2015-03-021-1/+1
| |/ / / / / / /
* | | | | | | | call `sync_with_transaction_state` inside `persisted?` then check ivarsAaron Patterson2015-03-021-1/+2
* | | | | | | | remove useless instance variableAaron Patterson2015-03-021-9/+4
* | | | | | | | Merge pull request #19169 from hjoo/rake_restartEileen M. Uchitelle2015-03-021-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Rake restart task no longer loads entire Rails environment when run.Hyonjee Joo2015-03-021-1/+1
|/ / / / / / /
* | | | | | | Do not output in the consoleRafael Mendonça França2015-03-021-1/+1
* | | | | | | Merge pull request #19106 from teeceepee/patch-1Eileen M. Uchitelle2015-03-021-7/+8
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Modify guides for a better sounding sentenceYu Haidong2015-03-021-3/+3