aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| * | | | | | | | Improve guidesYu Haidong2015-02-271-7/+8
* | | | | | | | | Merge pull request #19133 from davydovanton/update-doc-example-mail-block-formatRobin Dupret2015-03-021-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Add code example for MailHelper#block_format documentationAnton Davydov2015-03-021-1/+11
* | | | | | | | | | Merge pull request #19168 from gsamokovarov/byebug-defaults-guideRobin Dupret2015-03-021-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Nit pick the byebug settings guide for default values [ci skip]Genadi Samokovarov2015-03-021-3/+3
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #19097 from gsamokovarov/web-console-guideRobin Dupret2015-03-021-49/+58
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Web Console documentation for the upcoming 2.1 release [ci skip]Genadi Samokovarov2015-03-021-49/+58
* | | | | | | | | | | Merge pull request #19167 from limekin/masterArun Agrawal2015-03-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixing incorrect class name used in an example.Kevin Jayanthan2015-03-021-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #19163 from JuanitoFatas/feautre/enumerable-without-take-2Richard Schneeman2015-03-012-2/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use include? instead of in? for Enumerable#without.Juanito Fatas2015-03-022-2/+1
* | | | | | | | | | | | Merge pull request #19159 from stephenminded/docs_fix_polymorphic_indexArthur Nogueira Neves2015-03-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Composite index is [:imageable_type, :imageable_id] [ci skip]Steve Lounsbury2015-03-011-1/+1
* | | | | | | | | | | | | Move transaction code to transaction moduleArthur Neves2015-03-012-41/+41
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Remove parent transaction stateArthur Neves2015-03-012-7/+0
* | | | | | | | | | | | Merge pull request #19161 from JuanitoFatas/fix/include-inclusionDavid Heinemeier Hansson2015-03-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \